From 501ff90a954f5a3b9fee1449ec96fbc9bd620f55 Mon Sep 17 00:00:00 2001 From: Marek Olšák Date: Fri, 18 Jan 2019 19:13:36 -0500 Subject: radeonsi: rename r600_resource -> si_resource Reviewed-by: Bas Nieuwenhuizen --- src/gallium/drivers/radeonsi/si_gfx_cs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gallium/drivers/radeonsi/si_gfx_cs.c') diff --git a/src/gallium/drivers/radeonsi/si_gfx_cs.c b/src/gallium/drivers/radeonsi/si_gfx_cs.c index 7d190aa22b8..3d64587fa2b 100644 --- a/src/gallium/drivers/radeonsi/si_gfx_cs.c +++ b/src/gallium/drivers/radeonsi/si_gfx_cs.c @@ -177,7 +177,7 @@ static void si_begin_gfx_cs_debug(struct si_context *ctx) pipe_reference_init(&ctx->current_saved_cs->reference, 1); - ctx->current_saved_cs->trace_buf = r600_resource( + ctx->current_saved_cs->trace_buf = si_resource( pipe_buffer_create(ctx->b.screen, 0, PIPE_USAGE_STAGING, 8)); if (!ctx->current_saved_cs->trace_buf) { free(ctx->current_saved_cs); -- cgit v1.2.3