commit | 4a7d74f1763edd96badba1fe1c99f07ddf0376a6 | [log] [tgz] |
---|---|---|
author | Christian König <christian.koenig@amd.com> | Mon Mar 14 14:29:46 2016 +0100 |
committer | Alex Deucher <alexander.deucher@amd.com> | Wed Mar 16 17:59:41 2016 -0400 |
tree | 77b21047062e1988875faf3cfd1ca0d1ee5cf330 | |
parent | f09c2be4d4804963f18417abd5b51bc8a8330851 [diff] |
drm/amdgpu: signal fences directly in amdgpu_fence_process Because of the scheduler we need to signal all fences immediately anyway, so try to avoid the waitqueue overhead. Signed-off-by: Christian König <christian.koenig@amd.com> Acked-by: Alex Deucher <alexander.deucher@amd.com> Reviewed-by: Chunming Zhou <david1.zhou@amd.com>