[PATCH v2 1/2] drm/amdgpu: fix bug when amdkfd destroys hqd

2015-07-29 Thread Alex Deucher
On Wed, Jul 29, 2015 at 4:57 AM, Oded Gabbay wrote: > The wrong define was used to check if the hqd is still active > > v2: Don't use SHIFT as the MASK is already shifted > > Signed-off-by: Oded Gabbay Reviewed-by: Alex Deucher > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c | 2 +-

[PATCH v2 1/2] drm/amdgpu: fix bug when amdkfd destroys hqd

2015-07-29 Thread Oded Gabbay
The wrong define was used to check if the hqd is still active v2: Don't use SHIFT as the MASK is already shifted Signed-off-by: Oded Gabbay --- drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu