[PATCH 04/19] drm/msm/dp: replace ST_DISPLAY_OFF with power_on in msm_dp_hpd_unplug_handle()
Dmitry Baryshkov
dmitry.baryshkov at oss.qualcomm.com
Mon Jul 14 12:27:18 UTC 2025
On Fri, Jul 11, 2025 at 05:58:09PM -0700, Jessica Zhang wrote:
> From: Abhinav Kumar <quic_abhinavk at quicinc.com>
>
> msm_dp_hpd_unplug_handle() checks if the display was already disabled and
> if so does not transition to ST_DISCONNECT_PENDING state and goes directly
> to ST_DISCONNECTED. The same result can be achieved with the !power_on
> check.
>
> Replace ST_DISPLAY_OFF with !power_on to achieve the same outcome.
>
> Signed-off-by: Abhinav Kumar <quic_abhinavk at quicinc.com>
> Signed-off-by: Jessica Zhang <jessica.zhang at oss.qualcomm.com>
> ---
> Note: Taken from https://patchwork.freedesktop.org/series/142010/
> ---
> drivers/gpu/drm/msm/dp/dp_display.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Please squash all state-related patches into a single one. It would make
it easier to review and more logical.
--
With best wishes
Dmitry
More information about the dri-devel
mailing list