summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_state.c
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2017-03-29 19:41:48 +0200
committerMarek Olšák <[email protected]>2017-03-30 16:09:39 +0200
commit3b1934d9b6eee8c5533532c128843d0a7d2ca1a3 (patch)
treeca28e98fa0a7bb498dea86e467ddd138800ffa64 /src/gallium/drivers/radeonsi/si_state.c
parent45a71d5de588926dc682f9d0167b08b8d061d8da (diff)
gallium/radeon: s/dcc_disable/disable_dcc/
Reviewed-by: Nicolai Hähnle <[email protected]> Tested-by: Edmondo Tommasina <[email protected]> Reviewed-by: Samuel Pitoiset <[email protected]>
Diffstat (limited to 'src/gallium/drivers/radeonsi/si_state.c')
-rw-r--r--src/gallium/drivers/radeonsi/si_state.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/radeonsi/si_state.c b/src/gallium/drivers/radeonsi/si_state.c
index 14138fbd982..866c2063994 100644
--- a/src/gallium/drivers/radeonsi/si_state.c
+++ b/src/gallium/drivers/radeonsi/si_state.c
@@ -3408,7 +3408,7 @@ si_create_sampler_view_custom(struct pipe_context *ctx,
}
}
- vi_dcc_disable_if_incompatible_format(&sctx->b, texture,
+ vi_disable_dcc_if_incompatible_format(&sctx->b, texture,
state->u.tex.first_level,
state->format);