Skip to content

Commit 6c6915b

Browse files
Anna ManiscalcoRob Clark
authored andcommitted
drm/msm: add PERFCTR_CNTL to ifpc_reglist
Previously this register would become 0 after IFPC took place which broke all usages of counters. Fixes: a6a0157 ("drm/msm/a6xx: Enable IFPC on Adreno X1-85") Cc: stable@vger.kernel.org Signed-off-by: Anna Maniscalco <anna.maniscalco2000@gmail.com> Reviewed-by: Akhil P Oommen <akhilpo@oss.qualcomm.com> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Patchwork: https://patchwork.freedesktop.org/patch/690960/ Message-ID: <20251127-ifpc_counters-v3-1-fac0a126bc88@gmail.com> Signed-off-by: Rob Clark <robin.clark@oss.qualcomm.com>
1 parent ef3b040 commit 6c6915b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/gpu/drm/msm/adreno/a6xx_catalog.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1392,6 +1392,7 @@ static const u32 a750_ifpc_reglist_regs[] = {
13921392
REG_A6XX_TPL1_BICUBIC_WEIGHTS_TABLE(2),
13931393
REG_A6XX_TPL1_BICUBIC_WEIGHTS_TABLE(3),
13941394
REG_A6XX_TPL1_BICUBIC_WEIGHTS_TABLE(4),
1395+
REG_A6XX_RBBM_PERFCTR_CNTL,
13951396
REG_A6XX_TPL1_NC_MODE_CNTL,
13961397
REG_A6XX_SP_NC_MODE_CNTL,
13971398
REG_A6XX_CP_DBG_ECO_CNTL,

0 commit comments

Comments
 (0)