[ARM] tegra: stingray: Set fb depth to 16, flip fb at probe
authorColin Cross <ccross@android.com>
Wed, 20 Oct 2010 05:10:29 +0000 (22:10 -0700)
committerColin Cross <ccross@android.com>
Wed, 20 Oct 2010 21:51:49 +0000 (14:51 -0700)
Change-Id: Iec30406b433379c1cc06cc70015605e1d43f67d8
Signed-off-by: Colin Cross <ccross@android.com>
arch/arm/mach-tegra/board-stingray-panel.c

index 29a6dd36eea97838fda1d67e67535cda6cbd33c0..60759a6434ae31236951d9d6dfc56273afc04899 100644 (file)
@@ -121,14 +121,16 @@ static struct tegra_fb_data stingray_fb_data_p0 = {
        .win            = 0,
        .xres           = 1280,
        .yres           = 720,
-       .bits_per_pixel = 32,
+       .bits_per_pixel = 16,
+       .flags          = TEGRA_FB_FLIP_ON_PROBE,
 };
 
 static struct tegra_fb_data stingray_fb_data = {
        .win            = 0,
        .xres           = 1280,
        .yres           = 800,
-       .bits_per_pixel = 32,
+       .bits_per_pixel = 16,
+       .flags          = TEGRA_FB_FLIP_ON_PROBE,
 };
 
 static int stingray_panel_enable(void)