drm/amdgpu: remove amdgpu_sync_wait
authorChristian König <christian.koenig@amd.com>
Fri, 20 May 2016 11:06:09 +0000 (13:06 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 7 Jul 2016 18:51:21 +0000 (14:51 -0400)
commita7e7a93e5766dcd2929f8e2ca280967ef1572d27
tree263514d2091a91887dcb257799dbfb68ab739108
parent6fc1367582534a54476c701326f00e7d2ec81f22
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>
drivers/gpu/drm/amd/amdgpu/amdgpu.h
drivers/gpu/drm/amd/amdgpu/amdgpu_job.c
drivers/gpu/drm/amd/amdgpu/amdgpu_sync.c