nvk: Drop the non-conformant warning on Turing-Ada

Reviewed-by: Joshua Ashton <joshua@froggi.es>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27832>
This commit is contained in:
Faith Ekstrand
2024-02-27 12:32:36 -06:00
committed by Marge Bot
parent 4ce4560a45
commit b5dab7c965
+2 -1
View File
@@ -1077,7 +1077,8 @@ nvk_create_drm_physical_device(struct vk_instance *_instance,
}
const dev_t render_dev = st.st_rdev;
vk_warn_non_conformant_implementation("NVK");
if (!conformant)
vk_warn_non_conformant_implementation("NVK");
struct nvk_physical_device *pdev =
vk_zalloc(&instance->vk.alloc, sizeof(*pdev),