From: Ville Syrjälä Date: Thu, 31 Jan 2013 17:43:38 +0000 (+0200) Subject: drm: Use C8 instead of RGB332 when determining the format from depth/bpp X-Git-Tag: v3.9-rc1~83^2~11^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d84f031bd230fdf9c3b7734940c859bf28b90219;p=pandora-kernel.git drm: Use C8 instead of RGB332 when determining the format from depth/bpp Support for real RGB332 is a rarity, most hardware only really support C8. So use C8 instead of RGB332 when determining the format based on depth/bpp. This fixes 8bpp fbcon on i915, since i915 will only accept C8 and not RGB332. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=59572 Signed-off-by: Ville Syrjälä Acked-by: Dave Airlie Tested-by: mlsemon35@gmail.com Cc: stable@vger.kernel.org Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed