mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 11:40:10 +01:00
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>
This commit is contained in:
parent
8b771e8937
commit
bca1acbb42
2 changed files with 4 additions and 1 deletions
|
|
@ -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")
|
||||||
|
|
|
||||||
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue