diff options
author | Christian König <christian.koenig@amd.com> | 2016-05-20 07:06:09 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2016-07-07 14:51:21 -0400 |
commit | a7e7a93e5766dcd2929f8e2ca280967ef1572d27 (patch) | |
tree | 263514d2091a91887dcb257799dbfb68ab739108 /drivers/gpu/drm/amd/amdgpu/amdgpu.h | |
parent | 6fc1367582534a54476c701326f00e7d2ec81f22 (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.h | 1 |
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); | |||
601 | int amdgpu_sync_cycle_fences(struct amdgpu_sync *dst, struct amdgpu_sync *src, | 601 | int amdgpu_sync_cycle_fences(struct amdgpu_sync *dst, struct amdgpu_sync *src, |
602 | struct fence *fence); | 602 | struct fence *fence); |
603 | struct fence *amdgpu_sync_get_fence(struct amdgpu_sync *sync); | 603 | struct fence *amdgpu_sync_get_fence(struct amdgpu_sync *sync); |
604 | int amdgpu_sync_wait(struct amdgpu_sync *sync); | ||
605 | void amdgpu_sync_free(struct amdgpu_sync *sync); | 604 | void amdgpu_sync_free(struct amdgpu_sync *sync); |
606 | int amdgpu_sync_init(void); | 605 | int amdgpu_sync_init(void); |
607 | void amdgpu_sync_fini(void); | 606 | void amdgpu_sync_fini(void); |