mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-10 14:40:13 +01:00
broadcom/compiler: add V3D_QPU_WADDR_UNIFA
This only exists in V3D 4.x and aliases V3D_QPU_WADDR_TMU from V3D 3.x. Reviewed-by: Alejandro Piñeiro <apinheiro@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8980>
This commit is contained in:
parent
c6731daa5e
commit
449af48f42
1 changed files with 2 additions and 1 deletions
|
|
@ -98,7 +98,8 @@ enum v3d_qpu_waddr {
|
|||
V3D_QPU_WADDR_NOP = 6,
|
||||
V3D_QPU_WADDR_TLB = 7,
|
||||
V3D_QPU_WADDR_TLBU = 8,
|
||||
V3D_QPU_WADDR_TMU = 9,
|
||||
V3D_QPU_WADDR_TMU = 9, /* V3D 3.x */
|
||||
V3D_QPU_WADDR_UNIFA = 9, /* V3D 4.x */
|
||||
V3D_QPU_WADDR_TMUL = 10,
|
||||
V3D_QPU_WADDR_TMUD = 11,
|
||||
V3D_QPU_WADDR_TMUA = 12,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue