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:
Rob Clark 2026-03-17 09:33:59 -07:00 committed by Marge Bot
parent f07138f244
commit 11fcee57a7

View file

@ -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"/>