Re: [PATCH] drm/amdgpu/gfx10: unlock srbm_mutex after queue programming finish

2019-11-26 Thread Alex Deucher
On Tue, Nov 26, 2019 at 4:43 AM Xiaojie Yuan wrote: > > srbm_mutex is to guarantee atomicity for r/w of gfx indexed registers > > Signed-off-by: Xiaojie Yuan Reviewed-by: Alex Deucher > --- > drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-)

[PATCH] drm/amdgpu/gfx10: unlock srbm_mutex after queue programming finish

2019-11-26 Thread Xiaojie Yuan
srbm_mutex is to guarantee atomicity for r/w of gfx indexed registers Signed-off-by: Xiaojie Yuan --- drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c b/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c