Age | Commit message (Expand) | Author |
2006-05-17 | fixup chipid override | Dave Airlie |
2006-05-12 | Remove the local, renamed copy of lnx_agp.c. The diff between lnx_agp.c and it | Eric Anholt |
2006-05-12 | Remove the code that changes our behavior based on whether a magic file exists | Eric Anholt |
2006-05-12 | Make the intel_acpi.c code non-modular and make it compile. I think we'll end | Eric Anholt |
2006-05-12 | Revert internal shadow module changes back like master, along with RandR | Eric Anholt |
2006-05-12 | Start fixing up the build and remove a regression from master (I think) in | Eric Anholt |
2006-05-12 | Re-add authorship note in i830_driver.c accidentally left out of last commit. | Eric Anholt |
2006-05-12 | First pass of integrating the Tungsten Graphics driver for Broadwater. This | Eric Anholt |
2006-05-01 | Stop doing the BIOS memory size tweaking now that we don't ask the BIOS about | Eric Anholt |
2006-04-29 | I830CheckDevicesTimer() sync should be in I830_USE_XAA case. | Wang Zhenyu |
2006-04-29 | fix I830BIOSAdjustFrame() sync in I830_USE_EXA case, use exaWaitSync() helper. | Wang Zhenyu |
2006-04-28 | Update to EXA 2.0 API. | Eric Anholt |
2006-04-28 | Get it to compile. | Eric Anholt |
2006-04-28 | Commit what applied from Jesse Barnes's i830-exa-latest.patch. | Eric Anholt |
2006-04-24 | Start trying to save/restore SDVO state on VT switches. | Eric Anholt |
2006-04-24 | Start trying to implement DDC over SDVO. It's slightly tricky because the | Eric Anholt |
2006-04-24 | Set displayWidth to a sufficient value for the modes we come up with for LVDS. | Eric Anholt |
2006-04-24 | Merge branch 'lukas-resume' | Eric Anholt |
2006-04-20 | cleanup sDVO for device on C only | Dave Airlie |
2006-04-19 | Clean up SDVO initialization, include config.h, and make it check the right | Eric Anholt |
2006-04-19 | Add more registers to save/restore. Save/restore palette as well | Lukáš Hejtmanek |
2006-04-19 | Start bringing in some SDVO code, mostly from airlied. | Eric Anholt |
2006-04-15 | Check for LVDS BIOS tables exactly once at startup. While there, dump the BIOS | Eric Anholt |
2006-04-12 | Automatically enable clone mode if we detect two active outputs. | Eric Anholt |
2006-04-10 | Save/restore PFIT_CONTROL. Eliminate compiler warnings | Keith Packard |
2006-04-10 | Merge in master to modesetting | Keith Packard |
2006-04-10 | x86_64 warning fixes | Alan Hourihane |
2006-04-10 | Remove the int10 POST on EnterVT. It has been reported to cause crashes now, | Eric Anholt |
2006-04-10 | Warnings cleanup. | Eric Anholt |
2006-04-10 | Don't try to use LVDS by default on chipsets that won't have an LVDS attached. | Eric Anholt |
2006-04-06 | Remove BIOS save/restore code, fixing VT switching. Removes some other dead | Eric Anholt |
2006-04-06 | Remove the hacky-looking Set640x480. I'll be removing things it depends on | Eric Anholt |
2006-04-06 | Remove more BIOS stuff, particularly Get/SetDisplayDevices. Now, if there's no | Eric Anholt |
2006-04-06 | Remove the now-unused displaySize and pipeDisplaySize. | Eric Anholt |
2006-04-06 | Remove more BIOS modesetting stuff. | Eric Anholt |
2006-04-06 | Fill in clock information from VBT table, so that a good clock value gets | Eric Anholt |
2006-04-06 | Port code from radeon driver for panel mode validation, which will hopefully get | Eric Anholt |
2006-04-06 | Remove some VBE DDC code that I believe is OBE. | Eric Anholt |
2006-04-06 | Save/restore a couple of important VGA plane registers, and have vgahw | Eric Anholt |
2006-04-06 | Update to newer airlied DDC code, and do some cleanups as well. Now tries DDC | Eric Anholt |
2006-04-06 | Add enough of airlied's DDC/I2C work to pull EDID info from my CRT. | Eric Anholt |
2006-04-06 | Make the reg-snapshot code work, add a couple more registers, and use it on VT | Eric Anholt |
2006-04-06 | Add missed save/restore of DSP*SIZE registers. | Eric Anholt |
2006-04-06 | Change the order of reg writes for restore, possibly increasing chances of | Eric Anholt |
2006-04-06 | Remove some dead VBE code. | Eric Anholt |
2006-04-06 | Move display base setting to a separate function and use it from both mode setup | Eric Anholt |
2006-04-06 | Correct capitalization of i830SetMode. | Eric Anholt |
2006-04-06 | Replace I830VESASetMode with simpler i830SetMode, which is all native and | Eric Anholt |
2006-04-06 | Start making i830SetMode aware of multiple pipes. | Eric Anholt |
2006-04-06 | Clean up a couple of warnings. | Eric Anholt |