From 076afb4f0e71ece84b875466da920aa62415151a Mon Sep 17 00:00:00 2001 From: Marek Olšák Date: Sun, 1 Apr 2018 18:28:20 -0400 Subject: radeonsi: rename a few R600/r600_ -> SI_/si_ Acked-by: Timothy Arceri --- 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 b54a2db2307..4340651b68f 100644 --- a/src/gallium/drivers/radeonsi/si_gfx_cs.c +++ b/src/gallium/drivers/radeonsi/si_gfx_cs.c @@ -83,7 +83,7 @@ void si_flush_gfx_cs(struct si_context *ctx, unsigned flags, if (ctx->screen->debug_flags & DBG(CHECK_VM)) flags &= ~PIPE_FLUSH_ASYNC; - /* If the state tracker is flushing the GFX IB, r600_flush_from_st is + /* If the state tracker is flushing the GFX IB, si_flush_from_st is * responsible for flushing the DMA IB and merging the fences from both. * This code is only needed when the driver flushes the GFX IB * internally, and it never asks for a fence handle. -- cgit v1.2.3