commit | 82235e9170f19fa327361ee82a76618e60f2db47 | [log] [tgz] |
---|---|---|
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | Thu Apr 28 10:43:52 2005 +0100 |
committer | Russell King <rmk@dyn-67.arm.linux.org.uk> | Thu Apr 28 10:43:52 2005 +0100 |
tree | 735bdadb8025241a514c672537f231c614010c61 | |
parent | c4d12b98ead8bb2437f656c17e7ef065fa160e13 [diff] |
[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 <rmk@arm.linux.org.uk>