aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu.h
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2016-07-06 12:40:16 -0400
committerAlex Deucher <alexander.deucher@amd.com>2016-07-07 15:06:19 -0400
commit33b7ed0122e4da0d92d50cc226cd9db659834eaa (patch)
tree83c0d13e85faa249a1f7ca0833f297c32ce474d4 /drivers/gpu/drm/amd/amdgpu/amdgpu.h
parentbb06d7ef99272ecf4f3d777b256cbae042888123 (diff)
drm/amdgpu: remove more of the ring backup code
Not used anymore. Reviewed-by: Christian König <christian.koenig@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu.h')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
index ac686e514e01..814f12cc7f08 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
@@ -776,8 +776,6 @@ struct amdgpu_ring {
776 struct amdgpu_bo *ring_obj; 776 struct amdgpu_bo *ring_obj;
777 volatile uint32_t *ring; 777 volatile uint32_t *ring;
778 unsigned rptr_offs; 778 unsigned rptr_offs;
779 u64 next_rptr_gpu_addr;
780 volatile u32 *next_rptr_cpu_addr;
781 unsigned wptr; 779 unsigned wptr;
782 unsigned wptr_old; 780 unsigned wptr_old;
783 unsigned ring_size; 781 unsigned ring_size;
@@ -796,7 +794,6 @@ struct amdgpu_ring {
796 u32 doorbell_index; 794 u32 doorbell_index;
797 bool use_doorbell; 795 bool use_doorbell;
798 unsigned wptr_offs; 796 unsigned wptr_offs;
799 unsigned next_rptr_offs;
800 unsigned fence_offs; 797 unsigned fence_offs;
801 uint64_t current_ctx; 798 uint64_t current_ctx;
802 enum amdgpu_ring_type type; 799 enum amdgpu_ring_type type;