Re: [PATCH 42/45] drm/msm/dp: mark ST_DISCONNECTED only if all streams are disabled

2024-12-08 Thread Dmitry Baryshkov
On Thu, Dec 05, 2024 at 08:32:13PM -0800, Abhinav Kumar wrote: > HPD state machine assumes only one active stream. Fix it to account > for both while marking the state of the hpd as disconnected. > > Signed-off-by: Abhinav Kumar > --- > drivers/gpu/drm/msm/dp/dp_display.c | 2 +- > 1 file change

[PATCH 42/45] drm/msm/dp: mark ST_DISCONNECTED only if all streams are disabled

2024-12-05 Thread Abhinav Kumar
HPD state machine assumes only one active stream. Fix it to account for both while marking the state of the hpd as disconnected. Signed-off-by: Abhinav Kumar --- drivers/gpu/drm/msm/dp/dp_display.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/msm/dp/dp_disp