Re: [PATCH] drm/amdgpu: unlock the correct lock in amdgpu_gfx_enable_kcq()

2023-05-03 Thread Alex Deucher
Applied. Thanks! On Wed, May 3, 2023 at 11:29 AM Dan Carpenter wrote: > > We changed which lock we are supposed to take but this error path > was accidentally over looked so it still drops the old lock. > > Fixes: def799c6596d ("drm/amdgpu: add multi-xcc support to amdgpu_gfx > interfaces

[PATCH] drm/amdgpu: unlock the correct lock in amdgpu_gfx_enable_kcq()

2023-05-03 Thread Dan Carpenter
We changed which lock we are supposed to take but this error path was accidentally over looked so it still drops the old lock. Fixes: def799c6596d ("drm/amdgpu: add multi-xcc support to amdgpu_gfx interfaces (v4)") Signed-off-by: Dan Carpenter --- drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c | 2 +-