From: Timur Tabi Date: Mon, 9 May 2011 19:29:40 +0000 (-0500) Subject: powerpc/86xx: don't pretend that we support 8-bit pixels on the MPC8610 HPCD X-Git-Tag: v3.0-rc1~385^2~3^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f46dad270b7f425d7d4ec08676f2513732d11c2b;p=pandora-kernel.git powerpc/86xx: don't pretend that we support 8-bit pixels on the MPC8610 HPCD If the video mode is set to 16-, 24-, or 32-bit pixels, then the pixel data contains actual levels of red, blue, and green. However, if the video mode is set to 8-bit pixels, then the 8-bit value represents an index into color table. This is called "palette mode" on the Freescale DIU video controller. The DIU driver does not currently support palette mode, but the MPC8610 HPCD board file returned a non-zero (although incorrect) pixel format value for 8-bit mode. Signed-off-by: Timur Tabi Signed-off-by: Kumar Gala --- Reading git-diff-tree failed