mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 20:10:17 +01:00
radeonsi: Rename r600->si remaining identifier in si_hw_context.c.
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
This commit is contained in:
parent
3160aa4877
commit
238427625f
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue