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>
(cherry picked from commit 8b771e8937)
This commit is contained in:
Jordan Justen 2023-10-10 00:31:44 -07:00 committed by Eric Engestrom
parent 63ed30ab7c
commit ef3ed3d281
2 changed files with 7 additions and 1 deletions

View file

@ -4084,7 +4084,7 @@
"description": "intel/dev: Add WCL device info",
"nominated": true,
"nomination_type": 4,
"resolution": 0,
"resolution": 1,
"main_sha": null,
"because_sha": null,
"notes": null

View file

@ -1200,6 +1200,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)
{