Skip to content

Commit f23e09a

Browse files
akhilpo-qcomRob Clark
authored andcommitted
drm/msm: Update GMU register xml
Update GMU register xml with additional definitions for a7x family. Signed-off-by: Akhil P Oommen <akhilpo@oss.qualcomm.com> Patchwork: https://patchwork.freedesktop.org/patch/673356/ Signed-off-by: Rob Clark <robin.clark@oss.qualcomm.com>
1 parent f1f514d commit f23e09a

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

drivers/gpu/drm/msm/registers/adreno/a6xx_gmu.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,10 @@ xsi:schemaLocation="https://gitlab.freedesktop.org/freedreno/ rules-fd.xsd">
9999
<bitfield name="GX_HM_GDSC_POWER_OFF" pos="6" type="boolean"/>
100100
<bitfield name="GX_HM_CLK_OFF" pos="7" type="boolean"/>
101101
</reg32>
102+
<reg32 offset="0x50d0" name="GMU_SPTPRAC_PWR_CLK_STATUS" variants="A7XX">
103+
<bitfield name="GX_HM_GDSC_POWER_OFF" pos="0" type="boolean"/>
104+
<bitfield name="GX_HM_CLK_OFF" pos="1" type="boolean"/>
105+
</reg32>
102106
<reg32 offset="0x50e4" name="GMU_GPU_NAP_CTRL">
103107
<bitfield name="HW_NAP_ENABLE" pos="0"/>
104108
<bitfield name="SID" low="4" high="8"/>
@@ -127,6 +131,7 @@ xsi:schemaLocation="https://gitlab.freedesktop.org/freedreno/ rules-fd.xsd">
127131
<reg32 offset="0x5088" name="GMU_ALWAYS_ON_COUNTER_L"/>
128132
<reg32 offset="0x5089" name="GMU_ALWAYS_ON_COUNTER_H"/>
129133
<reg32 offset="0x50c3" name="GMU_GMU_PWR_COL_KEEPALIVE"/>
134+
<reg32 offset="0x50c4" name="GMU_PWR_COL_PREEMPT_KEEPALIVE"/>
130135
<reg32 offset="0x5180" name="GMU_HFI_CTRL_STATUS"/>
131136
<reg32 offset="0x5181" name="GMU_HFI_VERSION_INFO"/>
132137
<reg32 offset="0x5182" name="GMU_HFI_SFR_ADDR"/>
@@ -228,6 +233,12 @@ xsi:schemaLocation="https://gitlab.freedesktop.org/freedreno/ rules-fd.xsd">
228233
<reg32 offset="0x03ee" name="RSCC_TCS1_DRV0_STATUS"/>
229234
<reg32 offset="0x0496" name="RSCC_TCS2_DRV0_STATUS"/>
230235
<reg32 offset="0x053e" name="RSCC_TCS3_DRV0_STATUS"/>
236+
<reg32 offset="0x05e6" name="RSCC_TCS4_DRV0_STATUS" variants="A7XX"/>
237+
<reg32 offset="0x068e" name="RSCC_TCS5_DRV0_STATUS" variants="A7XX"/>
238+
<reg32 offset="0x0736" name="RSCC_TCS6_DRV0_STATUS" variants="A7XX"/>
239+
<reg32 offset="0x07de" name="RSCC_TCS7_DRV0_STATUS" variants="A7XX"/>
240+
<reg32 offset="0x0886" name="RSCC_TCS8_DRV0_STATUS" variants="A7XX"/>
241+
<reg32 offset="0x092e" name="RSCC_TCS9_DRV0_STATUS" variants="A7XX"/>
231242
</domain>
232243

233244
</database>

0 commit comments

Comments
 (0)