mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 17:20:10 +01:00
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:
parent
6ad64387dd
commit
b39947ee0c
2 changed files with 0 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue