[PATCH] drm/msm/dp: fix runtime_pm handling in dp_wait_hpd_asserted
Abhinav Kumar
quic_abhinavk at quicinc.com
Wed Jun 5 20:08:45 UTC 2024
On Tue, 27 Feb 2024 00:34:45 +0200, Dmitry Baryshkov wrote:
> The function dp_wait_hpd_asserted() uses pm_runtime_get_sync() and
> doesn't care about the return value. Potentially this can lead to
> unclocked access if for some reason resuming of the DP controller fails.
>
> Change the function to use pm_runtime_resume_and_get() and return an
> error if resume fails.
>
> [...]
Applied, thanks!
[1/1] drm/msm/dp: fix runtime_pm handling in dp_wait_hpd_asserted
https://gitlab.freedesktop.org/abhinavk/msm-next/-/commit/3e40e281afa0
Best regards,
--
Abhinav Kumar <quic_abhinavk at quicinc.com>
More information about the dri-devel
mailing list