Skip to content

Commit

Permalink
drm/radeon: remove some unneeded structure members
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Koenig <christian.koenig@amd.com>
Reviewed-by: Jerome Glisse <jglisse@redhat.com>
  • Loading branch information
Christian Koenig authored and Christian König committed Jun 21, 2012
1 parent db7fce3 commit 6823d74
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/gpu/drm/radeon/radeon.h
Original file line number Diff line number Diff line change
Expand Up @@ -738,9 +738,7 @@ struct r600_ih {
struct radeon_bo *ring_obj;
volatile uint32_t *ring;
unsigned rptr;
unsigned rptr_offs;
unsigned wptr;
unsigned wptr_old;
unsigned ring_size;
uint64_t gpu_addr;
uint32_t ptr_mask;
Expand Down

0 comments on commit 6823d74

Please sign in to comment.