[Xorg-driver-geode] [PATCH 14/14] geode source: streamline whitespace and sort alphabetically
Gaetan Nadon
memsize at videotron.ca
Fri Nov 18 10:47:40 PST 2011
No functional changes.
Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
---
The patch series is available at:
http://cgit.freedesktop.org/~gnadon/xf86-video-geode
The alignment does not always come out properly in this patch
src/Makefile.am | 202 +++++++++++++++++++++++++++---------------------------
1 files changed, 101 insertions(+), 101 deletions(-)
diff --git a/src/Makefile.am b/src/Makefile.am
index 6564fc8..d5f57b9 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -43,106 +43,106 @@ geode_drv_la_LTLIBRARIES = geode_drv.la
geode_drv_la_LDFLAGS = -module -avoid-version
geode_drv_ladir = @moduledir@/drivers
-geode_drv_la_SOURCES = \
- geode.h \
- geode_blend.h \
- geode_fourcc.h \
- cim_dev.h \
- geode_driver.c \
- geode_common.c \
- geode_dcon.c \
- geode_ddc.c \
- geode_msr.c \
- gx_driver.c\
- gx_accel.c \
- gx_cursor.c \
- gx_video.c \
- gx_regacc.c \
- gx_rotate.c \
- gx_randr.c \
- durango.c \
- panel.c \
- lx_driver.c \
- lx_cursor.c \
- lx_memory.c \
- lx_panel.c \
- lx_output.c \
- lx_display.c \
- lx_video.c \
- lx_exa.c \
- cimarron.c \
- geode_pcirename.h
+geode_drv_la_SOURCES = \
+ cimarron.c \
+ cim_dev.h \
+ durango.c \
+ geode_blend.h \
+ geode_common.c \
+ geode_dcon.c \
+ geode_ddc.c \
+ geode_driver.c \
+ geode_fourcc.h \
+ geode.h \
+ geode_msr.c \
+ geode_pcirename.h \
+ gx_accel.c \
+ gx_cursor.c \
+ gx_driver.c \
+ gx_randr.c \
+ gx_regacc.c \
+ gx_rotate.c \
+ gx_video.c \
+ lx_cursor.c \
+ lx_display.c \
+ lx_driver.c \
+ lx_exa.c \
+ lx_memory.c \
+ lx_output.c \
+ lx_panel.c \
+ lx_video.c \
+ panel.c
-EXTRA_DIST = \
- cim/cim_defs.h \
- cim/cim_df.c \
- cim/cim_filter.c \
- cim/cim_gp.c \
- cim/cim_init.c \
- cim/cim_modes.c \
- cim/cim_msr.c \
- cim/cim_parm.h \
- cim/cim_regs.h \
- cim/cim_rtns.h \
- cim/cim_version.h \
- cim/cim_vg.c \
- cim/cim_vip.c \
- cim/cim_vop.c \
- cim/doc/release.txt \
- \
- gfx/disp_gu1.c \
- gfx/disp_gu2.c \
- gfx/gfx_dcdr.c \
- gfx/gfx_defs.h \
- gfx/gfx_disp.c \
- gfx/gfx_i2c.c \
- gfx/gfx_init.c \
- gfx/gfx_mode.h \
- gfx/gfx_msr.c \
- gfx/gfx_priv.h \
- gfx/gfx_regs.h \
- gfx/gfx_rndr.c \
- gfx/gfx_rtns.h \
- gfx/gfx_tv.c \
- gfx/gfx_type.h \
- gfx/gfx_vga.c \
- gfx/gfx_vid.c \
- gfx/gfx_vip.c \
- gfx/history.h \
- gfx/i2c_acc.c \
- gfx/i2c_gpio.c \
- gfx/init_gu1.c \
- gfx/init_gu2.c \
- gfx/msr_rdcl.c \
- gfx/release.txt \
- gfx/rndr_gu1.c \
- gfx/rndr_gu2.c \
- gfx/saa7114.c \
- gfx/tv_1200.c \
- gfx/tv_fs450.c \
- gfx/tv_fs450.h \
- gfx/vga_gu1.c \
- gfx/vid_1200.c \
- gfx/vid_5530.c \
- gfx/vid_rdcl.c \
- gfx/vip_1200.c \
- \
- panel/92xx.h \
- panel/cen9211.c \
- panel/cen9211.h \
- panel/dora9211.c \
- panel/dora9211.h \
- panel/drac9210.c \
- panel/drac9210.h \
- panel/gx2_9211.c \
- panel/gx2_9211.h \
- panel/panel.c \
- panel/panel.h \
- panel/platform.c \
- panel/pnl_bios.c \
- panel/pnl_defs.h \
- panel/pnl_init.c \
- panel/readme.txt \
- \
- gx_vga.c \
+EXTRA_DIST = \
+ cim/cim_defs.h \
+ cim/cim_df.c \
+ cim/cim_filter.c \
+ cim/cim_gp.c \
+ cim/cim_init.c \
+ cim/cim_modes.c \
+ cim/cim_msr.c \
+ cim/cim_parm.h \
+ cim/cim_regs.h \
+ cim/cim_rtns.h \
+ cim/cim_version.h \
+ cim/cim_vg.c \
+ cim/cim_vip.c \
+ cim/cim_vop.c \
+ cim/doc/release.txt \
+ \
+ gfx/disp_gu1.c \
+ gfx/disp_gu2.c \
+ gfx/gfx_dcdr.c \
+ gfx/gfx_defs.h \
+ gfx/gfx_disp.c \
+ gfx/gfx_i2c.c \
+ gfx/gfx_init.c \
+ gfx/gfx_mode.h \
+ gfx/gfx_msr.c \
+ gfx/gfx_priv.h \
+ gfx/gfx_regs.h \
+ gfx/gfx_rndr.c \
+ gfx/gfx_rtns.h \
+ gfx/gfx_tv.c \
+ gfx/gfx_type.h \
+ gfx/gfx_vga.c \
+ gfx/gfx_vid.c \
+ gfx/gfx_vip.c \
+ gfx/history.h \
+ gfx/i2c_acc.c \
+ gfx/i2c_gpio.c \
+ gfx/init_gu1.c \
+ gfx/init_gu2.c \
+ gfx/msr_rdcl.c \
+ gfx/release.txt \
+ gfx/rndr_gu1.c \
+ gfx/rndr_gu2.c \
+ gfx/saa7114.c \
+ gfx/tv_1200.c \
+ gfx/tv_fs450.c \
+ gfx/tv_fs450.h \
+ gfx/vga_gu1.c \
+ gfx/vid_1200.c \
+ gfx/vid_5530.c \
+ gfx/vid_rdcl.c \
+ gfx/vip_1200.c \
+ \
+ panel/92xx.h \
+ panel/cen9211.c \
+ panel/cen9211.h \
+ panel/dora9211.c \
+ panel/dora9211.h \
+ panel/drac9210.c \
+ panel/drac9210.h \
+ panel/gx2_9211.c \
+ panel/gx2_9211.h \
+ panel/panel.c \
+ panel/panel.h \
+ panel/platform.c \
+ panel/pnl_bios.c \
+ panel/pnl_defs.h \
+ panel/pnl_init.c \
+ panel/readme.txt \
+ \
+ gx_vga.c \
lx_vga.c
--
1.7.4.1
More information about the Xorg-driver-geode
mailing list