freedreno/perfcntrs: Expose gen8 counters

Signed-off-by: Rob Clark <rob.clark@oss.qualcomm.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41158>
This commit is contained in:
Rob Clark 2026-04-24 07:07:34 -07:00 committed by Marge Bot
parent f7a41c26ff
commit 27a8ca79b1

View file

@ -50,6 +50,9 @@ fd_perfcntrs(const struct fd_dev_id *id, unsigned *count)
case 7:
*count = a7xx_num_perfcntr_groups;
return a7xx_perfcntr_groups;
case 8:
*count = a8xx_num_perfcntr_groups;
return a8xx_perfcntr_groups;
default:
*count = 0;
return NULL;