mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 06:48:06 +02:00
v3d: Add missing flagging of SYNCB as a TSY op.
Fixes: f2e41daac5 ("broadcom/vc5: Update QPU instruction pack/unpack for v4.2.")
This commit is contained in:
parent
3f9bcf9136
commit
ff80e58b38
1 changed files with 1 additions and 0 deletions
|
|
@ -551,6 +551,7 @@ bool
|
|||
v3d_qpu_magic_waddr_is_tsy(enum v3d_qpu_waddr waddr)
|
||||
{
|
||||
return (waddr == V3D_QPU_WADDR_SYNC ||
|
||||
waddr == V3D_QPU_WADDR_SYNCB ||
|
||||
waddr == V3D_QPU_WADDR_SYNCU);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue