turnip: remove pre-emption marker
turnip doesn't implement pre-emption, this hasn't been a problem with drm backend since the kernel driver doesn't implement it either, however this causes issues with kgsl backend. Signed-off-by: Jonathan Marek <jonathan@marek.ca> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6994>
This commit is contained in:
committed by
Marge Bot
parent
3b3a3af9c7
commit
ef918f0e33
@@ -569,9 +569,6 @@ tu6_emit_tile_select(struct tu_cmd_buffer *cmd,
|
||||
{
|
||||
const struct tu_framebuffer *fb = cmd->state.framebuffer;
|
||||
|
||||
tu_cs_emit_pkt7(cs, CP_SET_MARKER, 1);
|
||||
tu_cs_emit(cs, A6XX_CP_SET_MARKER_0_MODE(RM6_YIELD));
|
||||
|
||||
tu_cs_emit_pkt7(cs, CP_SET_MARKER, 1);
|
||||
tu_cs_emit(cs, A6XX_CP_SET_MARKER_0_MODE(RM6_GMEM));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user