Skip to content

panfrost: Perf config

Antonio Caggiano requested to merge Fahien/mesa:panfrost-perf into main
  • Add Mali events XML files generated with Panfrost HWC helper.

  • Configure a panfrost performance structure registering the right counters for the current product id. An array for storing counter values read from the GPU is also managed by this structure. A read function is then associated to each counter for reading its corresponding value from the counter values array.

Edited by Antonio Caggiano

Merge request reports