From 039f3f6adb815dfd4ab8059c1f5ec44e8e6190ae Mon Sep 17 00:00:00 2001 From: Vasily Khoruzhick Date: Sun, 24 Nov 2019 14:37:32 -0800 Subject: lima: drop suballocator Since we're using a separate per-draw BO for GP outputs we don't need suballocator anymore. Reviewed-by: Erico Nunes Signed-off-by: Vasily Khoruzhick Tested-by: Marge Bot Part-of: --- src/gallium/drivers/lima/lima_context.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/gallium/drivers/lima/lima_context.h') diff --git a/src/gallium/drivers/lima/lima_context.h b/src/gallium/drivers/lima/lima_context.h index 1b6a89a7bc1..b2fa8d1d483 100644 --- a/src/gallium/drivers/lima/lima_context.h +++ b/src/gallium/drivers/lima/lima_context.h @@ -188,7 +188,6 @@ struct lima_context { } dirty; struct u_upload_mgr *uploader; - struct u_suballocator *suballocator; struct blitter_context *blitter; struct slab_child_pool transfer_pool; @@ -282,7 +281,7 @@ uint32_t lima_ctx_buff_va(struct lima_context *ctx, enum lima_ctx_buff buff, unsigned submit); void *lima_ctx_buff_map(struct lima_context *ctx, enum lima_ctx_buff buff); void *lima_ctx_buff_alloc(struct lima_context *ctx, enum lima_ctx_buff buff, - unsigned size, bool uploader); + unsigned size); void lima_state_init(struct lima_context *ctx); void lima_state_fini(struct lima_context *ctx); -- cgit v1.2.3