commit | 49d5c7b08713c3a482d62b5a0ad41b4ec32905a5 | [log] [tgz] |
---|---|---|
author | Antonino A. Daplas <adaplas@gmail.com> | Tue Nov 29 19:34:43 2005 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Tue Nov 29 19:47:04 2005 -0800 |
tree | 8437a91b94c03979832a8511ce95f542e06be1d7 | |
parent | fe655d3a06488c8a188461bca493e9f23fc8c448 [diff] |
[PATCH] fbdev: cirrusfb: Driver cleanup and bug fixes - pseudo_palette is only 16 entries long - the pseudo_palette, if using the generic drawing functions, must always be u32 regardless of bpp - the fillrect accelerator is using region->color regardless of the visual. region->color is the index to the pseudo_palette if visual is truecolor Signed-off-by: Antonino Daplas <adaplas@pol.net> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>