projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db7fce3
)
drm/radeon: remove some unneeded structure members
author
Christian Koenig
<christian.koenig@amd.com>
Wed, 16 May 2012 18:24:36 +0000
(20:24 +0200)
committer
Christian König
<deathsimple@vodafone.de>
Thu, 21 Jun 2012 07:38:45 +0000
(09:38 +0200)
Signed-off-by: Christian Koenig <christian.koenig@amd.com>
Reviewed-by: Jerome Glisse <jglisse@redhat.com>
drivers/gpu/drm/radeon/radeon.h
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/radeon/radeon.h
b/drivers/gpu/drm/radeon/radeon.h
index 586f30e2cec83019e4ae6bc7fc07667dad3d579b..9d6c1de93591d4bb4d125ba621c454fedf133424 100644
(file)
--- a/
drivers/gpu/drm/radeon/radeon.h
+++ b/
drivers/gpu/drm/radeon/radeon.h
@@
-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;