From 6dee0c3dae2ea03c216a6cc32edcc275060f7542 Mon Sep 17 00:00:00 2001 From: Jordan Justen Date: Tue, 1 Aug 2023 14:12:26 -0700 Subject: [PATCH] intel/dev: Enable PTL PCI IDs (without INTEL_FORCE_PROBE) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Tested with: commit 3a252ff9d8b6dc22b20463bfcb31a4e8992b0e8f Merge: 9800bf6fae3b 11895f375939 Author: Simona Vetter Date: Fri Jul 11 11:25:34 2025 +0200 Backport-to: 25.1 Ref: drm/drm-next 3a252ff9d8b6dc22b20463bfcb31a4e8992b0e8f Signed-off-by: Jordan Justen Reviewed-by: José Roberto de Souza Reviewed-by: Sagar Ghuge Part-of: --- include/pci_ids/iris_pci_ids.h | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/include/pci_ids/iris_pci_ids.h b/include/pci_ids/iris_pci_ids.h index 940f107f88c..46a3fb5c52d 100644 --- a/include/pci_ids/iris_pci_ids.h +++ b/include/pci_ids/iris_pci_ids.h @@ -287,15 +287,15 @@ CHIPSET(0xe221, bmg, "BMG G31", "Intel(R) Graphics") CHIPSET(0xe222, bmg, "BMG G31", "Intel(R) Graphics") CHIPSET(0xe223, bmg, "BMG G31", "Intel(R) Graphics") -CHIPSET(0xb080, ptl, "PTL", "Intel(R) Graphics", FORCE_PROBE) -CHIPSET(0xb081, ptl, "PTL", "Intel(R) Graphics", FORCE_PROBE) -CHIPSET(0xb082, ptl, "PTL", "Intel(R) Graphics", FORCE_PROBE) -CHIPSET(0xb083, ptl, "PTL", "Intel(R) Graphics", FORCE_PROBE) -CHIPSET(0xb084, ptl, "PTL", "Intel(R) Graphics", FORCE_PROBE) -CHIPSET(0xb085, ptl, "PTL", "Intel(R) Graphics", FORCE_PROBE) -CHIPSET(0xb086, ptl, "PTL", "Intel(R) Graphics", FORCE_PROBE) -CHIPSET(0xb087, ptl, "PTL", "Intel(R) Graphics", FORCE_PROBE) -CHIPSET(0xb08f, ptl, "PTL", "Intel(R) Graphics", FORCE_PROBE) -CHIPSET(0xb090, ptl, "PTL", "Intel(R) Graphics", FORCE_PROBE) -CHIPSET(0xb0a0, ptl, "PTL", "Intel(R) Graphics", FORCE_PROBE) -CHIPSET(0xb0b0, ptl, "PTL", "Intel(R) Graphics", FORCE_PROBE) +CHIPSET(0xb080, ptl, "PTL", "Intel(R) Graphics") +CHIPSET(0xb081, ptl, "PTL", "Intel(R) Graphics") +CHIPSET(0xb082, ptl, "PTL", "Intel(R) Graphics") +CHIPSET(0xb083, ptl, "PTL", "Intel(R) Graphics") +CHIPSET(0xb084, ptl, "PTL", "Intel(R) Graphics") +CHIPSET(0xb085, ptl, "PTL", "Intel(R) Graphics") +CHIPSET(0xb086, ptl, "PTL", "Intel(R) Graphics") +CHIPSET(0xb087, ptl, "PTL", "Intel(R) Graphics") +CHIPSET(0xb08f, ptl, "PTL", "Intel(R) Graphics") +CHIPSET(0xb090, ptl, "PTL", "Intel(R) Graphics") +CHIPSET(0xb0a0, ptl, "PTL", "Intel(R) Graphics") +CHIPSET(0xb0b0, ptl, "PTL", "Intel(R) Graphics")