freedreno/registers: Small cleanup

Whitespace fix plus move a couple regs that ended split apart from the
rest of the VFD regs.

Signed-off-by: Rob Clark <robdclark@chromium.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17317>
This commit is contained in:
Rob Clark 2022-06-30 09:05:18 -07:00 committed by Marge Bot
parent bc6f1afc79
commit 9e1bf8e7ac

View file

@ -2851,6 +2851,9 @@ to upconvert to 32b float internally?
<reg32 offset="0xa0f8" name="VFD_POWER_CNTL" low="0" high="2"/> <reg32 offset="0xa0f8" name="VFD_POWER_CNTL" low="0" high="2"/>
<reg32 offset="0xa601" name="VFD_ADDR_MODE_CNTL" type="a5xx_address_mode"/>
<array offset="0xa610" name="VFD_PERFCTR_VFD_SEL" stride="1" length="8"/>
<!-- <!--
Note: this seems to always be paired with another bit in another Note: this seems to always be paired with another bit in another
block. block.
@ -2859,8 +2862,6 @@ to upconvert to 32b float internally?
<value value="0" name="THREAD64"/> <value value="0" name="THREAD64"/>
<value value="1" name="THREAD128"/> <value value="1" name="THREAD128"/>
</enum> </enum>
<reg32 offset="0xa601" name="VFD_ADDR_MODE_CNTL" type="a5xx_address_mode"/>
<array offset="0xa610" name="VFD_PERFCTR_VFD_SEL" stride="1" length="8"/>
<bitset name="a6xx_sp_xs_ctrl_reg0" inline="yes"> <bitset name="a6xx_sp_xs_ctrl_reg0" inline="yes">
<!-- if set to SINGLE, only use 1 concurrent wave on each SP --> <!-- if set to SINGLE, only use 1 concurrent wave on each SP -->