radeonsi: Rename r600->si remaining identifier in si_hw_context.c.
[mesa.git] / src / gallium / drivers / radeonsi / si_hw_context.c
index b978a6c3c89cf212687bfcf6de24dce7dd1a6552..a557647e6788956d66fa491129b760bd217fa0fb 100644 (file)
@@ -169,7 +169,7 @@ void si_need_cs_space(struct si_context *ctx, unsigned num_dw,
 
        /* Flush if there's not enough space. */
        if (num_dw > RADEON_MAX_CMDBUF_DWORDS) {
-               radeonsi_flush(&ctx->b.b, NULL, RADEON_FLUSH_ASYNC);
+               si_flush(&ctx->b.b, NULL, RADEON_FLUSH_ASYNC);
        }
 }
 
@@ -696,7 +696,7 @@ void si_context_queries_resume(struct si_context *ctx)
 }
 
 #if R600_TRACE_CS
-void r600_trace_emit(struct si_context *rctx)
+void si_trace_emit(struct si_context *rctx)
 {
        struct si_screen *rscreen = rctx->screen;
        struct radeon_winsys_cs *cs = rctx->cs;