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)
commit9ea10a500045767039b2c408738b1c324d7fc4c3
tree867bd5c25966802469cac421379017367b991323
parentb6d5ffce11dd57b77b05e33492c03c9fa655c507
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