projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2cff0f
)
drm/omap: Fix crash when using LCD3 overlay manager
author
Archit Taneja
<archit@ti.com>
Fri, 11 Apr 2014 07:23:32 +0000
(12:53 +0530)
committer
Tomi Valkeinen
<tomi.valkeinen@ti.com>
Tue, 15 Apr 2014 10:35:28 +0000
(13:35 +0300)
The channel_names list didn't have a string populated for LCD3 manager, this
results in a crash when the display's output is connected to LCD3. Add an entry
for LCD3.
Reported-by: Somnath Mukherjee <somnath@ti.com>
Signed-off-by: Archit Taneja <archit@ti.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/gpu/drm/omapdrm/omap_crtc.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/gpu/drm/omapdrm/omap_crtc.c
b/drivers/gpu/drm/omapdrm/omap_crtc.c
index b3a7529845b9523aa6f7df238407f26650813424..46f8e1e40e88a966af264a9679053d657801c82f 100644
(file)
--- a/
drivers/gpu/drm/omapdrm/omap_crtc.c
+++ b/
drivers/gpu/drm/omapdrm/omap_crtc.c
@@
-654,6
+654,7
@@
static const char *channel_names[] = {
[OMAP_DSS_CHANNEL_LCD] = "lcd",
[OMAP_DSS_CHANNEL_DIGIT] = "tv",
[OMAP_DSS_CHANNEL_LCD2] = "lcd2",
+ [OMAP_DSS_CHANNEL_LCD3] = "lcd3",
};
void omap_crtc_pre_init(void)