From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Vrabel Subject: Framebuffer kbuild -- add FB_CFB_xxx options (1/4) Date: Tue, 15 Feb 2005 10:51:55 +0000 Message-ID: <4211D44B.5050707@arcom.com> References: <421096C6.3030105@arcom.com> <4211D2DF.2070302@arcom.com> Reply-To: linux-fbdev-devel@lists.sourceforge.net Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------030800050609090402010603" Received: from sc8-sf-mx1-b.sourceforge.net ([10.3.1.11] helo=sc8-sf-mx1.sourceforge.net) by sc8-sf-list1.sourceforge.net with esmtp (Exim 4.30) id 1D10JI-00048b-8x for linux-fbdev-devel@lists.sourceforge.net; Tue, 15 Feb 2005 02:52:04 -0800 Received: from webapps.arcom.com ([194.200.159.168]) by sc8-sf-mx1.sourceforge.net with esmtp (Exim 4.41) id 1D10JF-0003yt-N4 for linux-fbdev-devel@lists.sourceforge.net; Tue, 15 Feb 2005 02:52:04 -0800 In-Reply-To: <4211D2DF.2070302@arcom.com> Sender: linux-fbdev-devel-admin@lists.sourceforge.net Errors-To: linux-fbdev-devel-admin@lists.sourceforge.net List-Unsubscribe: , List-Id: List-Post: List-Help: List-Subscribe: , List-Archive: To: linux-fbdev-devel@lists.sourceforge.net This is a multi-part message in MIME format. --------------030800050609090402010603 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Add FB_CFB_FILLRECT, FB_CFB_COPYAREA, and FB_CFB_IMAGEBLIT options to the framebuffer Kconfig and Makefile. This enables the inclusion of the cfb_fillrect, cfb_copyarea and cfb_imageblt functions. Signed-off-by: David Vrabel --------------030800050609090402010603 Content-Type: text/plain; name="fb-kbuild-add-FB_CFB_xxx" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="fb-kbuild-add-FB_CFB_xxx" %status pending %patch Index: linux-2.6-i386/drivers/video/Kconfig =================================================================== --- linux-2.6-i386.orig/drivers/video/Kconfig 2005-02-14 14:59:28.000000000 +0000 +++ linux-2.6-i386/drivers/video/Kconfig 2005-02-15 10:12:37.657581067 +0000 @@ -38,6 +38,33 @@ (e.g. an accelerated X server) and that are not frame buffer device-aware may cause unexpected results. If unsure, say N. +config FB_CFB_FILLRECT + tristate + depends on FB + default n + ---help--- + Include the cfb_fillrect function for generic software rectangle + filling. This is used by drivers that don't provide their own + (accelerated) version. + +config FB_CFB_COPYAREA + tristate + depends on FB + default n + ---help--- + Include the cfb_copyarea function for generic software area copying. + This is used by drivers that don't provide their own (accelerated) + version. + +config FB_CFB_IMAGEBLIT + tristate + depends on FB + default n + ---help--- + Include the cfb_imageblit function for generic software image + blitting. This is used by drivers that don't provide their own + (accelerated) version. + config FB_MODE_HELPERS bool "Enable Video Mode Handling Helpers" depends on FB Index: linux-2.6-i386/drivers/video/Makefile =================================================================== --- linux-2.6-i386.orig/drivers/video/Makefile 2005-02-14 14:59:28.000000000 +0000 +++ linux-2.6-i386/drivers/video/Makefile 2005-02-15 10:11:43.064192554 +0000 @@ -13,6 +13,10 @@ obj-$(CONFIG_PPC) += macmodes.o endif +obj-$(CONFIG_FB_CFB_FILLRECT) += cfbfillrect.o +obj-$(CONFIG_FB_CFB_COPYAREA) += cfbcopyarea.o +obj-$(CONFIG_FB_CFB_IMAGEBLIT) += cfbimgblt.o + # Hardware specific drivers go first obj-$(CONFIG_FB_RETINAZ3) += retz3fb.o obj-$(CONFIG_FB_AMIGA) += amifb.o c2p.o --------------030800050609090402010603-- ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click