diff --git a/.pick_status.json b/.pick_status.json index 383f7761a36..d46c78c1571 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -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 diff --git a/include/pci_ids/iris_pci_ids.h b/include/pci_ids/iris_pci_ids.h index f2aba2ecc19..e5fec06b184 100644 --- a/include/pci_ids/iris_pci_ids.h +++ b/include/pci_ids/iris_pci_ids.h @@ -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")