freedreno/perfcntrs: Expose gen8 counters

Signed-off-by: Rob Clark <rob.clark@oss.qualcomm.com>
This commit is contained in:
Rob Clark 2026-04-24 07:07:34 -07:00
parent 4d114a6bf7
commit 1a237a9c67

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;