mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 13:10:10 +01:00
ac/rgp: enable new performance counters for RGP 2.6 on GFX10-GFX11
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:
parent
8bc37d0d19
commit
3b18fa348e
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue