radeonsi: Rename r600_trace_emit->si_trace_emit.

I had previously considered that unsafe.

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
This commit is contained in:
Andreas Hartmetz 2014-01-11 15:59:13 +01:00 committed by Marek Olšák
parent 0b57fc15e1
commit 44d27ce2b2
2 changed files with 2 additions and 2 deletions

View file

@ -229,7 +229,7 @@ void si_pm4_emit(struct si_context *rctx, struct si_pm4_state *state)
#if SI_TRACE_CS
if (rctx->screen->trace_bo) {
r600_trace_emit(rctx);
si_trace_emit(rctx);
}
#endif
}

View file

@ -750,7 +750,7 @@ void si_draw_vbo(struct pipe_context *ctx, const struct pipe_draw_info *info)
#if SI_TRACE_CS
if (rctx->screen->trace_bo) {
r600_trace_emit(rctx);
si_trace_emit(rctx);
}
#endif