ac/rgp: enable new performance counters for RGP 2.6 on GFX10-GFX11
Some checks are pending
macOS-CI / macOS-CI (dri) (push) Waiting to run
macOS-CI / macOS-CI (xlib) (push) Waiting to run

GFX12 needs more work and it will be added separately.

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39013>
This commit is contained in:
Samuel Pitoiset 2025-12-18 08:57:49 +01:00
parent 8bc37d0d19
commit 3b18fa348e

View file

@ -1405,8 +1405,8 @@ ac_use_derived_spm_trace(const struct radeon_info *info,
if (!spm_trace)
return false;
/* TODO: Enable for GPUs. */
return false;
/* TODO: Enable for GFX12. */
return info->gfx_level >= GFX10 && info->gfx_level < GFX12;
}
int