Age | Commit message (Expand) | Author |
2006-04-14 | Add support for EDID standard mode timings by bringing back I830GetGTF frommodesetting-multihead | Eric Anholt |
2006-04-14 | Add insertion of VESA established modes from EDID information. | Eric Anholt |
2006-04-13 | Stop using xf86ValidateModes, and start setting up EDID-based mode list | Eric Anholt |
2006-04-12 | Move FP mode validation to i830_modes.c, and make it return a list rather than | Eric Anholt |
2006-04-12 | Initial support for pre-i915 PLL programming. Untested. | Eric Anholt |
2006-04-12 | Automatically enable clone mode if we detect two active outputs. | Eric Anholt |
2006-04-10 | Add missing MIT copyright licenses, which should have been on all versions. | Eric Anholt |
2006-04-10 | Save/restore PFIT_CONTROL. Eliminate compiler warnings | Keith Packard |
2006-04-10 | Merge branch 'modesetting-origin' into modesetting | Keith Packard |
2006-04-10 | Merge in master to modesetting | Keith Packard |
2006-04-10 | Improve LVDS modes when outputting a CRT+LVDS combo at larger than the LVDS's | Eric Anholt |
2006-04-10 | Bump to 1.6.0.i810-1_6_0 | Adam Jackson |
2006-04-10 | Add a DrawablePtr argument to the XV functions to pave the way for redirected | Aaron Plattner |
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 | Turn off the VGA plane when we're setting our native modes. | 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 | autodetect LVDS dither. Fix 16bpp depth selection | Keith Packard |
2006-04-06 | Clean up (and I believe fix a couple of bugs in) the divisor selection code. | 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 | Make auto panel fitting work by pulling LVDS timing EDID info out of the static | Eric Anholt |
2006-04-06 | Add more VBT reading, so we find the panel size. | Eric Anholt |
2006-04-06 | Start interpreting VBT information with the goal of pulling out LVDS timings | 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 | Add some register information for VGACNTRL, and do the reg-debug thing on it. | Eric Anholt |
2006-04-06 | Move the PFIT enabling before the enabling of the pipe, as the specs say we | Eric Anholt |
2006-04-06 | Add a couple more bits to panel auto-fitting, though it isn't working yet. | 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 | Add some untested debugging code to for helping figure out VT switch issues. | Eric Anholt |
2006-04-06 | Add more integrated LVDS support code. | 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 | Include config.h, fixing many issues with reading from pI830. | Eric Anholt |
2006-04-06 | Turn off panel power before poking pipe B, and turn it back on if we're doing | Eric Anholt |
2006-04-06 | Fix prototype for i830DetectCRT. | Eric Anholt |
2006-04-06 | Use DISPPLANE_32BPP_NO_ALPHA for depth 24, else the empty alpha channel results | Eric Anholt |
2006-04-06 | It appears from the specs that you have to wait for vblank after disabling the | 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 |