radv: allow to capture with RGP on GFX11_5

It works fine.

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30225>
This commit is contained in:
Samuel Pitoiset 2024-07-17 06:06:15 -07:00 committed by Marge Bot
parent e2882ea3e2
commit 619bcd3b5c

View File

@ -587,7 +587,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) {
if (pdev->info.gfx_level < GFX8 || pdev->info.gfx_level > GFX11_5) {
fprintf(stderr, "GPU hardware not supported: refer to "
"the RGP documentation for the list of "
"supported GPUs!\n");