From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Henderson Subject: Re: [Linux-fbdev-devel] [FB PATCH] cfbimgblt isn't 64-bit clean Date: Tue, 31 Dec 2002 01:33:17 -0800 Sender: linux-kernel-owner@vger.kernel.org Message-ID: <20021231013317.A14112@twiddle.net> References: <1041173861.1013.9.camel@localhost.localdomain> Mime-Version: 1.0 Return-path: Content-Disposition: inline In-Reply-To: <1041173861.1013.9.camel@localhost.localdomain>; from adaplas@pol.net on Sun, Dec 29, 2002 at 10:58:43PM +0800 List-Id: Cc: James Simmons , Linux Fbdev development list , Linux Kernel Mailing List On Sun, Dec 29, 2002 at 10:58:43PM +0800, Antonino Daplas wrote: > Only fast_imageblit() should be affected. color_imageblit() and > slow_imageblit() will not be affected. Indeed. > Or we can change fast_imageblit() to always access the framebuffer > memory 32-bits at a time. The attached patch should fix this. This is probably better than the wholesale conversion to 32-bits that I did. For the most part I don't care anymore; I've implemented a hardware accelerated version for depth==1 in tgafb.c now. ;-) r~