nvk: Blackwell is now Vulkan 1.4 conformant
https://www.khronos.org/conformance/adopters/conformant-products#submission_935 Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/12961 Backport-to: 25.2 Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36183>
This commit is contained in:
committed by
Marge Bot
parent
d4b329219e
commit
91a3cf4f58
@@ -52,6 +52,8 @@
|
||||
#include "clc6c0.h"
|
||||
#include "clc997.h"
|
||||
#include "clcdc0.h"
|
||||
#include "clce97.h"
|
||||
|
||||
static uint32_t
|
||||
nvk_get_vk_version(const struct nv_device_info *info)
|
||||
{
|
||||
@@ -88,6 +90,10 @@ nvk_is_conformant(const struct nv_device_info *info)
|
||||
if (info->cls_eng3d >= MAXWELL_A && info->cls_eng3d <= ADA_A)
|
||||
return true;
|
||||
|
||||
/* And also Blackwell B */
|
||||
if (info->cls_eng3d == BLACKWELL_B)
|
||||
return true;
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user