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:
Asahi Lina 2023-02-15 22:12:31 +09:00 committed by Marge Bot
parent 6ad64387dd
commit b39947ee0c
2 changed files with 0 additions and 2 deletions

View file

@ -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);

View file

@ -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;