radeonsi: cosmetic cleanup in si_shader_io_get_unique_index
[mesa.git] / src / gallium / drivers / radeonsi / si_test_dma_perf.c
index 0a0b9c4a657e85801ceace21c2d4d3fdfded1435..17454b88b49f64337e7013354a12f180049928a6 100644 (file)
@@ -253,7 +253,7 @@ void si_test_dma_perf(struct si_screen *sscreen)
                                        /* Flush L2, so that we don't just test L2 cache performance. */
                                        if (!test_sdma) {
                                                sctx->flags |= SI_CONTEXT_WB_L2;
-                                               si_emit_cache_flush(sctx);
+                                               sctx->emit_cache_flush(sctx);
                                        }
 
                                        ctx->end_query(ctx, q[iter]);