Mesa (master): radeonsi: expose all CB performance counters on Stoney

Marek Olšák mareko at kemper.freedesktop.org
Sat Nov 25 16:17:08 UTC 2017


Module: Mesa
Branch: master
Commit: 2cfa319f9f4c798e651cf0bb2f742af9987965ab
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2cfa319f9f4c798e651cf0bb2f742af9987965ab

Author: Marek Olšák <marek.olsak at amd.com>
Date:   Tue Nov 21 01:47:30 2017 +0100

radeonsi: expose all CB performance counters on Stoney

Reviewed-by: Nicolai Hähnle <nicolai.haehnle at amd.com>

---

 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 56af0a028b..5029af029a 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 },




More information about the mesa-commit mailing list