diff options
| author | Jordan Justen <jordan.l.justen@intel.com> | 2023-08-01 14:12:26 -0700 |
|---|---|---|
| committer | Marge Bot <marge-bot@fdo.invalid> | 2025-07-14 18:53:48 +0000 |
| commit | 6dee0c3dae2ea03c216a6cc32edcc275060f7542 (patch) | |
| tree | 736fcd67a646441960dbc8835c942ed3c2bce4e9 /include | |
| parent | f19e2e69e9ba179b15edc7cfa2f173842a70d103 (diff) | |
intel/dev: Enable PTL PCI IDs (without INTEL_FORCE_PROBE)
Tested with:
commit 3a252ff9d8b6dc22b20463bfcb31a4e8992b0e8f
Merge: 9800bf6fae3b 11895f375939
Author: Simona Vetter <simona.vetter@ffwll.ch>
Date: Fri Jul 11 11:25:34 2025 +0200
Backport-to: 25.1
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>
Reviewed-by: Sagar Ghuge <sagar.ghuge@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31893>
Diffstat (limited to 'include')
| -rw-r--r-- | include/pci_ids/iris_pci_ids.h | 24 |
1 files 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") |