Skip to content

Commit

Permalink
drm/radeon/kms: remove pointless CS flags priority struct
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: Christian König <deathsimple@vodafone.de>
Signed-off-by: Dave Airlie <airlied@redhat.com>
  • Loading branch information
Alex Deucher authored and Dave Airlie committed Jan 9, 2012
1 parent 67e915e commit f0afb5d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions include/drm/radeon_drm.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit f0afb5d

Please sign in to comment.