diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2012-01-06 09:38:16 -0500 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2012-01-09 07:10:13 -0500 |
commit | f0afb5d443748ee91a34e3a13cb454b0047be9ec (patch) | |
tree | 0ae6150b0615fef085edb5ae4e9d4a517f40ef2f /include/drm | |
parent | 67e915e49a12ee08c22cb1db746bafd909988f85 (diff) |
drm/radeon/kms: remove pointless CS flags priority struct
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: Christian König <deathsimple@vodafone.de>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'include/drm')
-rw-r--r-- | 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 2a807a5669bc..b55da40953fd 100644 --- a/include/drm/radeon_drm.h +++ b/include/drm/radeon_drm.h | |||
@@ -907,9 +907,6 @@ struct drm_radeon_gem_va { | |||
907 | #define RADEON_CS_RING_COMPUTE 1 | 907 | #define RADEON_CS_RING_COMPUTE 1 |
908 | /* The third dword of RADEON_CHUNK_ID_FLAGS is a sint32 that sets the priority */ | 908 | /* The third dword of RADEON_CHUNK_ID_FLAGS is a sint32 that sets the priority */ |
909 | /* 0 = normal, + = higher priority, - = lower priority */ | 909 | /* 0 = normal, + = higher priority, - = lower priority */ |
910 | struct drm_radeon_cs_ring_priority { | ||
911 | int32_t priority; | ||
912 | }; | ||
913 | 910 | ||
914 | struct drm_radeon_cs_chunk { | 911 | struct drm_radeon_cs_chunk { |
915 | uint32_t chunk_id; | 912 | uint32_t chunk_id; |