intel/dev: Add WCL PCI IDs

Tested with:

commit 3a252ff9d8b6dc22b20463bfcb31a4e8992b0e8f
Merge: 9800bf6fae3b 11895f375939
Author: Simona Vetter <simona.vetter@ffwll.ch>
Date:   Fri Jul 11 11:25:34 2025 +0200

Note that the kernel treats WCL similar to PTL, so 94de1dfd4729
("drm/xe/ptl: Drop force_probe requirement") also removed the
force_probe for WCL.

Backport-to: 25.1
Ref: 3c0f211bc8fc ("drm/xe: Add Wildcat Lake device IDs to PTL list")
Ref: 94de1dfd4729 ("drm/xe/ptl: Drop force_probe requirement")
Ref: drm/drm-next 3a252ff9d8b6dc22b20463bfcb31a4e8992b0e8f
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 bca1acbb42)
This commit is contained in:
Jordan Justen 2023-10-10 00:39:45 -07:00 committed by Eric Engestrom
parent 632253a5e3
commit 036ec0bb89
3 changed files with 5 additions and 2 deletions

View file

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

View file

@ -299,3 +299,6 @@ CHIPSET(0xb08f, ptl, "PTL", "Intel(R) Graphics")
CHIPSET(0xb090, ptl, "PTL", "Intel(R) Graphics") CHIPSET(0xb090, ptl, "PTL", "Intel(R) Graphics")
CHIPSET(0xb0a0, ptl, "PTL", "Intel(R) Graphics") CHIPSET(0xb0a0, ptl, "PTL", "Intel(R) Graphics")
CHIPSET(0xb0b0, ptl, "PTL", "Intel(R) Graphics") CHIPSET(0xb0b0, ptl, "PTL", "Intel(R) Graphics")
CHIPSET(0xfd80, wcl, "WCL", "Intel(R) Graphics")
CHIPSET(0xfd81, wcl, "WCL", "Intel(R) Graphics")

View file

@ -1229,7 +1229,7 @@ static const struct intel_device_info intel_device_info_ptl = {
.has_local_mem = false, .has_local_mem = false,
}; };
UNUSED static const struct intel_device_info intel_device_info_wcl = { static const struct intel_device_info intel_device_info_wcl = {
XE3_CONFIG(WCL), XE3_CONFIG(WCL),
.has_local_mem = false, .has_local_mem = false,
.has_ray_tracing = false, .has_ray_tracing = false,