From d84d7b78e472d64ed8860c9798a4c97cac2323e8 Mon Sep 17 00:00:00 2001 From: Jordan Justen Date: Wed, 28 May 2025 16:57:33 -0700 Subject: [PATCH] intel/dev: Add PTL PCI IDs 0xb084-0xb087 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ref: linux v6.15 027a362fb36b ("drm/xe/ptl: Update the PTL pci id table") Ref: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?h=v6.15&id=027a362fb36b479030beecbaaec30711ddabf8fa Ref: bspec 72574 Backport-to: 25.1 Signed-off-by: Jordan Justen Reviewed-by: Tapani Pälli Part-of: --- include/pci_ids/iris_pci_ids.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/pci_ids/iris_pci_ids.h b/include/pci_ids/iris_pci_ids.h index 55843efd170..e79af30e7da 100644 --- a/include/pci_ids/iris_pci_ids.h +++ b/include/pci_ids/iris_pci_ids.h @@ -291,6 +291,10 @@ 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)