]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: protect fence_process from multiple context
authorChunming Zhou <david1.zhou@amd.com>
Fri, 24 Jul 2015 02:49:47 +0000 (10:49 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 17 Aug 2015 20:50:38 +0000 (16:50 -0400)
commit0bb7baa7419be1fc56f4f4ba1122b8c60c67e5c7
tree4a30358b9d603cf62eded5032665816ec3d2de97
parente04ac3b623aea8478faafa3b0bc57be9a82ec450
drm/amdgpu: protect fence_process from multiple context

fence_process may be called from kthread, user thread and interrupt context.
it is possible to called concurrently, then will wake up fence queue multiple times.

Signed-off-by: Chunming Zhou <david1.zhou@amd.com>
Reviewed-by: Jammy Zhou <Jammy.Zhou@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu.h
drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c