Skip to content

Commit 3165fcd

Browse files
Anna Maniscalcogregkh
authored andcommitted
drm/msm: add PERFCTR_CNTL to ifpc_reglist
commit 6c6915b upstream. 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> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 35ea328 commit 3165fcd

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
@@ -1360,6 +1360,7 @@ static const u32 a750_ifpc_reglist_regs[] = {
13601360
REG_A6XX_TPL1_BICUBIC_WEIGHTS_TABLE(2),
13611361
REG_A6XX_TPL1_BICUBIC_WEIGHTS_TABLE(3),
13621362
REG_A6XX_TPL1_BICUBIC_WEIGHTS_TABLE(4),
1363+
REG_A6XX_RBBM_PERFCTR_CNTL,
13631364
REG_A6XX_TPL1_NC_MODE_CNTL,
13641365
REG_A6XX_SP_NC_MODE_CNTL,
13651366
REG_A6XX_CP_DBG_ECO_CNTL,

0 commit comments

Comments
 (0)