diff options
author | Jordan Crouse <jordan.crouse@amd.com> | 2007-03-07 18:14:34 -0700 |
---|---|---|
committer | Jordan Crouse <jordan.crouse@amd.com> | 2007-03-07 18:18:09 -0700 |
commit | b59bfdde9341ca9014e00795e344ac64b5b91b8c (patch) | |
tree | 1d85f4420e42e2f55500872e8cde05ebcdf5ef9e /src/Makefile.am | |
parent | d2f53b7c576c91f07f55b62b0020be1d0ab358dc (diff) |
[MAJOR UPDATE] Geode LX driver
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.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index e22c601..02525e3 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -40,10 +40,12 @@ amd_drv_ladir = @moduledir@/drivers amd_drv_la_SOURCES = \ amd.h \ + amd_blend.h \ amd_fourcc.h \ build_num.h \ cim_dev.h \ amd_driver.c \ + amd_common.c \ amd_gx_driver.c\ amd_gx_accel.c \ amd_gx_cursor.c \ @@ -55,12 +57,12 @@ amd_drv_la_SOURCES = \ durango.c \ panel.c \ amd_lx_driver.c \ - amd_lx_accel.c \ amd_lx_cursor.c \ - amd_lx_dga.c \ amd_lx_video.c \ - amd_lx_shadow.c \ amd_lx_regacc.c \ + amd_lx_rotate.c \ + amd_lx_randr.c \ + amd_lx_exa.c \ cimarron.c EXTRA_DIST = \ |