To whom it may ceoncern: This patch contains the modification on the make files and the Kconfig file. It includes the source files to be compiled for generating the DRM kernel module for VIA Chrome9 GFX family.
Sign-off-by: Bruce Chang <brucech...@via.com.tw> diff -ruN old/drivers/gpu/drm/Kconfig new/drivers/gpu/drm/Kconfig --- old/drivers/gpu/drm/Kconfig 2009-07-15 11:55:20.000000000 +0800 +++ new/drivers/gpu/drm/Kconfig 2009-07-14 16:53:10.000000000 +0800 @@ -137,6 +137,15 @@ Choose this option if you have a Via unichrome or compatible video chipset. If M is selected the module will be called via. +config DRM_VIA_CHROME9 + tristate "Via chrome9 video cards" + depends on DRM + help + Choose this option if you have a Via chrome9 or compatible video + chipset. If M is selected the module will be called via_chrome9. + + + config DRM_SAVAGE tristate "Savage video cards" depends on DRM diff -ruN old/drivers/gpu/drm/Makefile new/drivers/gpu/drm/Makefile --- old/drivers/gpu/drm/Makefile 2009-07-15 11:55:20.000000000 +0800 +++ new/drivers/gpu/drm/Makefile 2009-07-14 16:52:12.000000000 +0800 @@ -27,3 +27,4 @@ obj-$(CONFIG_DRM_SIS) += sis/ obj-$(CONFIG_DRM_SAVAGE)+= savage/ obj-$(CONFIG_DRM_VIA) +=via/ +obj-$(CONFIG_DRM_VIA_CHROME9) +=via_chrome9/ diff -ruN old/drivers/gpu/drm/via_chrome9/Makefile new/drivers/gpu/drm/via_chrome9/Makefile --- old/drivers/gpu/drm/via_chrome9/Makefile 1970-01-01 08:00:00.000000000 +0800 +++ new/drivers/gpu/drm/via_chrome9/Makefile 2009-07-14 16:49:29.000000000 +0800 @@ -0,0 +1,8 @@ +# +# Makefile for the drm device driver. This driver provides support for the +# Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher. + +ccflags-y := -Iinclude/drm +via_chrome9-y := via_chrome9_drv.o via_chrome9_drm.o via_chrome9_mm.o via_chrome9_dma.o via_chrome9_verifier.o + +obj-$(CONFIG_DRM_VIA_CHROME9) += via_chrome9.o \ No newline at end of file Thanks and Best Regards Bruce C. Chang ------------------------------------------------------------------------------ Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to BlackBerry App World(TM) will have the opportunity to enter the BlackBerry Developer Challenge. See full prize details at: http://p.sf.net/sfu/Challenge -- _______________________________________________ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel