Re: [Freedreno] [PATCH next] drm/msm/dp: add a missing unlock in dp_hpd_plug_handle()

2023-12-04 Thread Abhinav Kumar
On 12/4/2023 9:13 AM, Harshit Mogalapalli wrote: When pm_runtime_resume_and_get() fails, unlock before returning. Fixes: 5814b8bf086a ("drm/msm/dp: incorporate pm_runtime framework into DP driver") Signed-off-by: Harshit Mogalapalli --- This is based on static analysis with Smatch. Only com

Re: [Freedreno] [PATCH next] drm/msm/dp: add a missing unlock in dp_hpd_plug_handle()

2023-12-04 Thread Dmitry Baryshkov
On Mon, 04 Dec 2023 09:13:14 -0800, Harshit Mogalapalli wrote: > When pm_runtime_resume_and_get() fails, unlock before returning. > > Applied, thanks! [1/1] drm/msm/dp: add a missing unlock in dp_hpd_plug_handle() https://gitlab.freedesktop.org/lumag/msm/-/commit/801207c18834 Best rega

Re: [Freedreno] [PATCH next] drm/msm/dp: add a missing unlock in dp_hpd_plug_handle()

2023-12-04 Thread Dmitry Baryshkov
On Mon, 4 Dec 2023 at 19:13, Harshit Mogalapalli wrote: > > When pm_runtime_resume_and_get() fails, unlock before returning. > > Fixes: 5814b8bf086a ("drm/msm/dp: incorporate pm_runtime framework into DP > driver") > Signed-off-by: Harshit Mogalapalli > --- > This is based on static analysis wit

[Freedreno] [PATCH next] drm/msm/dp: add a missing unlock in dp_hpd_plug_handle()

2023-12-04 Thread Harshit Mogalapalli
When pm_runtime_resume_and_get() fails, unlock before returning. Fixes: 5814b8bf086a ("drm/msm/dp: incorporate pm_runtime framework into DP driver") Signed-off-by: Harshit Mogalapalli --- This is based on static analysis with Smatch. Only compile tested. --- drivers/gpu/drm/msm/dp/dp_display.c