mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-09 23:08:18 +02:00
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:
parent
bb15c00343
commit
159dbc40e0
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue