From: Antonino A. Daplas Date: Wed, 30 Nov 2005 03:34:43 +0000 (-0800) Subject: [PATCH] fbdev: cirrusfb: Driver cleanup and bug fixes X-Git-Tag: v2.6.15-rc4~4^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49d5c7b08713c3a482d62b5a0ad41b4ec32905a5;p=pandora-kernel.git [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed