mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-10 10:20:20 +01:00
intel/dev: Enable BMG PCI IDs (without INTEL_FORCE_PROBE)
Tested with upstream drm-next kernel:
commit 6d0ebb3904853d18eeec7af5e8b4ca351b6f9025
Merge: 8bdb468dd7a5 b5d4657e192b
Author: Dave Airlie <airlied@redhat.com>
Merge tag 'drm-intel-next-2024-08-29' of https://gitlab.freedesktop.org/drm/i915/kernel into drm-next
Ref: drm-next 3adcf970dc7e ("drm/xe/bmg: Drop force_probe requirement")
Backport-to: 24.2
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: José Roberto de Souza <jose.souza@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30056>
(cherry picked from commit e32989a698)
This commit is contained in:
parent
5591651b9e
commit
f87fd87d53
2 changed files with 6 additions and 6 deletions
|
|
@ -1334,7 +1334,7 @@
|
|||
"description": "intel/dev: Enable BMG PCI IDs (without INTEL_FORCE_PROBE)",
|
||||
"nominated": true,
|
||||
"nomination_type": 4,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"main_sha": null,
|
||||
"because_sha": null,
|
||||
"notes": null
|
||||
|
|
|
|||
|
|
@ -272,8 +272,8 @@ CHIPSET(0x7d51, arl_h, "ARL", "Intel(R) Graphics")
|
|||
CHIPSET(0x7d67, arl_u, "ARL", "Intel(R) Graphics")
|
||||
CHIPSET(0x7dd1, arl_h, "ARL", "Intel(R) Graphics")
|
||||
|
||||
CHIPSET(0xe202, bmg, "BMG G21", "Intel(R) Graphics", FORCE_PROBE)
|
||||
CHIPSET(0xe20b, bmg, "BMG G21", "Intel(R) Graphics", FORCE_PROBE)
|
||||
CHIPSET(0xe20c, bmg, "BMG G21", "Intel(R) Graphics", FORCE_PROBE)
|
||||
CHIPSET(0xe20d, bmg, "BMG G21", "Intel(R) Graphics", FORCE_PROBE)
|
||||
CHIPSET(0xe212, bmg, "BMG G21", "Intel(R) Graphics", FORCE_PROBE)
|
||||
CHIPSET(0xe202, bmg, "BMG G21", "Intel(R) Graphics")
|
||||
CHIPSET(0xe20b, bmg, "BMG G21", "Intel(R) Graphics")
|
||||
CHIPSET(0xe20c, bmg, "BMG G21", "Intel(R) Graphics")
|
||||
CHIPSET(0xe20d, bmg, "BMG G21", "Intel(R) Graphics")
|
||||
CHIPSET(0xe212, bmg, "BMG G21", "Intel(R) Graphics")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue