Re: [PATCH] OMAP2: OMAPFB: Fix invalid bpp for PAL and NTSC modes

2010-07-26 Thread Tomi Valkeinen
On Thu, 2010-07-22 at 00:40 +0200, ext Maurus Cuelenaere wrote: > 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 T

[PATCH] OMAP2: OMAPFB: Fix invalid bpp for PAL and NTSC modes

2010-07-21 Thread Maurus Cuelenaere
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 --- drivers/video/omap2/omapfb/omapf