From: Douglas Anderson Date: Thu, 25 Oct 2018 22:21:31 +0000 (-0700) Subject: drm/panel: simple: Add "no-hpd" delay for Innolux TV123WAM X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=625d3b5c2ea612e4adf8b289384ad654c207c2bb;p=openwrt%2Fstaging%2Fblogic.git drm/panel: simple: Add "no-hpd" delay for Innolux TV123WAM 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 Signed-off-by: Douglas Anderson Signed-off-by: Sean Paul Link: https://patchwork.freedesktop.org/patch/msgid/20181025222134.174583-3-dianders@chromium.org --- diff --git a/drivers/gpu/drm/panel/panel-simple.c b/drivers/gpu/drm/panel/panel-simple.c index 687fd087b9fc..88592f9a0018 100644 --- 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, }, };