Re: [PATCH] drm/amd/amdgpu: Fix debugfs wave reader

2016-10-14 Thread Christian König
Am 14.10.2016 um 01:13 schrieb Alex Deucher: On Thu, Oct 13, 2016 at 12:16 PM, Tom St Denis wrote: On non VI/CZ platforms it would not free the grbm index lock. Signed-off-by: Tom St Denis --- Reviewed-by: Alex Deucher Reviewed-by: Christian König . drivers/gpu/drm/amd/amdgpu/amdgpu

Re: [PATCH] drm/amd/amdgpu: Fix debugfs wave reader

2016-10-13 Thread Alex Deucher
On Thu, Oct 13, 2016 at 12:16 PM, Tom St Denis wrote: > On non VI/CZ platforms it would not free > the grbm index lock. > > Signed-off-by: Tom St Denis > --- Reviewed-by: Alex Deucher > drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > >

[PATCH] drm/amd/amdgpu: Fix debugfs wave reader

2016-10-13 Thread Tom St Denis
On non VI/CZ platforms it would not free the grbm index lock. Signed-off-by: Tom St Denis --- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_device