mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 06:48:06 +02:00
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:
parent
63ed30ab7c
commit
ef3ed3d281
2 changed files with 7 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue