projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
318c610
)
[ARM] tegra: specifiy stingray panel height and width
author
Erik Gilling
<konkers@android.com>
Thu, 3 Feb 2011 21:16:13 +0000
(13:16 -0800)
committer
Erik Gilling
<konkers@android.com>
Thu, 3 Feb 2011 21:33:01 +0000
(13:33 -0800)
Change-Id: I76dc6cf9c901b67eb782ac527787d54817cb74f0
Signed-off-by: Erik Gilling <konkers@android.com>
arch/arm/mach-tegra/board-stingray-panel.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-tegra/board-stingray-panel.c
b/arch/arm/mach-tegra/board-stingray-panel.c
index c4df1e3178a2f2989951ed2096c0309abd3741c5..915cb8fa7877944bf29e90b24ffc1d70007e5112 100644
(file)
--- 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),