intel/dev: Add NVL-S/U device info

Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38020>
This commit is contained in:
Jordan Justen 2024-08-12 14:57:12 -07:00 committed by Marge Bot
parent 84bba237ca
commit ac1a7e19e8

View file

@ -1232,6 +1232,17 @@ static const struct intel_device_info intel_device_info_wcl = {
.has_ray_tracing = false,
};
UNUSED static const struct intel_device_info intel_device_info_nvl_s_hx_ul = {
XE3_CONFIG(NVL_U),
.has_local_mem = false,
.has_ray_tracing = false,
};
UNUSED static const struct intel_device_info intel_device_info_nvl_u_h = {
XE3_CONFIG(NVL_U),
.has_local_mem = false,
};
void
intel_device_info_topology_reset_masks(struct intel_device_info *devinfo)
{