mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-26 17:50:37 +01:00
etnaviv: blt: mark used src resource as read from
Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com> Reviewed-by: Lucas Stach <l.stach@pengutronix.de> Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>
This commit is contained in:
parent
7244e76804
commit
c56e734496
1 changed files with 2 additions and 0 deletions
|
|
@ -510,7 +510,9 @@ etna_try_blt_blit(struct pipe_context *pctx,
|
|||
etna_stall(ctx->stream, SYNC_RECIPIENT_FE, SYNC_RECIPIENT_BLT);
|
||||
etna_set_state(ctx->stream, VIVS_GL_FLUSH_CACHE, 0x00000c23);
|
||||
|
||||
resource_read(ctx, &src->base);
|
||||
resource_written(ctx, &dst->base);
|
||||
|
||||
dst->seqno++;
|
||||
dst_lev->ts_valid = false;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue