13 Aug 2012 10:50
[PATCH]siliconmotion new driver initial patch
Hi, We have updated copyright and re-patch the whole source code into 1 package. Here is the siliconmotion new xorg driver. It supports all the smi graphics chips on both 32 and 64 bit OS. It also supports both Xrandr and no-Xrandr feather. Signed-off-by: Aaron Chen <aaron.chen <at> siliconmotion.com> --- COPYING | 20 + Makefile.am | 13 +- configure.ac | 128 +- man/Makefile.am | 21 +- src/Makefile.am | 74 +- src/ddk502/502ddk_module.c | 65 + src/ddk502/Makefile.am | 57 + src/ddk502/ddk502_chip.c | 359 ++ src/ddk502/ddk502_chip.h | 139 + src/ddk502/ddk502_clock.c | 615 ++++ src/ddk502/ddk502_clock.h | 132 + src/ddk502/ddk502_ddkdebug.c | 253 ++ src/ddk502/ddk502_ddkdebug.h | 166 + src/ddk502/ddk502_display.c | 426 +++ src/ddk502/ddk502_display.h | 108 + src/ddk502/ddk502_hardware.c | 469 +++ src/ddk502/ddk502_hardware.h | 105 + src/ddk502/ddk502_help.c | 69 + src/ddk502/ddk502_help.h | 51 + src/ddk502/ddk502_linux.c | 417 +++(Continue reading)
RSS Feed