Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 23 Dec 2002 06:10:38 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 23 Dec 2002 06:10:38 -0500 Received: from caramon.arm.linux.org.uk ([212.18.232.186]:53256 "EHLO caramon.arm.linux.org.uk") by vger.kernel.org with ESMTP id ; Mon, 23 Dec 2002 06:10:38 -0500 Date: Mon, 23 Dec 2002 11:18:40 +0000 From: Russell King To: Geert Uytterhoeven Cc: Antonino Daplas , James Simmons , Paul Mackerras , Linux Kernel Mailing List , Linux Fbdev development list Subject: Re: [Linux-fbdev-devel] [PATCH] fix endian problem in color_imageblit Message-ID: <20021223111840.A20948@flint.arm.linux.org.uk> Mail-Followup-To: Geert Uytterhoeven , Antonino Daplas , James Simmons , Paul Mackerras , Linux Kernel Mailing List , Linux Fbdev development list References: <20021221092744.A23531@flint.arm.linux.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from geert@linux-m68k.org on Mon, Dec 23, 2002 at 10:07:35AM +0100 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 718 Lines: 16 On Mon, Dec 23, 2002 at 10:07:35AM +0100, Geert Uytterhoeven wrote: > Note that the size of the entries in the pseudo palette used to depend on the > mode, i.e. u16 for bpp = 16, u32 for bpp = 24 or 32. They used to. However, reading the code in 2.5 today, this appears to be no longer the case - they're all one size (u32). -- Russell King (rmk@arm.linux.org.uk) The developer of ARM Linux http://www.arm.linux.org.uk/personal/aboutme.html - 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/