[PATCH 2/2] drm/radeon/kms: remove pointless CS flags priority struct

alexdeucher at gmail.com alexdeucher at gmail.com
Fri Jan 6 06:38:16 PST 2012


From: Alex Deucher <alexander.deucher at amd.com>

Signed-off-by: Alex Deucher <alexander.deucher at amd.com>
Cc: Christian König <deathsimple at vodafone.de>
---
 include/drm/radeon_drm.h |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/include/drm/radeon_drm.h b/include/drm/radeon_drm.h
index 2a807a5..b55da40 100644
--- 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;
-- 
1.7.3.4



More information about the dri-devel mailing list