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:
a0c6c29
)
[ARM] tegra: enable FB bit depth autodetection on main panel
author
Erik Gilling
<konkers@android.com>
Fri, 12 Nov 2010 01:40:10 +0000
(17:40 -0800)
committer
Erik Gilling
<konkers@android.com>
Fri, 12 Nov 2010 02:18:44 +0000
(18:18 -0800)
Change-Id: If4188b38e1964981bb58823c5fb575cb92a1a448
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 c024f06d48ab324754b6a94cce227127d4bb4482..5bd8184c2c9653ceb9114bb391c4b95effafec03 100644
(file)
--- 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,
};