mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 11:00:11 +01:00
nvk: Maxwell+ is now conformant
This advertises Vulkan 1.4 conformance for Maxwell+ GPUs as well as enabling Vulkan on them by default. Backport-to: 25.1 Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34582>
This commit is contained in:
parent
8f3489f351
commit
d383d78e8c
1 changed files with 1 additions and 1 deletions
|
|
@ -1321,7 +1321,7 @@ nvk_create_drm_physical_device(struct vk_instance *_instance,
|
|||
|
||||
bool conformant =
|
||||
nvkmd->dev_info.type == NV_DEVICE_TYPE_DIS &&
|
||||
nvkmd->dev_info.cls_eng3d >= TURING_A &&
|
||||
nvkmd->dev_info.cls_eng3d >= MAXWELL_A &&
|
||||
nvkmd->dev_info.cls_eng3d <= ADA_A;
|
||||
|
||||
if (!conformant &&
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue