projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67e915e
)
drm/radeon/kms: remove pointless CS flags priority struct
author
Alex Deucher
<alexander.deucher@amd.com>
Fri, 6 Jan 2012 14:38:16 +0000
(09:38 -0500)
committer
Dave Airlie
<airlied@redhat.com>
Mon, 9 Jan 2012 12:10:13 +0000
(12:10 +0000)
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: Christian König <deathsimple@vodafone.de>
Signed-off-by: Dave Airlie <airlied@redhat.com>
include/drm/radeon_drm.h
patch
|
blob
|
history
diff --git
a/include/drm/radeon_drm.h
b/include/drm/radeon_drm.h
index 2a807a5669bcbd2b6eb69f6a195a45aa19079b8e..b55da40953fda7ca9cc9b9823ebe21b4430f1f19 100644
(file)
--- a/
include/drm/radeon_drm.h
+++ b/
include/drm/radeon_drm.h
@@
-907,9
+907,6
@@
struct drm_radeon_gem_va {
#define RADEON_CS_RING_COMPUTE 1
/* The third dword of RADEON_CHUNK_ID_FLAGS is a sint32 that sets the priority */
/* 0 = normal, + = higher priority, - = lower priority */
-struct drm_radeon_cs_ring_priority {
- int32_t priority;
-};
struct drm_radeon_cs_chunk {
uint32_t chunk_id;