From: Russell King Date: Thu, 28 Apr 2005 09:43:52 +0000 (+0100) Subject: [PATCH] ARM: Fix AMBA CLCD fb driver for 32bpp X-Git-Tag: v2.6.12-rc4~181^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82235e9170f19fa327361ee82a76618e60f2db47;p=pandora-kernel.git [PATCH] ARM: Fix AMBA CLCD fb driver for 32bpp We were supporting 24bpp. However, the pixel organisation in memory was 0RGB, so it was 24bpp in 32bit words. This means we're actually supporting 32bpp and not 24bpp. Also, add a check to ensure that we don't exceed the available framebuffer when changing display resolutions. Signed-off-by: Russell King --- Reading git-diff-tree failed