radeonsi: remove open-coded PS_PARTIAL_FLUSH event
Reviewed-by: Michel Dänzer <michel.daenzer@amd.com> Reviewed-by: Tom Stellard <thomas.stellard@amd.com>
This commit is contained in:
@@ -107,13 +107,11 @@ void si_context_flush(struct si_context *ctx, unsigned flags)
|
||||
R600_CONTEXT_FLUSH_AND_INV_CB_META |
|
||||
R600_CONTEXT_FLUSH_AND_INV_DB |
|
||||
R600_CONTEXT_FLUSH_AND_INV_DB_META |
|
||||
R600_CONTEXT_INV_TEX_CACHE;
|
||||
R600_CONTEXT_INV_TEX_CACHE |
|
||||
/* this is probably not needed anymore */
|
||||
R600_CONTEXT_PS_PARTIAL_FLUSH;
|
||||
si_emit_cache_flush(&ctx->b, NULL);
|
||||
|
||||
/* this is probably not needed anymore */
|
||||
cs->buf[cs->cdw++] = PKT3(PKT3_EVENT_WRITE, 0, 0);
|
||||
cs->buf[cs->cdw++] = EVENT_TYPE(EVENT_TYPE_PS_PARTIAL_FLUSH) | EVENT_INDEX(4);
|
||||
|
||||
/* force to keep tiling flags */
|
||||
flags |= RADEON_FLUSH_KEEP_TILING_FLAGS;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user