diff options
author | Marek Olšák <[email protected]> | 2017-11-21 01:47:30 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2017-11-25 17:16:56 +0100 |
commit | 2cfa319f9f4c798e651cf0bb2f742af9987965ab (patch) | |
tree | 01ab71b4129264762e1f8d6992c76577c842fe00 /src | |
parent | 797c447f1cb4658c525ea69c376fd5b2a1686fc5 (diff) |
radeonsi: expose all CB performance counters on Stoney
Reviewed-by: Nicolai Hähnle <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/drivers/radeonsi/si_perfcounter.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 }, |