Module: Mesa Branch: main Commit: 60cb257d2624a1e7d7e682ddf54485123f064bf8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=60cb257d2624a1e7d7e682ddf54485123f064bf8
Author: Samuel Pitoiset <[email protected]> Date: Wed Sep 13 14:31:51 2023 +0200 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 <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25211> --- 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},
