aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h
diff options
context:
space:
mode:
authorChristian König <christian.koenig@amd.com>2018-09-18 04:38:09 -0400
committerAlex Deucher <alexander.deucher@amd.com>2018-09-19 13:38:10 -0400
commit3e14bedc581c3b7b05cd36352d0d47eca0317497 (patch)
tree7bcabe86261f716c24b9523a8a7fbe1e0b0aed0d /drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h
parent32f2a0d117769bdca7f7ee6224659f2c688ebc85 (diff)
drm/amdgpu: remove fence fallback
DC doesn't seem to have a fallback path either. So when interrupts doesn't work any more we are pretty much busted no matter what. Signed-off-by: Christian König <christian.koenig@amd.com> Reviewed-by: Chunming Zhou <david1.zhou@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h
index 9cc239968e40..44fc665e4577 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h
@@ -77,7 +77,6 @@ struct amdgpu_fence_driver {
77 bool initialized; 77 bool initialized;
78 struct amdgpu_irq_src *irq_src; 78 struct amdgpu_irq_src *irq_src;
79 unsigned irq_type; 79 unsigned irq_type;
80 struct timer_list fallback_timer;
81 unsigned num_fences_mask; 80 unsigned num_fences_mask;
82 spinlock_t lock; 81 spinlock_t lock;
83 struct dma_fence **fences; 82 struct dma_fence **fences;