aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
diff options
context:
space:
mode:
authorRob Clark <[email protected]>2020-02-21 08:30:59 -0800
committerMarge Bot <[email protected]>2020-02-28 16:53:40 +0000
commit9724a7c1055fb661794cdd65839812974c7e00e6 (patch)
tree403efdc6d7eabc28a5033bc13ed8e28cbf16698f /src/gallium
parent45771786e4aff33292727e799c850dd9579965c5 (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.c3
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