Age | Commit message (Collapse) | Author |
|
change either to geode_ or just to lx_ or gx_ depending on the processor.
Change the name in the Makefiles and other collateral
|
|
|
|
|
|
* 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
|
|
|
|
|
|
|
|
Extend the GX MSR support to LX - this is to support the VSAless
OFW, and share code.
|
|
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.
|
|
Wire up the DCON init to GXPreInit, and set the panel geometry appropriately
if found.
|
|
|
|
|
|
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.
|
|
The OLPC dcon panel operates differently then the other panels in the
GX universe.
|
|
Catch the two places where we tried to use EXA stuff when it wasn't available.
|
|
Final commit of cleanup fixes prior to pushing
|
|
|