From 60cb257d2624a1e7d7e682ddf54485123f064bf8 Mon Sep 17 00:00:00 2001 From: Samuel Pitoiset Date: Wed, 13 Sep 2023 14:31:51 +0200 Subject: [PATCH] ac/perfcounter: set the number of instances of GL1C to 4 According to PAL there is 4 GL1C quadrants. This will also be used by SPM. Signed-off-by: Samuel Pitoiset Part-of: --- src/amd/common/ac_perfcounter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/amd/common/ac_perfcounter.c b/src/amd/common/ac_perfcounter.c index 6238592891f..ee8b359c9e9 100644 --- a/src/amd/common/ac_perfcounter.c +++ b/src/amd/common/ac_perfcounter.c @@ -979,7 +979,7 @@ static struct ac_pc_block_gfxdescr groups_gfx10[] = { {&cik_GDS, 123}, {&gfx10_GE, 315}, {&gfx10_GL1A, 36}, - {&gfx10_GL1C, 64}, + {&gfx10_GL1C, 64, 4}, {&gfx10_GL2A, 91}, {&gfx10_GL2C, 235}, {&cik_GRBM, 47},