Age | Commit message (Expand) | Author |
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 |
2006-04-06 | Disable I830VESASetVBEMode on restore, since I've removed that code. Note that | Eric Anholt |
2006-04-06 | Re-disable chatty debug code. | Eric Anholt |
2006-04-06 | Move LVDS panel power state setting to a separate function, and reduce magic | Eric Anholt |
2006-04-06 | Remove more VBE stuff and start using xf86ValidateModes. Guessed some params to | Eric Anholt |
2006-04-06 | Replace a few magic numbers with symbolic names. Reviewed by md5. | Eric Anholt |
2006-04-06 | Add untested save/restore code, and starting on not using VBEValidateModes | Eric Anholt |
2006-04-06 | Initial add of native CRT modesetting code. | Eric Anholt |
2006-04-04 | Add more missing #include's, in particular assert.h. | Kristian Høgsberg |
2006-03-22 | Drop libc wrapper; don't include xf86_ansic.h and add includes now missing. | Kristian Høgsberg |
2006-03-03 | Check the version of shadow being used and turn off rotation if it isn't the | Alan Hourihane |
2006-01-25 | When going dual head only take a portion of memory for the second head | Alan Hourihane |
2006-01-25 | Fix a glitch in a dual head fix from #3105 | Alan Hourihane |
2006-01-24 | Bump version to 1.5.0.0 | Alan Hourihane |
2005-10-03 | Bug #4353: Fix lockup when suspend and resume when playing video. | Alan Hourihane |
2005-09-27 | Put back the print code to display the DDC information, and remove some bogus | Alan Hourihane |
2005-09-08 | fix another possible crash | Alan Hourihane |
2005-09-08 | Fix a crash situation | Alan Hourihane |
2005-09-06 | Fix DirectColor visual colormap issues at 16bpp in the i830 driver. | Alan Hourihane |
2005-09-06 | Sync the accelerator before calling AdjustFrame to avoid lockups. | Alan Hourihane |
2005-08-21 | Fix typo in debug ErrorF. | Daniel Stone |