freedreno: Add synchronization-related control registers

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36590>
This commit is contained in:
Connor Abbott
2025-06-06 16:24:12 -04:00
committed by Marge Bot
parent b5f1108045
commit 1c35684814
@@ -536,6 +536,12 @@ xsi:schemaLocation="https://gitlab.freedesktop.org/freedreno/ rules-fd.xsd">
<bitfield name="SYS_WFI_STALL" low="28" high="29" type="sqe_perfcntr_cntl"/>
</reg32>
<reg32 name="COMPLETED_BR_COUNT" offset="0x101"/>
<reg32 name="COMPLETED_BV_COUNT" offset="0x102"/>
<reg32 name="TIMESTAMP_SUM" offset="0x103"/>
<reg32 name="GLOBAL_TIMESTAMP" offset="0x104"/>
<reg32 name="LOCAL_TIMESTAMP" offset="0x105"/>
<reg32 name="CONTEXT_SWITCH_CNTL" offset="0x131"/>
<reg32 name="PREEMPT_COOKIE" offset="0x132"/>
<reg32 name="PREEMPT_ENABLE" offset="0x133"/>