drm/amdgpu: always signal all fences
authorChristian König <christian.koenig@amd.com>
Tue, 12 Jul 2016 11:57:03 +0000 (13:57 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 14 Jul 2016 20:46:07 +0000 (16:46 -0400)
commit2ef004d984226fb6845481bc928ae37fb1dacc5e
treecf108cf6da68b481e69d42f939d00d23a42d7136
parent090b767e97fcdabe8ecd71cf43e7d39d94e6cfef
drm/amdgpu: always signal all fences

A little fallout from "drm/amdgpu: sanitize fence numbers", we
sometimes need to signal all fences in the ring.

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