[Mesa-dev] [PATCH 10/12] winsys/radeon: remove unused radeon_cs_context::priority_usage

Nicolai Hähnle nhaehnle at gmail.com
Fri Sep 9 17:34:12 UTC 2016


From: Nicolai Hähnle <nicolai.haehnle at amd.com>

---
 src/gallium/winsys/radeon/drm/radeon_drm_cs.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/gallium/winsys/radeon/drm/radeon_drm_cs.h b/src/gallium/winsys/radeon/drm/radeon_drm_cs.h
index 76004c5..208452d 100644
--- a/src/gallium/winsys/radeon/drm/radeon_drm_cs.h
+++ b/src/gallium/winsys/radeon/drm/radeon_drm_cs.h
@@ -42,21 +42,20 @@ struct radeon_cs_context {
     struct drm_radeon_cs_chunk  chunks[3];
     uint64_t                    chunk_array[3];
     uint32_t                    flags[2];
 
     /* Buffers. */
     unsigned                    nrelocs;
     unsigned                    crelocs;
     unsigned                    validated_crelocs;
     struct radeon_bo_item       *relocs_bo;
     struct drm_radeon_cs_reloc  *relocs;
-    uint64_t                    *priority_usage;
 
     int                         reloc_indices_hashlist[4096];
 };
 
 struct radeon_drm_cs {
     struct radeon_winsys_cs base;
     enum ring_type          ring_type;
 
     /* We flip between these two CS. While one is being consumed
      * by the kernel in another thread, the other one is being filled
-- 
2.7.4



More information about the mesa-dev mailing list