mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-09 16:38:17 +02:00
freedreno/registers: Add a couple missing bitfields
Noticed these were missing compared to kernel copy of xml. Not used by mesa, but needed by kernel. Signed-off-by: Rob Clark <rob.clark@oss.qualcomm.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40470>
This commit is contained in:
parent
f07138f244
commit
11fcee57a7
1 changed files with 3 additions and 0 deletions
|
|
@ -120,6 +120,9 @@ by a particular renderpass/blit.
|
|||
<bitfield name="REGISTERPROTECTIONERROR" pos="10" type="boolean"/>
|
||||
<bitfield name="ILLEGALINSTRUCTION" pos="11" type="boolean"/>
|
||||
<bitfield name="SMMUFAULT" pos="12" type="boolean"/>
|
||||
<bitfield name="VBIFRESPCLIENT" pos="13" type="boolean"/>
|
||||
<bitfield name="VBIFRESPTYPE" pos="19" type="boolean"/>
|
||||
<bitfield name="VBIFRESPREAD" pos="21" type="boolean"/>
|
||||
<bitfield name="VBIFRESP" pos="22" type="boolean"/>
|
||||
<bitfield name="RTWROVF" pos="23" type="boolean"/>
|
||||
<bitfield name="LRZRTWROVF" pos="24" type="boolean"/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue