From: Maurus Cuelenaere Date: Wed, 21 Jul 2010 22:40:58 +0000 (+0200) Subject: OMAP: DSS2: OMAPFB: Fix invalid bpp for PAL and NTSC modes X-Git-Tag: v2.6.36-rc1~487^2~4 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8c66dcf5aa8df2d1b1f249519c920d3a45dd613;p=pandora-kernel.git OMAP: DSS2: OMAPFB: Fix invalid bpp for PAL and NTSC modes omapfb_mode_to_timings() sets the bpp to 0 when bootarg omapfb.mode is set to either "pal" or "ntsc". This patch corrects this by setting the bpp to 24, as would be done if omapdss_default_get_recommended_bpp() would be called. Signed-off-by: Maurus Cuelenaere Signed-off-by: Tomi Valkeinen --- Reading git-diff-tree failed