jay: Use TGL_PIPE_NONE when RegDist is zero

Avoids simulator complaining about invalid dependency.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41880>
This commit is contained in:
Caio Oliveira 2026-05-28 19:46:14 -07:00 committed by Marge Bot
parent bb15c00343
commit 159dbc40e0

View file

@ -383,7 +383,7 @@ lower_regdist(jay_function *func, jay_inst *I, struct swsb_state *ctx)
last_pipe == TGL_PIPE_FLOAT ||
last_pipe == TGL_PIPE_INT) ?
last_pipe :
TGL_PIPE_ALL,
wait_pipes ? TGL_PIPE_ALL : TGL_PIPE_NONE,
};
/* Fold the immediate preceding SYNC.nop into this instruction, allowing