panfrost: Index BOs from the BO map sparse array
[mesa.git] / src / panfrost / encoder / pan_device.h
index d8d1e035cb8f09a6fbd1e87725907c7c4112dea0..44afb4118063372866dbb27552884b959f197bbb 100644 (file)
@@ -34,7 +34,6 @@
 #include "renderonly/renderonly.h"
 #include "util/u_dynarray.h"
 #include "util/bitset.h"
-#include "util/set.h"
 #include "util/list.h"
 #include "util/sparse_array.h"
 
@@ -88,9 +87,6 @@ struct panfrost_device {
 
         struct renderonly *ro;
 
-        pthread_mutex_t active_bos_lock;
-        struct set *active_bos;
-
         pthread_mutex_t bo_map_lock;
         struct util_sparse_array bo_map;