commit | e8c66dcf5aa8df2d1b1f249519c920d3a45dd613 | [log] [tgz] |
---|---|---|
author | Maurus Cuelenaere <mcuelenaere@gmail.com> | Thu Jul 22 00:40:58 2010 +0200 |
committer | Tomi Valkeinen <tomi.valkeinen@nokia.com> | Thu Aug 05 16:52:16 2010 +0300 |
tree | 0ff59390ed231bd18f2da86b6f6c1e7eaf3295fa | |
parent | e26ed44c950ed9d1feb7719100f475e4e80f1419 [diff] |
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 <mcuelenaere@gmail.com> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@nokia.com>