diff options
author | Rob Clark <[email protected]> | 2020-02-21 08:30:59 -0800 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-02-28 16:53:40 +0000 |
commit | 9724a7c1055fb661794cdd65839812974c7e00e6 (patch) | |
tree | 403efdc6d7eabc28a5033bc13ed8e28cbf16698f /src/gallium | |
parent | 45771786e4aff33292727e799c850dd9579965c5 (diff) |
freedreno/a6xx: don't emit YIELD packet
We don't implement the rest of this.. and it would probably cause bad
things when kernel gains support for preemption.
Signed-off-by: Rob Clark <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/3989>
Diffstat (limited to 'src/gallium')
-rw-r--r-- | src/gallium/drivers/freedreno/a6xx/fd6_gmem.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/drivers/freedreno/a6xx/fd6_gmem.c b/src/gallium/drivers/freedreno/a6xx/fd6_gmem.c index 3214967c07c..6fc9b5c06eb 100644 --- a/src/gallium/drivers/freedreno/a6xx/fd6_gmem.c +++ b/src/gallium/drivers/freedreno/a6xx/fd6_gmem.c @@ -1355,9 +1355,6 @@ fd6_emit_tile_gmem2mem(struct fd_batch *batch, const struct fd_tile *tile) } else { emit_conditional_ib(batch, tile, batch->tile_fini); } - - OUT_PKT7(ring, CP_SET_MARKER, 1); - OUT_RING(ring, A6XX_CP_SET_MARKER_0_MODE(RM6_YIELD)); } static void |