mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 13:50:11 +01:00
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>
(cherry picked from commit 6dee0c3dae)
This commit is contained in:
parent
19bb041f72
commit
3d5b46205f
2 changed files with 13 additions and 13 deletions
|
|
@ -1374,7 +1374,7 @@
|
||||||
"description": "intel/dev: Enable PTL PCI IDs (without INTEL_FORCE_PROBE)",
|
"description": "intel/dev: Enable PTL PCI IDs (without INTEL_FORCE_PROBE)",
|
||||||
"nominated": true,
|
"nominated": true,
|
||||||
"nomination_type": 4,
|
"nomination_type": 4,
|
||||||
"resolution": 0,
|
"resolution": 1,
|
||||||
"main_sha": null,
|
"main_sha": null,
|
||||||
"because_sha": null,
|
"because_sha": null,
|
||||||
"notes": null
|
"notes": null
|
||||||
|
|
|
||||||
|
|
@ -287,15 +287,15 @@ CHIPSET(0xe221, bmg, "BMG G31", "Intel(R) Graphics")
|
||||||
CHIPSET(0xe222, bmg, "BMG G31", "Intel(R) Graphics")
|
CHIPSET(0xe222, bmg, "BMG G31", "Intel(R) Graphics")
|
||||||
CHIPSET(0xe223, bmg, "BMG G31", "Intel(R) Graphics")
|
CHIPSET(0xe223, bmg, "BMG G31", "Intel(R) Graphics")
|
||||||
|
|
||||||
CHIPSET(0xb080, ptl, "PTL", "Intel(R) Graphics", FORCE_PROBE)
|
CHIPSET(0xb080, ptl, "PTL", "Intel(R) Graphics")
|
||||||
CHIPSET(0xb081, ptl, "PTL", "Intel(R) Graphics", FORCE_PROBE)
|
CHIPSET(0xb081, ptl, "PTL", "Intel(R) Graphics")
|
||||||
CHIPSET(0xb082, ptl, "PTL", "Intel(R) Graphics", FORCE_PROBE)
|
CHIPSET(0xb082, ptl, "PTL", "Intel(R) Graphics")
|
||||||
CHIPSET(0xb083, ptl, "PTL", "Intel(R) Graphics", FORCE_PROBE)
|
CHIPSET(0xb083, ptl, "PTL", "Intel(R) Graphics")
|
||||||
CHIPSET(0xb084, ptl, "PTL", "Intel(R) Graphics", FORCE_PROBE)
|
CHIPSET(0xb084, ptl, "PTL", "Intel(R) Graphics")
|
||||||
CHIPSET(0xb085, ptl, "PTL", "Intel(R) Graphics", FORCE_PROBE)
|
CHIPSET(0xb085, ptl, "PTL", "Intel(R) Graphics")
|
||||||
CHIPSET(0xb086, ptl, "PTL", "Intel(R) Graphics", FORCE_PROBE)
|
CHIPSET(0xb086, ptl, "PTL", "Intel(R) Graphics")
|
||||||
CHIPSET(0xb087, ptl, "PTL", "Intel(R) Graphics", FORCE_PROBE)
|
CHIPSET(0xb087, ptl, "PTL", "Intel(R) Graphics")
|
||||||
CHIPSET(0xb08f, ptl, "PTL", "Intel(R) Graphics", FORCE_PROBE)
|
CHIPSET(0xb08f, ptl, "PTL", "Intel(R) Graphics")
|
||||||
CHIPSET(0xb090, ptl, "PTL", "Intel(R) Graphics", FORCE_PROBE)
|
CHIPSET(0xb090, ptl, "PTL", "Intel(R) Graphics")
|
||||||
CHIPSET(0xb0a0, ptl, "PTL", "Intel(R) Graphics", FORCE_PROBE)
|
CHIPSET(0xb0a0, ptl, "PTL", "Intel(R) Graphics")
|
||||||
CHIPSET(0xb0b0, ptl, "PTL", "Intel(R) Graphics", FORCE_PROBE)
|
CHIPSET(0xb0b0, ptl, "PTL", "Intel(R) Graphics")
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue