intel/dev: Add WCL device info

Backport-to: 25.1
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: José Roberto de Souza <jose.souza@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36148>
This commit is contained in:
Jordan Justen 2023-10-10 00:31:44 -07:00 committed by Marge Bot
parent ffabca9101
commit 8b771e8937

View file

@ -1229,6 +1229,12 @@ static const struct intel_device_info intel_device_info_ptl = {
.has_local_mem = false,
};
UNUSED static const struct intel_device_info intel_device_info_wcl = {
XE3_CONFIG(WCL),
.has_local_mem = false,
.has_ray_tracing = false,
};
void
intel_device_info_topology_reset_masks(struct intel_device_info *devinfo)
{