]> Pileus Git - ~andy/linux/commitdiff
drm/radeon/kms: remove pointless CS flags priority struct
authorAlex Deucher <alexander.deucher@amd.com>
Fri, 6 Jan 2012 14:38:16 +0000 (09:38 -0500)
committerDave 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

index 2a807a5669bcbd2b6eb69f6a195a45aa19079b8e..b55da40953fda7ca9cc9b9823ebe21b4430f1f19 100644 (file)
@@ -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;