From: Erik Gilling Date: Thu, 3 Feb 2011 21:16:13 +0000 (-0800) Subject: [ARM] tegra: specifiy stingray panel height and width X-Git-Tag: firefly_0821_release~9834^2~122 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=82e5756a8200befec153eabeb813d7c4e19c4808;p=firefly-linux-kernel-4.4.55.git [ARM] tegra: specifiy stingray panel height and width Change-Id: I76dc6cf9c901b67eb782ac527787d54817cb74f0 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 c4df1e3178a2..915cb8fa7877 100644 --- a/arch/arm/mach-tegra/board-stingray-panel.c +++ b/arch/arm/mach-tegra/board-stingray-panel.c @@ -319,6 +319,9 @@ static struct tegra_dc_out stingray_disp1_out = { .order = TEGRA_DC_ORDER_RED_BLUE, .depth = 24, + .height = 136, /* mm */ + .width = 217, /* mm */ + .modes = stingray_panel_modes, .n_modes = ARRAY_SIZE(stingray_panel_modes),