From: Erik Gilling Date: Fri, 12 Nov 2010 01:40:10 +0000 (-0800) Subject: [ARM] tegra: enable FB bit depth autodetection on main panel X-Git-Tag: firefly_0821_release~9834^2~348 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=4325705f4ca488887d5ed0ee54fdfc9fd65a634f;p=firefly-linux-kernel-4.4.55.git [ARM] tegra: enable FB bit depth autodetection on main panel Change-Id: If4188b38e1964981bb58823c5fb575cb92a1a448 Signed-off-by: Erik Gilling --- diff --git a/arch/arm/mach-tegra/board-stingray-panel.c b/arch/arm/mach-tegra/board-stingray-panel.c index c024f06d48ab..5bd8184c2c96 100644 --- a/arch/arm/mach-tegra/board-stingray-panel.c +++ b/arch/arm/mach-tegra/board-stingray-panel.c @@ -122,7 +122,7 @@ static struct tegra_fb_data stingray_fb_data_p0 = { .win = 0, .xres = 1280, .yres = 720, - .bits_per_pixel = 16, + .bits_per_pixel = -1, .flags = TEGRA_FB_FLIP_ON_PROBE, }; @@ -130,7 +130,7 @@ static struct tegra_fb_data stingray_fb_data = { .win = 0, .xres = 1280, .yres = 800, - .bits_per_pixel = 16, + .bits_per_pixel = -1, .flags = TEGRA_FB_FLIP_ON_PROBE, };