drm/amdgpu: allow passing absolute timeouts to amdgpu_cs_query_fence_status
authorMarek Olšák <marek.olsak@amd.com>
Fri, 26 Jun 2015 19:58:17 +0000 (21:58 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 5 Aug 2015 17:47:52 +0000 (13:47 -0400)
commit67c994f057b9fd5a92f820a0f986d0bbba7848fc
treea9daa7dca2b5253742930df5a09299a77e48f0a5
parent28462ebd25b9458f1e08afed7b5c8d77f3957980
drm/amdgpu: allow passing absolute timeouts to amdgpu_cs_query_fence_status

Useful when Mesa wants to wait for a lot of fences at the same time and
doesn't want to recalculate the relative timeout after every call.

Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
amdgpu/amdgpu.h
amdgpu/amdgpu_cs.c