diff options
author | Marek Olšák <[email protected]> | 2019-12-03 20:38:14 -0500 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2020-05-13 13:47:27 -0400 |
commit | 8c9b9aac7d09e65195dca6681d59c10e4ef713d9 (patch) | |
tree | 4b419e23b0fb2e78eaadaefd31d5923d9c277fb0 /src/gallium/drivers/radeonsi/si_gfx_cs.c | |
parent | d6287a94b697ffe12a4e576a38943cdf4e90cdb0 (diff) |
gallium: change comments to remove 'state tracker'
Acked-by: Eric Anholt <[email protected]>
Acked-by: Alyssa Rosenzweig <[email protected]>
Acked-by: Pierre-Eric Pelloux-Prayer <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4902>
Diffstat (limited to 'src/gallium/drivers/radeonsi/si_gfx_cs.c')
-rw-r--r-- | src/gallium/drivers/radeonsi/si_gfx_cs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/radeonsi/si_gfx_cs.c b/src/gallium/drivers/radeonsi/si_gfx_cs.c index 087df67d61d..d6baf1ec9d4 100644 --- a/src/gallium/drivers/radeonsi/si_gfx_cs.c +++ b/src/gallium/drivers/radeonsi/si_gfx_cs.c @@ -112,7 +112,7 @@ void si_flush_gfx_cs(struct si_context *ctx, unsigned flags, struct pipe_fence_h ctx->gfx_flush_in_progress = true; - /* If the state tracker is flushing the GFX IB, si_flush_from_st is + /* If the gallium frontend is flushing the GFX IB, si_flush_from_st is * responsible for flushing the DMA IB and merging the fences from both. * If the driver flushes the GFX IB internally, and it should never ask * for a fence handle. |