mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2024-11-23 18:24:13 +08:00
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:
parent
e2882ea3e2
commit
619bcd3b5c
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user