From b59bfdde9341ca9014e00795e344ac64b5b91b8c Mon Sep 17 00:00:00 2001 From: Jordan Crouse Date: Wed, 7 Mar 2007 18:14:34 -0700 Subject: [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. --- src/Makefile.am | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/Makefile.am') 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 = \ -- cgit v1.2.3