From 4325705f4ca488887d5ed0ee54fdfc9fd65a634f Mon Sep 17 00:00:00 2001 From: Erik Gilling Date: Thu, 11 Nov 2010 17:40:10 -0800 Subject: [PATCH] [ARM] tegra: enable FB bit depth autodetection on main panel Change-Id: If4188b38e1964981bb58823c5fb575cb92a1a448 Signed-off-by: Erik Gilling --- arch/arm/mach-tegra/board-stingray-panel.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, }; -- 2.34.1