Age | Commit message (Expand) | Author |
2006-05-01 | Fix non-dri build. | Matthieu Herrb |
2006-05-01 | Fix non-dri build. | Matthieu Herrb |
2006-04-29 | Save initialize EXADriverPtr, and free it in failure. | Wang Zhenyu |
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 | Correct some SDVO-related register definitions. | Eric Anholt |
2006-04-24 | Save/restore the output's SDVO reg. Note that we might be programming the other | Eric Anholt |
2006-04-24 | Start trying to save/restore SDVO state on VT switches. | Eric Anholt |
2006-04-24 | Clean up some argument passing, and remove extra SetTarget{In,Out}Puts that had | Eric Anholt |
2006-04-24 | Only write out as many arguments as the commands need, and fix up the numbers in | 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 | Simplify the i2c code by using the GetBits/PutBits interface rather than | Eric Anholt |
2006-04-24 | Merge branch 'lukas-resume' | Eric Anholt |
2006-04-22 | * Add call to dh_makeshlibs. Reorder dh_installdeb and dh_shlibdeps so that | David Nusinow |
2006-04-22 | Move packaging over | David Nusinow |
2006-04-22 | Copy i810 driver over to working branch | David Nusinow |
2006-04-22 | Import xserver-xorg-video-i810-1.4.1.3 for rollback to 7.0 | David Nusinow |
2006-04-20 | fix bug 6365 | Alan Hourihane |
2006-04-20 | move sdvo output setting | Dave Airlie |
2006-04-20 | fix type 0 instead of O | Dave Airlie |
2006-04-20 | correct height parameter in sdvo packet | Dave Airlie |
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 | Whine if SDVO I2C device init fails, rather than be silent. | Eric Anholt |
2006-04-19 | Add more SDVO code. It's taken from airlied's driver, but with magic numbers | Eric Anholt |
2006-04-19 | Start bringing in some SDVO code, mostly from airlied. | Eric Anholt |
2006-04-17 | Use the IS_I9XX macro intead of >= i915G, since by PCI ID number, 855GM > 915. | Eric Anholt |
2006-04-17 | Remove some dead code and one particularly useless debug printf. | Eric Anholt |
2006-04-17 | Add missing new-line character in log message. | Ian Romanick |
2006-04-17 | Disable the BIOS dump-to-file since it's a trivial local DOS, and I can just ask | Eric Anholt |
2006-04-16 | Bug #6589: Use alternate offsets to successfully get at the panel data for | Eric Anholt |
2006-04-16 | Add a standalone program for parsing VBT. | Eric Anholt |
2006-04-16 | Fix the last commit and fix spelling error. Thanks Brice Goglin for the spell... | David Nusinow |
2006-04-15 | Make us error out if we call patch and don't have quilt installed | David Nusinow |
2006-04-15 | Check for LVDS BIOS tables exactly once at startup. While there, dump the BIOS | Eric Anholt |
2006-04-12 | fix typo | Alan Hourihane |
2006-04-12 | fix typo | Alan Hourihane |
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-12 | Move xsfbs back to its rightful place | David Nusinow |
2006-04-11 | Fix a broken test that resulted in page flipping always being enabled, not just | Wang Zhenyu |
2006-04-11 | Replace .cvsignore with .gitignore. | 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 |