summaryrefslogtreecommitdiff
path: root/src/amd.h
AgeCommit message (Collapse)Author
2008-03-14First stage of the rename process - get rid of all amd_ prefixes -Jordan Crouse
change either to geode_ or just to lx_ or gx_ depending on the processor. Change the name in the Makefiles and other collateral
2008-03-10amd: initial pciaccess conversionDave Airlie
2008-01-14Basic OLPC support from Bernardo Innocenti and Jordan Crouse.xf86-video-amd-2.7.7.5Martin-Éric Racine
2007-07-06Multiple fixes for the LX driverJordan Crouse
* Fix VGA detection * Restrict EXA implementations older then 2.0 * Fix crash when VT is switched while rotated * Turn the shadow framebuffer into a true exa offscreen component * Shut off video when we are rotated Conflicts: src/amd_lx_driver.c src/amd_lx_rotate.c
2007-05-31DCON detection cleanup and generification.Adam Jackson
2007-05-31Add extra GCC warning fu. -Wall cleanup.Adam Jackson
2007-05-09Eliminate the first round of warnings discovered with -WallDan Williams
2007-04-11Add Linux MSR suport for LXJordan Crouse
Extend the GX MSR support to LX - this is to support the VSAless OFW, and share code.
2007-03-07[MAJOR UPDATE] Geode LX driverJordan Crouse
This is a major re-vamping of the Geode LX driver to support EXA, RandR, and advanced xserver features. The GX and LX drivers now share the similar streamlined infrastructure, and acceleration. The LX driver also adds features the GX does not have, such as accelerated rotations and far better composite support. This provides the basis for the rotation and acceleration enhancements.
2007-01-08Minor DCON fixes.Adam Jackson
Wire up the DCON init to GXPreInit, and set the panel geometry appropriately if found.
2006-12-15Remove unneeded GX optionsJordan Crouse
2006-12-12First attempt at adding dynamic rotation (just RandR 1.1 for now)Jordan Crouse
2006-08-21PATCH: Move the check for EXA versionJordan Crouse
The check for the EXA version occurs before the EXA_VERSION is defined. This results in EXA being permanently turned off. This makes sure exa.h is defined before checking the version.
2006-08-04PATCH: Add specific support for the OLPC dcon panelJordan Crouse
The OLPC dcon panel operates differently then the other panels in the GX universe.
2006-08-03Make EXA support on EXA_VERSION_MAJOR >= 2.Zephaniah E. Hull
Catch the two places where we tried to use EXA stuff when it wasn't available.
2006-07-07Update with cleanup and other fixesJordan Crouse
Final commit of cleanup fixes prior to pushing
2006-07-06Initial commit of the xf86-video-amd treeJordan Crouse