mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 14:38:06 +02:00
broadcom/compiler: lift restriction on vpmwt in last instruction for V3D 7.x
Reviewed-by: Alejandro Piñeiro <apinheiro@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25450>
This commit is contained in:
parent
2774601780
commit
1e85be415a
1 changed files with 1 additions and 1 deletions
|
|
@ -1934,7 +1934,7 @@ qpu_inst_valid_in_thrend_slot(struct v3d_compile *c,
|
|||
if (slot > 0 && qinst->uniform != ~0)
|
||||
return false;
|
||||
|
||||
if (v3d_qpu_waits_vpm(inst))
|
||||
if (c->devinfo->ver <= 42 && v3d_qpu_waits_vpm(inst))
|
||||
return false;
|
||||
|
||||
if (inst->sig.ldvary)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue