mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 06:58:05 +02:00
freedreno/perfcntrs: Expose gen8 counters
Signed-off-by: Rob Clark <rob.clark@oss.qualcomm.com>
This commit is contained in:
parent
4d114a6bf7
commit
1a237a9c67
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue