aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu.h
diff options
context:
space:
mode:
authorChristian König <[email protected]>2016-07-19 12:44:39 +0000
committerAlex Deucher <[email protected]>2016-07-29 18:37:01 +0000
commit7c23ace2db5217cfbe066a21d98b761321c67efd (patch)
tree0c21652adec167b22486c032a7a748bf24face3d /drivers/gpu/drm/amd/amdgpu/amdgpu.h
parentdrm/amdgpu: fix indentation in struct amdgpu_ring (diff)
downloadkernel-7c23ace2db5217cfbe066a21d98b761321c67efd.tar.gz
kernel-7c23ace2db5217cfbe066a21d98b761321c67efd.zip
drm/amdgpu: remove fence_lock
Was never used as far as I can see. Signed-off-by: Christian König <[email protected]> Reviewed-by: Chunming Zhou <[email protected]> Reviewed-by: Edward O'Callaghan <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu.h')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
index dd710a3467c2..30124f4916d2 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
@@ -772,7 +772,6 @@ struct amdgpu_ring {
struct amdgpu_fence_driver fence_drv;
struct amd_gpu_scheduler sched;
- spinlock_t fence_lock;
struct amdgpu_bo *ring_obj;
volatile uint32_t *ring;
unsigned rptr_offs;