Re: [Freedreno] [PATCH] drm/msm/dsi: drop the hpd worker

2022-08-23 Thread Abhinav Kumar
On 8/22/2022 10:44 AM, Dmitry Baryshkov wrote: It makes no sense to have the HPD worker in the MSM DSI driver anymore. It is only queued from the dsi_host_attach/detach() callbacks, where it plays no useful role. Either way the panel or next bridge will be present and will report it's status d

[Freedreno] [PATCH] drm/msm/dsi: drop the hpd worker

2022-08-22 Thread Dmitry Baryshkov
It makes no sense to have the HPD worker in the MSM DSI driver anymore. It is only queued from the dsi_host_attach/detach() callbacks, where it plays no useful role. Either way the panel or next bridge will be present and will report it's status directly. Signed-off-by: Dmitry Baryshkov --- driv