drm/panel: atna33xc20: Take advantage of wait_hpd_asserted() in struct drm_dp_aux
authorDouglas Anderson <dianders@chromium.org>
Tue, 14 Jun 2022 21:54:17 +0000 (14:54 -0700)
committerDouglas Anderson <dianders@chromium.org>
Tue, 21 Jun 2022 16:06:31 +0000 (09:06 -0700)
commit3b5765df375c90d46316822131acdd5cfb1c5869
tree117b1ffc11b4032925696945350c289078061b8b
parent2327b13d6c4758926e57b5b6c3094302ae3b5e9b
drm/panel: atna33xc20: Take advantage of wait_hpd_asserted() in struct drm_dp_aux

Let's add support for being able to read the HPD pin even if it's
hooked directly to the controller. This will let us take away the
waiting in the AUX transfer functions of the eDP controller drivers.

Signed-off-by: Douglas Anderson <dianders@chromium.org>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20220614145327.v4.3.I9ee239f6b95b944c8fa030f300ad222a7af9899d@changeid
drivers/gpu/drm/panel/panel-samsung-atna33xc20.c