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:
committed by
Marek Olšák
parent
0b57fc15e1
commit
44d27ce2b2
@@ -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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user