radeonsi: enable SQTT for more chips

Same as radv.

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35582>
This commit is contained in:
Pierre-Eric Pelloux-Prayer
2025-06-17 14:53:44 +02:00
committed by Marge Bot
parent ca0ed07588
commit ac6abd9c23
+1 -1
View File
@@ -322,7 +322,7 @@ bool si_init_sqtt(struct si_context *sctx)
return false;
}
if (sctx->gfx_level > GFX11) {
if (sctx->gfx_level > GFX12) {
fprintf(stderr, "radeonsi: Thread trace is not supported "
"for that GPU!\n");
return false;