drm/amdgpu: remove usec timeout loop from IB tests
authorChristian König <christian.koenig@amd.com>
Tue, 5 Jul 2016 13:53:07 +0000 (15:53 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 14 Jul 2016 20:46:05 +0000 (16:46 -0400)
commit6d44565d5331ae283683d750477f15c2cb690589
treeb47c63f0084e897802ddd12ec5bc3e9b8c5b8560
parent22a77cf6d87e0cfadf91bf7d09bae71359bc85f6
drm/amdgpu: remove usec timeout loop from IB tests

We already waited for the fence, so waiting for the registers
is completely pointless and just copy & pasted from the ring test.

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/cik_sdma.c
drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c
drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
drivers/gpu/drm/amd/amdgpu/sdma_v2_4.c
drivers/gpu/drm/amd/amdgpu/sdma_v3_0.c
This page took 0.025846 seconds and 5 git commands to generate.