Module: Mesa Branch: staging/22.2 Commit: dd6e95ad820cd208f039ade442291246e1c5d1aa URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=dd6e95ad820cd208f039ade442291246e1c5d1aa
Author: Jordan Justen <[email protected]> Date: Thu Sep 1 23:30:00 2022 -0700 intel/pci_ids: Add dg2 0x5698 pci-id This motherboard-down pci-id was added in kernel commit 8618b8489ba6 ("drm/i915: DG2 and ATS-M device ID updates"). Ref: bspec 44477 Ref: https://patchwork.freedesktop.org/patch/msgid/[email protected] Fixes: ad565f6b70d ("intel/dev: Enable first set of DG2 PCI IDs") Signed-off-by: Jordan Justen <[email protected]> Reviewed-by: Lionel Landwerlin <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18385> (cherry picked from commit 65c9a810eedc7bacd91fac558d9a7b0ab6d76459) --- .pick_status.json | 2 +- include/pci_ids/iris_pci_ids.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.pick_status.json b/.pick_status.json index 65d323e787c..e21ad5d0254 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -5908,7 +5908,7 @@ "description": "intel/pci_ids: Add dg2 0x5698 pci-id", "nominated": true, "nomination_type": 1, - "resolution": 0, + "resolution": 1, "main_sha": null, "because_sha": "ad565f6b70d9c4f2af34fe531d01ecf0eaa08500" }, diff --git a/include/pci_ids/iris_pci_ids.h b/include/pci_ids/iris_pci_ids.h index 0b7135a0780..a71862f481b 100644 --- a/include/pci_ids/iris_pci_ids.h +++ b/include/pci_ids/iris_pci_ids.h @@ -237,6 +237,7 @@ CHIPSET(0x5694, dg2_g11, "DG2", "Intel(R) Arc(tm) A350M Graphics") CHIPSET(0x5695, dg2_g11, "DG2", "Intel(R) Graphics") CHIPSET(0x5696, dg2_g12, "DG2", "Intel(R) Graphics") CHIPSET(0x5697, dg2_g12, "DG2", "Intel(R) Graphics") +CHIPSET(0x5698, dg2_g11, "DG2", "Intel(R) Graphics") CHIPSET(0x56a0, dg2_g10, "DG2", "Intel(R) Arc(tm) A770 Graphics") CHIPSET(0x56a1, dg2_g10, "DG2", "Intel(R) Arc(tm) A750 Graphics") CHIPSET(0x56a2, dg2_g10, "DG2", "Intel(R) Arc(tm) A580 Graphics")
