mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-08 01:20:33 +01:00
freedreno/registers: Drop a6xx descriptor chip use
We aren't really using this, other than to document the field was added in a7xx. And it stands in the way of using a new enum for descriptor types. Signed-off-by: Rob Clark <rob.clark@oss.qualcomm.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39573>
This commit is contained in:
parent
c9d21ff6fd
commit
74ecf3d0d0
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ xsi:schemaLocation="https://gitlab.freedesktop.org/freedreno/ rules-fd.xsd">
|
|||
<reg32 offset="1" name="1">
|
||||
<bitfield name="WIDTH" low="0" high="14" type="uint"/>
|
||||
<bitfield name="HEIGHT" low="15" high="29" type="uint"/>
|
||||
<bitfield name="MUTABLEEN" pos="31" type="boolean" variants="A7XX-"/>
|
||||
<bitfield name="MUTABLEEN" pos="31" type="boolean"/> <!-- a7xx+ -->
|
||||
</reg32>
|
||||
<reg32 offset="2" name="2">
|
||||
<!--
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue