Faith Ekstrand
2025-07-16 19:48:37 -04:00
committed by Marge Bot
parent d4b329219e
commit 91a3cf4f58
+6
View File
@@ -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;
}