summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-04-24geode: Add "native" DDC parsing to the Geode driverJordan Crouse
Teach libDDC to access the DDC pins on the Geode natively, instead of using the BIOS which has proven to be broken time and time again.
2008-04-01geode: Bump to new version and replace two instances of the old amd namexf86-video-geode-2.8.0Jordan Crouse
2008-03-14amd: Missed a merge artifact - kick me in the head for breaking tinderboxJordan Crouse
2008-03-14amd: fix compile and warning issues from the mergeJordan Crouse
2008-03-14amd: fix up the versioning and naming of the new driverJordan Crouse
2008-03-14Massive coding style fixup - move to X coding style,Jordan Crouse
remove trailing whitespace, zap unused files and remove blocks of ifdefed out code.
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-13amd: release version 2.7.7.7xf86-video-amd-2.7.7.7Jordan Crouse
xf86-video-amd is now dead - long live xf86-video-geode!
2008-03-13amd: fix panel and DDC interation with GXJordan Crouse
2008-03-13amd: Fix a compile error in < 1.5 buildsJordan Crouse
2008-03-12amd: Add the 'geode' name in preparation for the renamingJordan Crouse
2008-03-12amd: Add libpciaccess probe functionStefano Fedrigo
2008-03-10amd: fix distcheckDave Airlie
2008-03-10amd: fixup pciaccess compileDave Airlie
2008-03-10fix devprivates properlyDave Airlie
2008-03-10old privates v2Dave Airlie
2008-03-10amd: move to new devprivatesDave Airlie
2008-03-10pciaccess: fix name of structDave Airlie
2008-03-10pciaccess: forgot some commasDave Airlie
2008-03-10oops I did it again.. forgot the damn includeDave Airlie
2008-03-10amd: initial pciaccess conversionDave Airlie
2008-03-02Implement support for wide and non-standard screen resolutions.Bart Trojanowski
Works fine on the VGA output, but requires further testing to ensure that it doesn't disturb operation on the TFT output.
2008-02-10Erm... That would be pScrni, of course.Martin-Éric Racine
2008-02-10Added trivial fix for Gamma initialization.Martin-Éric Racine
2008-01-26[GX/LX] Bump the default pixel depth up to 16-bit.xf86-video-amd-2.7.7.6Martin-Éric Racine
This is a reasonable compromise between memory consumption and picture readability. This also gives the driver usable defaults for X server >= 1.3 when used with -configure.
2008-01-26Constify a few huge tables to reduce data section size.Bernardo Innocenti
This driver is still unusually big compared to the other X.org drivers. The biggest offender is cimarron.o as demonstrated by: nm -S -t d cimarron.o | sort -k 2 -n
2008-01-14amd_drv: Remove a few (harmless) warningsBernardo Innocenti
Signed-off-by: Bernardo Innocenti <bernie@codewiz.org>
2008-01-14Expanded the bug reporting URL in configure.ac to specify the Driver/AMD ↵Martin-Éric Racine
component.
2008-01-14Basic OLPC support from Bernardo Innocenti and Jordan Crouse.xf86-video-amd-2.7.7.5Martin-Éric Racine
2008-01-08Trivial patch to fix the ZTV moduleMartin-Éric Racine
2008-01-05[GX][LX] Push PreInit fixes to avoid segfauls on X -configure.xf86-video-amd-2.7.7.4Martin-Éric Racine
This is known to work on products with GeodeROM and Insyde BIOSes. On products with a General Software BIOS, a freeze occurs while X is probing VBE. The same issue occurs with LinuxBIOS and VGAROM, but not with LinuxBIOS omitting VGAROM. Both issues appear to be caused by X server core upgrading from vm86 to x86emu since X server release 1.3, which requires fixing x86emu, or the concerned BIOSes, or both.
2008-01-03[GX] Fix the autoconfigure segfault for GX tooJordan Crouse
2008-01-03[LX] Re-arrange PreInit to avoid segfaults in Xorg -configureJordan Crouse
Re-arrange the early part of PreInit so that Xorg -configure can run cleanly.
2007-10-15Bumped package version to 2.7.7.3.xf86-video-amd-2.7.7.3Martin-Éric Racine
2007-10-01[XORG] Fix video downscalingJordan Crouse
When downscaling the window, apparently the clip region doesn't change (not sure why), so we didn't get the message to re-init the video. This will make the re-init process happen on both the clip region changing and the width/height changing.
2007-10-01[XORG] Remove the upload function for LXJordan Crouse
Remove the upload function for LX. The default function is going to be faster for all 0xCC BLTs; which just so happens to be what all the uploads will be.
2007-09-17Update the package version in configure.acxf86-video-amd-2.7.7.2Martin-Éric Racine
2007-09-17ChangeLog DOES need to be cleaned, but in MAINTIANERCLEANFILES.Martin-Éric Racine
2007-09-12Creating a release of course requires updating the package version...xf86-video-amd-2.7.7.1Martin-Éric Racine
2007-09-12We no longer delete the ChangeLog in the clean target. We will simply ↵Martin-Éric Racine
overwrite it instead.
2007-09-02Erm... actually, the ChangeLog needs ot be removed, since it's generated at ↵xf86-video-amd-2.7.7.0Martin-Éric Racine
release time.
2007-09-02Commit the clean 2.7.7.0 ChangeLog to GIT.Martin-Éric Racine
2007-09-02Added the standard X.org ChangeLog generation target to Makefile.amMartin-Éric Racine
2007-09-02Reverted autogen.sh changes too, since the 'dist' target does what we need.Martin-Éric Racine
2007-09-02Reverted the autotool file generation from the GIT tree.Martin-Éric Racine
2007-09-02Regenerated configure based on new package version.Martin-Éric Racine
2007-09-02Bumped the package version to 2.7.7.0 and calling it a release.Martin-Éric Racine
2007-08-29Updated the ChangeLog.Martin-Eric Racine
2007-08-29Regenerated ChangeLog and autotool files.Martin-Eric Racine
2007-08-02Fix the upload / composite mask raceJordan Crouse
We fix a race with the upload function when using a composite mask by using the exa core function exaGetPixmapFirstPixel, which does the right thing in X 1.4 and newer. For older versions, the fix is to stall the pipeine to ensure the upload is complete, so thats what we do.