mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 00:00:11 +01:00
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:
parent
3bf2f95a91
commit
2a07237b6b
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue