Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 31 Dec 2002 04:25:13 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 31 Dec 2002 04:25:13 -0500 Received: from are.twiddle.net ([64.81.246.98]:36737 "EHLO are.twiddle.net") by vger.kernel.org with ESMTP id ; Tue, 31 Dec 2002 04:25:12 -0500 Date: Tue, 31 Dec 2002 01:33:17 -0800 From: Richard Henderson To: Antonino Daplas Cc: James Simmons , Linux Fbdev development list , Linux Kernel Mailing List Subject: Re: [Linux-fbdev-devel] [FB PATCH] cfbimgblt isn't 64-bit clean Message-ID: <20021231013317.A14112@twiddle.net> Mail-Followup-To: Antonino Daplas , James Simmons , Linux Fbdev development list , Linux Kernel Mailing List References: <1041173861.1013.9.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <1041173861.1013.9.camel@localhost.localdomain>; from adaplas@pol.net on Sun, Dec 29, 2002 at 10:58:43PM +0800 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 768 Lines: 22 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~ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/