OSDN Git Service

drm/amdgpu: remove unneeded fence functions
authorChristian König <christian.koenig@amd.com>
Thu, 15 Oct 2015 15:58:09 +0000 (17:58 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 30 Oct 2015 05:49:30 +0000 (01:49 -0400)
commit318cd340c5573a1f021f5b7711893133fe5e8480
treed6b259e9ab0ced956ac12b177ed8038404c5ba71
parent6c455ac17bcf4beae6c094a1007b976b60b4bb57
drm/amdgpu: remove unneeded fence functions

amdgpu_fence_default_wait isn't needed any more the default wait does the same
thing and amdgpu_test_signaled is dead as well.

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c