]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: fence wait old rcu slot
authorChunming Zhou <David1.Zhou@amd.com>
Thu, 31 Mar 2016 03:07:14 +0000 (11:07 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 1 Apr 2016 14:08:39 +0000 (10:08 -0400)
commitc0eb7536f385feeb2d7ec513dbf91007693dcbda
treec8a9c2bdecba1eca89b25db6c954fee462f9691a
parent8142c0646e4e7cc6d590c175bf81ab138c3c05f7
drm/amdgpu: fence wait old rcu slot

since the rcu slot was initialized to be num_hw_submission,
if command submission doesn't use scheduler, this limitation
will be invalid like uvd test.

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