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>
This commit is contained in:
committed by
Dave Airlie
parent
67e915e49a
commit
f0afb5d443
@@ -907,9 +907,6 @@ struct drm_radeon_gem_va {
|
|||||||
#define RADEON_CS_RING_COMPUTE 1
|
#define RADEON_CS_RING_COMPUTE 1
|
||||||
/* The third dword of RADEON_CHUNK_ID_FLAGS is a sint32 that sets the priority */
|
/* The third dword of RADEON_CHUNK_ID_FLAGS is a sint32 that sets the priority */
|
||||||
/* 0 = normal, + = higher priority, - = lower priority */
|
/* 0 = normal, + = higher priority, - = lower priority */
|
||||||
struct drm_radeon_cs_ring_priority {
|
|
||||||
int32_t priority;
|
|
||||||
};
|
|
||||||
|
|
||||||
struct drm_radeon_cs_chunk {
|
struct drm_radeon_cs_chunk {
|
||||||
uint32_t chunk_id;
|
uint32_t chunk_id;
|
||||||
|
Reference in New Issue
Block a user