From 2cfa319f9f4c798e651cf0bb2f742af9987965ab Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marek=20Ol=C5=A1=C3=A1k?= Date: Tue, 21 Nov 2017 01:47:30 +0100 Subject: [PATCH] radeonsi: expose all CB performance counters on Stoney MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Reviewed-by: Nicolai Hähnle --- src/gallium/drivers/radeonsi/si_perfcounter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/drivers/radeonsi/si_perfcounter.c b/src/gallium/drivers/radeonsi/si_perfcounter.c index 56af0a028be..5029af029a0 100644 --- a/src/gallium/drivers/radeonsi/si_perfcounter.c +++ b/src/gallium/drivers/radeonsi/si_perfcounter.c @@ -373,7 +373,7 @@ static struct si_pc_block groups_CIK[] = { }; static struct si_pc_block groups_VI[] = { - { &cik_CB, 396, 4 }, + { &cik_CB, 405, 4 }, { &cik_CPF, 19 }, { &cik_DB, 257, 4 }, { &cik_GRBM, 34 }, -- 2.30.2