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:
committed by
Marge Bot
parent
ca0ed07588
commit
ac6abd9c23
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user