mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-19 20:08:06 +02:00
Now, the kernel has the ability to inform about the maximum number of performance counters of a V3D device. Let's add this information to the `struct v3d_device_info` to use it when performing performance queries. From now on, V3D_PERFCNT_NUM must not be used to retrieve the maximum number of performance counters. We must use `devinfo->max_perfcnt`, except on the case that the kernel doesn't support DRM_V3D_PARAM_MAX_PERF_COUNTERS. Signed-off-by: Maíra Canal <mcanal@igalia.com> Reviewed-by: Iago Toral Quiroga <itoral@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29154> |
||
|---|---|---|
| .. | ||
| ci | ||
| cle | ||
| clif | ||
| common | ||
| compiler | ||
| drm-shim | ||
| qpu | ||
| simulator | ||
| vulkan | ||
| .editorconfig | ||
| meson.build | ||