asahi: Drop agx_device.memctx
No longer used. Signed-off-by: Asahi Lina <lina@asahilina.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21348>
This commit is contained in:
@@ -119,7 +119,6 @@ agx_get_global_id(struct agx_device *dev)
|
||||
bool
|
||||
agx_open_device(void *memctx, struct agx_device *dev)
|
||||
{
|
||||
dev->memctx = memctx;
|
||||
util_sparse_array_init(&dev->bo_map, sizeof(struct agx_bo), 512);
|
||||
|
||||
simple_mtx_init(&dev->bo_cache.lock, mtx_plain);
|
||||
|
||||
@@ -62,7 +62,6 @@ struct agx_command_queue {
|
||||
#endif
|
||||
|
||||
struct agx_device {
|
||||
void *memctx;
|
||||
uint32_t debug;
|
||||
|
||||
uint64_t next_global_id, last_global_id;
|
||||
|
||||
Reference in New Issue
Block a user