Skip to content

Commit b1c9e79

Browse files
cwabbott0Rob Clark
authored andcommitted
drm/msm: Fix CP_RESET_CONTEXT_STATE bitfield names
Based on kgsl. Fixes: af66706 ("drm/msm/a6xx: Add skeleton A7xx support") Signed-off-by: Connor Abbott <[email protected]> Patchwork: https://patchwork.freedesktop.org/patch/654922/ Signed-off-by: Rob Clark <[email protected]>
1 parent b130440 commit b1c9e79

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2255,7 +2255,8 @@ opcode: CP_LOAD_STATE4 (30) (4 dwords)
22552255
<reg32 offset="0" name="0">
22562256
<bitfield name="CLEAR_ON_CHIP_TS" pos="0" type="boolean"/>
22572257
<bitfield name="CLEAR_RESOURCE_TABLE" pos="1" type="boolean"/>
2258-
<bitfield name="CLEAR_GLOBAL_LOCAL_TS" pos="2" type="boolean"/>
2258+
<bitfield name="CLEAR_BV_BR_COUNTER" pos="2" type="boolean"/>
2259+
<bitfield name="RESET_GLOBAL_LOCAL_TS" pos="3" type="boolean"/>
22592260
</reg32>
22602261
</domain>
22612262

0 commit comments

Comments
 (0)