[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAD=FV=XBwkSSKHd+EorS54gEtiqpZLbCmmoXW3X7duFvo77Bog@mail.gmail.com>
Date: Tue, 3 May 2022 16:26:29 -0700
From: Doug Anderson <dianders@...omium.org>
To: dri-devel <dri-devel@...ts.freedesktop.org>
Cc: Hsin-Yi Wang <hsinyi@...omium.org>,
Sankeerth Billakanti <quic_sbillaka@...cinc.com>,
Philip Chen <philipchen@...omium.org>,
Robert Foss <robert.foss@...aro.org>,
Stephen Boyd <swboyd@...omium.org>,
Dmitry Baryshkov <dmitry.baryshkov@...aro.org>,
Abhinav Kumar <quic_abhinavk@...cinc.com>,
Andrzej Hajda <andrzej.hajda@...el.com>,
Daniel Vetter <daniel@...ll.ch>,
David Airlie <airlied@...ux.ie>,
Jani Nikula <jani.nikula@...el.com>,
Jernej Skrabec <jernej.skrabec@...il.com>,
Jonas Karlman <jonas@...boo.se>,
Kees Cook <keescook@...omium.org>,
Laurent Pinchart <Laurent.pinchart@...asonboard.com>,
Lyude Paul <lyude@...hat.com>,
Maxime Ripard <maxime@...no.tech>,
Neil Armstrong <narmstrong@...libre.com>,
Sam Ravnborg <sam@...nborg.org>,
Thierry Reding <thierry.reding@...il.com>,
LKML <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH v3 0/4] drm/dp: Introduce wait_hpd_asserted() for the DP
AUX bus
Hi,
On Mon, Apr 18, 2022 at 10:18 AM Douglas Anderson <dianders@...omium.org> wrote:
>
> This is the 2nd four patches from my RFC series ("drm/dp: Improvements
> for DP AUX channel") [1]. I've broken the series in two so we can make
> progress on the two halves separately.
>
> v2 of this series changes to add wait_hpd_asserted() instead of
> is_hpd_asserted(). This allows us to move the extra delay needed for
> ps8640 into the ps8640 driver itself.
>
> The idea for this series came up during the review process of
> Sankeerth's series trying to add eDP for Qualcomm SoCs [2].
>
> This _doesn't_ attempt to fix the Analogix driver. If this works out,
> ideally someone can post a patch up to do that.
>
> [1] https://lore.kernel.org/r/20220409023628.2104952-1-dianders@chromium.org/
> [2] https://lore.kernel.org/r/1648656179-10347-2-git-send-email-quic_sbillaka@quicinc.com/
>
> Changes in v3:
> - Don't check "hpd_asserted" boolean when unset.
> - Handle errors from gpiod_get_value_cansleep() properly.
>
> Changes in v2:
> - Change is_hpd_asserted() to wait_hpd_asserted()
>
> Douglas Anderson (4):
> drm/dp: Add wait_hpd_asserted() callback to struct drm_dp_aux
> drm/panel-edp: Take advantage of wait_hpd_asserted() in struct
> drm_dp_aux
> drm/panel: atna33xc20: Take advantage of wait_hpd_asserted() in struct
> drm_dp_aux
> drm/bridge: parade-ps8640: Provide wait_hpd_asserted() in struct
> drm_dp_aux
>
> drivers/gpu/drm/bridge/parade-ps8640.c | 34 +++++++++------
> drivers/gpu/drm/panel/panel-edp.c | 33 ++++++++++-----
> .../gpu/drm/panel/panel-samsung-atna33xc20.c | 41 +++++++++++++------
> include/drm/dp/drm_dp_helper.h | 26 ++++++++++++
> 4 files changed, 98 insertions(+), 36 deletions(-)
It's been about 2 weeks and I haven't seen any review. Dmitry: since
this came up due to your feedback, any chance you'd be willing to
review at least the drm-framework pieces? Philip is no longer on the
Chrome OS team, so I suspect he won't be reviewing the ps8640 patches.
Stephen: maybe you'd be willing to?
Thanks!
-Doug
Powered by blists - more mailing lists