]> git.baikalelectronics.ru Git - kernel.git/commit
drm/panel-edp: Split the delay structure out
authorDouglas Anderson <dianders@chromium.org>
Tue, 14 Sep 2021 20:21:57 +0000 (13:21 -0700)
committerDouglas Anderson <dianders@chromium.org>
Mon, 20 Sep 2021 16:23:21 +0000 (09:23 -0700)
commit181005f1bb64469b62c13d1bb4a8482a1ad98e75
tree867bd5c25966802469cac421379017367b991323
parent53f0e46ade721f2ff21e52e03a469684756738f5
drm/panel-edp: Split the delay structure out

In the case where we can read an EDID for a panel the only part of the
panel description that can't be found directly from the EDID is the
description of the delays. Let's break the delay structure out so that
we can specify just the delays for panels that are detected by EDID.

This is simple code motion. No functional change is intended.

Signed-off-by: Douglas Anderson <dianders@chromium.org>
Acked-by: Sam Ravnborg <sam@ravnborg.org>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20210914132020.v5.10.I24f3646dd09954958645cc05c538909f169bf362@changeid
drivers/gpu/drm/panel/panel-edp.c