Re: [PATCH] drm/v3d: Add missing unlock

2022-01-26 Thread Melissa Wen
On 01/22, Yongzhi Liu wrote: > [why] > Unlock is needed on the error handling path to prevent dead lock. > > [how] > Fix this by adding drm_gem_unlock_reservations on the error handling path. > > Signed-off-by: Yongzhi Liu > --- > drivers/gpu/drm/v3d/v3d_gem.c | 4 > 1 file changed, 4

[PATCH] drm/v3d: Add missing unlock

2022-01-22 Thread Yongzhi Liu
[why] Unlock is needed on the error handling path to prevent dead lock. [how] Fix this by adding drm_gem_unlock_reservations on the error handling path. Signed-off-by: Yongzhi Liu --- drivers/gpu/drm/v3d/v3d_gem.c | 4 1 file changed, 4 insertions(+) diff --git