projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ed3e95
)
drm/panel: simple: Add "no-hpd" delay for Innolux TV123WAM
author
Douglas Anderson
<dianders@chromium.org>
Thu, 25 Oct 2018 22:21:31 +0000
(15:21 -0700)
committer
Sean Paul
<seanpaul@chromium.org>
Mon, 29 Oct 2018 15:53:27 +0000
(11:53 -0400)
If the HPD signal isn't hooked up to this panel we need a 200 ms
delay. In the datasheet this is shown as the maximum time that HPD
will take to be asserted after power is given to the panel.
Reviewed-by: Sean Paul <sean@poorly.run>
Signed-off-by: Douglas Anderson <dianders@chromium.org>
Signed-off-by: Sean Paul <seanpaul@chromium.org>
Link:
https://patchwork.freedesktop.org/patch/msgid/20181025222134.174583-3-dianders@chromium.org
drivers/gpu/drm/panel/panel-simple.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/panel/panel-simple.c
b/drivers/gpu/drm/panel/panel-simple.c
index 687fd087b9fcdeb79d9f27164b1cd4c04f5f6ded..88592f9a0018f8513af8d651b251d02a75e02a40 100644
(file)
--- a/
drivers/gpu/drm/panel/panel-simple.c
+++ b/
drivers/gpu/drm/panel/panel-simple.c
@@
-1396,6
+1396,7
@@
static const struct panel_desc innolux_tv123wam = {
.height = 173,
},
.delay = {
+ .hpd_absent_delay = 200,
.unprepare = 500,
},
};