radv: enable RGP on GFX12

This should be working now.

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34049>
This commit is contained in:
Samuel Pitoiset 2025-03-13 10:33:36 +01:00 committed by Marge Bot
parent 3bf2f95a91
commit 2a07237b6b

View file

@ -582,7 +582,7 @@ radv_device_init_rgp(struct radv_device *device)
if (!(instance->vk.trace_mode & RADV_TRACE_MODE_RGP))
return VK_SUCCESS;
if (pdev->info.gfx_level < GFX8 || pdev->info.gfx_level > GFX11_5) {
if (pdev->info.gfx_level < GFX8 || pdev->info.gfx_level > GFX12) {
fprintf(stderr, "GPU hardware not supported: refer to "
"the RGP documentation for the list of "
"supported GPUs!\n");