summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2006-05-12Remove the code that changes our behavior based on whether a magic file existsEric Anholt
2006-05-12Do a couple of reverts to get the DRI code building. At this point, the wholeEric Anholt
2006-05-12Remove intel_randr.c and stick with the previous code. Broadwater shouldn't beEric Anholt
2006-05-12Make the intel_acpi.c code non-modular and make it compile. I think we'll endEric Anholt
2006-05-12Revert internal shadow module changes back like master, along with RandREric Anholt
2006-05-12Start fixing up the build and remove a regression from master (I think) inEric Anholt
2006-05-12Re-add authorship note in i830_driver.c accidentally left out of last commit.Eric Anholt
2006-05-12First pass of integrating the Tungsten Graphics driver for Broadwater. ThisEric Anholt
2006-05-12add sdvo capability reading supportDave Airlie
2006-05-09Video overlay gamma bounds checking must be done bytewise.Keith Packard
2006-05-09Video overlay gamma bounds checking must be done bytewise.Keith Packard
2006-05-04Use xf86int10Addr() when calculating an address to read the video BIOS from, outEric Anholt
2006-05-01Stop doing the BIOS memory size tweaking now that we don't ask the BIOS aboutEric Anholt
2006-05-01Fix non-dri build.Matthieu Herrb
2006-04-29Save initialize EXADriverPtr, and free it in failure.Wang Zhenyu
2006-04-29I830CheckDevicesTimer() sync should be in I830_USE_XAA case.Wang Zhenyu
2006-04-29fix I830BIOSAdjustFrame() sync in I830_USE_EXA case, use exaWaitSync() helper.Wang Zhenyu
2006-04-28Update to EXA 2.0 API.Eric Anholt
2006-04-28Get it to compile.Eric Anholt
2006-04-28Commit what applied from Jesse Barnes's i830-exa-latest.patch.Eric Anholt
2006-04-24Correct some SDVO-related register definitions.Eric Anholt
2006-04-24Save/restore the output's SDVO reg. Note that we might be programming the otherEric Anholt
2006-04-24Start trying to save/restore SDVO state on VT switches.Eric Anholt
2006-04-24Clean up some argument passing, and remove extra SetTarget{In,Out}Puts that hadEric Anholt
2006-04-24Only write out as many arguments as the commands need, and fix up the numbers inEric Anholt
2006-04-24Start trying to implement DDC over SDVO. It's slightly tricky because theEric Anholt
2006-04-24Set displayWidth to a sufficient value for the modes we come up with for LVDS.Eric Anholt
2006-04-24Simplify the i2c code by using the GetBits/PutBits interface rather thanEric Anholt
2006-04-24Merge branch 'lukas-resume'Eric Anholt
2006-04-20fix bug 6365Alan Hourihane
2006-04-20move sdvo output settingDave Airlie
2006-04-20fix type 0 instead of ODave Airlie
2006-04-20correct height parameter in sdvo packetDave Airlie
2006-04-20cleanup sDVO for device on C onlyDave Airlie
2006-04-19Clean up SDVO initialization, include config.h, and make it check the rightEric Anholt
2006-04-19Add more registers to save/restore. Save/restore palette as wellLukáš Hejtmanek
2006-04-19Whine if SDVO I2C device init fails, rather than be silent.Eric Anholt
2006-04-19Add more SDVO code. It's taken from airlied's driver, but with magic numbersEric Anholt
2006-04-19Start bringing in some SDVO code, mostly from airlied.Eric Anholt
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-17Add missing new-line character in log message.Ian Romanick
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-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