]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit03cbcf98c559365c1ad5276c2adf0af8ea89bc3b
treed6b259e9ab0ced956ac12b177ed8038404c5ba71
parent3398b2f24e2e278897db721d2c49564c7d96d868
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