aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu.h
diff options
context:
space:
mode:
authorChristian König <christian.koenig@amd.com>2016-05-20 07:06:09 -0400
committerAlex Deucher <alexander.deucher@amd.com>2016-07-07 14:51:21 -0400
commita7e7a93e5766dcd2929f8e2ca280967ef1572d27 (patch)
tree263514d2091a91887dcb257799dbfb68ab739108 /drivers/gpu/drm/amd/amdgpu/amdgpu.h
parent6fc1367582534a54476c701326f00e7d2ec81f22 (diff)
drm/amdgpu: remove amdgpu_sync_wait
Stop hiding bugs, instead print a proper error when the scheduler doesn't handle all dependencies. Acked-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Christian König <christian.koenig@amd.com> Acked-by: Chunming Zhou <david1.zhou@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu.h')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
index 7ed7c256934f..0c6c6c99bfd2 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
@@ -601,7 +601,6 @@ bool amdgpu_sync_is_idle(struct amdgpu_sync *sync);
601int amdgpu_sync_cycle_fences(struct amdgpu_sync *dst, struct amdgpu_sync *src, 601int amdgpu_sync_cycle_fences(struct amdgpu_sync *dst, struct amdgpu_sync *src,
602 struct fence *fence); 602 struct fence *fence);
603struct fence *amdgpu_sync_get_fence(struct amdgpu_sync *sync); 603struct fence *amdgpu_sync_get_fence(struct amdgpu_sync *sync);
604int amdgpu_sync_wait(struct amdgpu_sync *sync);
605void amdgpu_sync_free(struct amdgpu_sync *sync); 604void amdgpu_sync_free(struct amdgpu_sync *sync);
606int amdgpu_sync_init(void); 605int amdgpu_sync_init(void);
607void amdgpu_sync_fini(void); 606void amdgpu_sync_fini(void);