diff --git a/src/amd/vulkan/radv_device.c b/src/amd/vulkan/radv_device.c index 6d166ae3caf..5d4d6903df9 100644 --- a/src/amd/vulkan/radv_device.c +++ b/src/amd/vulkan/radv_device.c @@ -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");