Hi, >From 7b54308ec7f2d7f2515298aa2989ea21a89161ed Mon Sep 17 00:00:00 2001 From: Aaron Chen <[email protected]> Date: Wed, 1 Aug 2012 16:58:35 +0800 Subject: [PATCH 3/4] new driver initial patch 3
new driver added to the source tree and deleted the old useless files.These files works for all of the smi graphics chips Signed-off-by: Aaron Chen <[email protected]> --- src/Makefile.am | 107 +- src/smi_accel.c | 1577 ++++++++++++-- src/smi_accel.h | 195 ++ src/smi_common.c | 32 + src/smi_common.h | 714 ++++++ src/smi_crtc.c | 310 ++- src/smi_crtc.h | 75 +- src/smi_dbg.h | 51 + src/smi_driver.c | 4072 ++++++++++++++++----------------- src/smi_driver.h | 98 + src/smi_output.c | 245 ++- src/smi_output.h | 45 + src/smi_ver.h | 42 + src/smi_video.c | 6777 +++++++++++++++++++++++++++++++++--------------------- src/smi_video.h | 302 ++- src/version.h | 38 + 16 files changed, 9431 insertions(+), 5249 deletions(-) Aaron _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
