mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-16 01:08:05 +02:00
jay/lower_scoreboard: fix trivial scheduling
Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@intel.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41510>
This commit is contained in:
parent
7ba6e9810a
commit
3a7baf2cde
1 changed files with 2 additions and 0 deletions
|
|
@ -409,6 +409,8 @@ lower_trivial(jay_function *func)
|
|||
|
||||
jay_builder b = jay_init_builder(func, jay_after_inst(I));
|
||||
sync_sbids(&b, BITFIELD_BIT(0), TGL_SBID_DST);
|
||||
} else if (I->op == JAY_OPCODE_SCHEDULE_BARRIER) {
|
||||
jay_remove_instruction(I);
|
||||
} else {
|
||||
I->dep = tgl_swsb_regdist(1);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue