We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5fb51b commit bb5acdeCopy full SHA for bb5acde
drivers/gpu/drm/msm/registers/adreno/a6xx_gmu.xml
@@ -52,6 +52,11 @@ xsi:schemaLocation="https://gitlab.freedesktop.org/freedreno/ rules-fd.xsd">
52
<reg32 offset="0x23fd" name="GMU_DCVS_PERF_SETTING"/>
53
<reg32 offset="0x23fe" name="GMU_DCVS_BW_SETTING"/>
54
<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>
60
<reg32 offset="0x4c00" name="GMU_ICACHE_CONFIG"/>
61
<reg32 offset="0x4c01" name="GMU_DCACHE_CONFIG"/>
62
<reg32 offset="0x4c0f" name="GMU_SYS_BUS_CONFIG"/>
0 commit comments