Module: Mesa Branch: master Commit: 2cfa319f9f4c798e651cf0bb2f742af9987965ab URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2cfa319f9f4c798e651cf0bb2f742af9987965ab
Author: Marek Olšák <[email protected]> Date: Tue Nov 21 01:47:30 2017 +0100 radeonsi: expose all CB performance counters on Stoney Reviewed-by: Nicolai Hähnle <[email protected]> --- 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 }, _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
