mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-28 16:50:10 +01: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>
This commit is contained in:
parent
ffabca9101
commit
8b771e8937
1 changed files with 6 additions and 0 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue