Skip to content

Commit bb5acde

Browse files
quic-kdybciorobclark
authored andcommitted
drm/msm: registers: Add GMU FW version register
Add a register that contains the GMU core firmware version on non- legacy (non-sdm845-family) SoCs. The name is guesstimated based on what it does downstream, but it'll do. Signed-off-by: Konrad Dybcio <[email protected]> Reviewed-by: Akhil P Oommen <[email protected]> Patchwork: https://patchwork.freedesktop.org/patch/629932/ Signed-off-by: Rob Clark <[email protected]>
1 parent c5fb51b commit bb5acde

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@ xsi:schemaLocation="https://gitlab.freedesktop.org/freedreno/ rules-fd.xsd">
5252
<reg32 offset="0x23fd" name="GMU_DCVS_PERF_SETTING"/>
5353
<reg32 offset="0x23fe" name="GMU_DCVS_BW_SETTING"/>
5454
<reg32 offset="0x23ff" name="GMU_DCVS_RETURN"/>
55+
<reg32 offset="0x2bf8" name="GMU_CORE_FW_VERSION">
56+
<bitfield name="MAJOR" low="28" high="31"/>
57+
<bitfield name="MINOR" low="16" high="27"/>
58+
<bitfield name="STEP" low="0" high="15"/>
59+
</reg32>
5560
<reg32 offset="0x4c00" name="GMU_ICACHE_CONFIG"/>
5661
<reg32 offset="0x4c01" name="GMU_DCACHE_CONFIG"/>
5762
<reg32 offset="0x4c0f" name="GMU_SYS_BUS_CONFIG"/>

0 commit comments

Comments
 (0)