diff options
author | Nicolai Hähnle <[email protected]> | 2016-09-27 19:09:24 +0200 |
---|---|---|
committer | Nicolai Hähnle <[email protected]> | 2016-10-05 15:42:20 +0200 |
commit | 2a83036fe29262c8761812c65d6e81c7198da54e (patch) | |
tree | 8712ec0026e00dc11d0f6b55cb56763858f10474 /src/gallium/drivers/vc4/vc4_context.h | |
parent | 0334ba150f429b7d6b0bdc003c4301e0ad5fa21d (diff) |
vc4: use the new parent/child pools for transfers
Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/gallium/drivers/vc4/vc4_context.h')
-rw-r--r-- | src/gallium/drivers/vc4/vc4_context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/vc4/vc4_context.h b/src/gallium/drivers/vc4/vc4_context.h index 87d8c79241b..0d6b8d0e218 100644 --- a/src/gallium/drivers/vc4/vc4_context.h +++ b/src/gallium/drivers/vc4/vc4_context.h @@ -297,7 +297,7 @@ struct vc4_context { */ struct hash_table *write_jobs; - struct slab_mempool transfer_pool; + struct slab_child_pool transfer_pool; struct blitter_context *blitter; /** bitfield of VC4_DIRTY_* */ |