]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: Deactivate SW interrupt fallback in amdgpu_fence_process v2
authorAndrey Grodzovsky <andrey.grodzovsky@amd.com>
Mon, 24 Sep 2018 12:10:22 +0000 (14:10 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 27 Sep 2018 02:09:18 +0000 (21:09 -0500)
commitfd2079c2f8a98d16422864cc17d3a900ac1c251c
treef9ffce29318bbeaef6c1c491f18a21dc1bd01248
parent1bc7189f2d9843449d29ab7a05aa1de60745c975
drm/amdgpu: Deactivate SW interrupt fallback in amdgpu_fence_process v2

Deactivate SW interrupt fallback when all emited fences are completed.
Also switch interrupt SW fallback message from INFO to WARN.

v2: shorten the warning message a bit and only re-activate the timer during
processing if it was already activated before. (Christian)

Signed-off-by: Andrey Grodzovsky <andrey.grodzovsky@amd.com>
Suggested-by: Christian Konig <Christian.Koenig@amd.com>
Reviewed-and-Tested-by: Andrey Grodzovsky <andrey.grodzovsky@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c