summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-04-19Add more registers to save/restore. Save/restore palette as welllukas-resumeLukáš Hejtmanek
2006-04-17Use the IS_I9XX macro intead of >= i915G, since by PCI ID number, 855GM > 915.Eric Anholt
2006-04-17Remove some dead code and one particularly useless debug printf.Eric Anholt
2006-04-17Disable the BIOS dump-to-file since it's a trivial local DOS, and I can just askEric Anholt
2006-04-16Bug #6589: Use alternate offsets to successfully get at the panel data forEric Anholt
2006-04-16Add a standalone program for parsing VBT.Eric Anholt
2006-04-15Check for LVDS BIOS tables exactly once at startup. While there, dump the BIOSEric Anholt
2006-04-12fix typoAlan Hourihane
2006-04-12Initial support for pre-i915 PLL programming. Untested.Eric Anholt
2006-04-12Automatically enable clone mode if we detect two active outputs.Eric Anholt
2006-04-10Add missing MIT copyright licenses, which should have been on all versions.Eric Anholt
2006-04-10Save/restore PFIT_CONTROL. Eliminate compiler warningsKeith Packard
2006-04-10Merge branch 'modesetting-origin' into modesettingKeith Packard
2006-04-10Merge in master to modesettingKeith Packard
2006-04-10Improve LVDS modes when outputting a CRT+LVDS combo at larger than the LVDS'sEric Anholt
2006-04-10Bump to 1.6.0.i810-1_6_0Adam Jackson
2006-04-10Add a DrawablePtr argument to the XV functions to pave the way for redirectedAaron Plattner
2006-04-10x86_64 warning fixesAlan Hourihane
2006-04-10Remove the int10 POST on EnterVT. It has been reported to cause crashes now,Eric Anholt
2006-04-10Warnings cleanup.Eric Anholt
2006-04-10Don't try to use LVDS by default on chipsets that won't have an LVDS attached.Eric Anholt
2006-04-06Remove BIOS save/restore code, fixing VT switching. Removes some other deadEric Anholt
2006-04-06Turn off the VGA plane when we're setting our native modes.Eric Anholt
2006-04-06Remove the hacky-looking Set640x480. I'll be removing things it depends onEric Anholt
2006-04-06Remove more BIOS stuff, particularly Get/SetDisplayDevices. Now, if there's noEric Anholt
2006-04-06Remove the now-unused displaySize and pipeDisplaySize.Eric Anholt
2006-04-06Remove more BIOS modesetting stuff.Eric Anholt
2006-04-06autodetect LVDS dither. Fix 16bpp depth selectionKeith Packard
2006-04-06Clean up (and I believe fix a couple of bugs in) the divisor selection code.Eric Anholt
2006-04-06Fill in clock information from VBT table, so that a good clock value getsEric Anholt
2006-04-06Port code from radeon driver for panel mode validation, which will hopefully getEric Anholt
2006-04-06Remove some VBE DDC code that I believe is OBE.Eric Anholt
2006-04-06Make auto panel fitting work by pulling LVDS timing EDID info out of the staticEric Anholt
2006-04-06Add more VBT reading, so we find the panel size.Eric Anholt
2006-04-06Start interpreting VBT information with the goal of pulling out LVDS timingsEric Anholt
2006-04-06Save/restore a couple of important VGA plane registers, and have vgahwEric Anholt
2006-04-06Update to newer airlied DDC code, and do some cleanups as well. Now tries DDCEric Anholt
2006-04-06Add enough of airlied's DDC/I2C work to pull EDID info from my CRT.Eric Anholt
2006-04-06Add some register information for VGACNTRL, and do the reg-debug thing on it.Eric Anholt
2006-04-06Move the PFIT enabling before the enabling of the pipe, as the specs say weEric Anholt
2006-04-06Add a couple more bits to panel auto-fitting, though it isn't working yet.Eric Anholt
2006-04-06Make the reg-snapshot code work, add a couple more registers, and use it on VTEric Anholt
2006-04-06Add missed save/restore of DSP*SIZE registers.Eric Anholt
2006-04-06Add some untested debugging code to for helping figure out VT switch issues.Eric Anholt
2006-04-06Add more integrated LVDS support code.Eric Anholt
2006-04-06Change the order of reg writes for restore, possibly increasing chances ofEric Anholt
2006-04-06Remove some dead VBE code.Eric Anholt
2006-04-06Include config.h, fixing many issues with reading from pI830.Eric Anholt
2006-04-06Turn off panel power before poking pipe B, and turn it back on if we're doingEric Anholt
2006-04-06Fix prototype for i830DetectCRT.Eric Anholt