From e9f63df2f2c0dafe0997dd69b60b7da99b5d91f4 Mon Sep 17 00:00:00 2001 From: Jordan Justen Date: Fri, 17 May 2024 14:47:26 -0700 Subject: [PATCH] intel/dev: Enable LNL PCI IDs without INTEL_FORCE_PROBE Tested with upstream drm kernel: commit fb625bf6187d97c3cd28d680b14bf80f84207e5a Merge: 91fdc5e76513 9dec27bb8ae4 Author: Dave Airlie Date: Fri Jun 28 09:41:03 2024 +1000 Merge tag 'drm-habanalabs-next-2024-06-23' of https://github.com/HabanaAI/drivers.accel.habanalabs.kernel into drm-next Signed-off-by: Jordan Justen Reviewed-by: Rohan Garg Part-of: --- include/pci_ids/iris_pci_ids.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/pci_ids/iris_pci_ids.h b/include/pci_ids/iris_pci_ids.h index cbe82b80bf0..f2aba2ecc19 100644 --- a/include/pci_ids/iris_pci_ids.h +++ b/include/pci_ids/iris_pci_ids.h @@ -257,9 +257,9 @@ CHIPSET(0x56c0, atsm_g10, "ATS-M", "Intel(R) Data Center GPU Flex 170") CHIPSET(0x56c1, atsm_g11, "ATS-M", "Intel(R) Data Center GPU Flex 140") CHIPSET(0x56c2, atsm_g10, "ATS-M", "Intel(R) Data Center GPU Flex 170V") -CHIPSET(0x6420, lnl, "LNL", "Intel(R) Graphics", FORCE_PROBE) -CHIPSET(0x64a0, lnl, "LNL", "Intel(R) Graphics", FORCE_PROBE) -CHIPSET(0x64b0, lnl, "LNL", "Intel(R) Graphics", FORCE_PROBE) +CHIPSET(0x6420, lnl, "LNL", "Intel(R) Graphics") +CHIPSET(0x64a0, lnl, "LNL", "Intel(R) Graphics") +CHIPSET(0x64b0, lnl, "LNL", "Intel(R) Graphics") CHIPSET(0x7d40, mtl_u, "MTL", "Intel(R) Graphics") CHIPSET(0x7d45, mtl_u, "MTL", "Intel(R) Graphics")