From 9376ec8dcdfbe736f8daedaade261ec3c35a5d6a Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Tue, 9 Apr 2024 09:56:27 +1000 Subject: [PATCH] intel/dev: update DG2 device names MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ref: https://github.com/intel/compute-runtime/blob/864f42116cf4b0f5a91699cfe099d0c9186ca45b/shared/source/dll/devices/devices_base.inl#L53 Fixes: 98f3d072b42 ("intel/dev: Add 0x56be and 0x56bf DG2 PCI IDs") Reviewed-by: Tapani Pälli Part-of: (cherry picked from commit fef9ad6f66c0967a291e0ea612b6e5e0c0d87f16) --- .pick_status.json | 2 +- include/pci_ids/iris_pci_ids.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.pick_status.json b/.pick_status.json index cc37702cdc8..86745c50470 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -4454,7 +4454,7 @@ "description": "intel/dev: update DG2 device names", "nominated": true, "nomination_type": 1, - "resolution": 0, + "resolution": 1, "main_sha": null, "because_sha": "98f3d072b428f93d799d17ab4e56f963206c9a2f", "notes": null diff --git a/include/pci_ids/iris_pci_ids.h b/include/pci_ids/iris_pci_ids.h index 26886e9367c..33ff7373d2a 100644 --- a/include/pci_ids/iris_pci_ids.h +++ b/include/pci_ids/iris_pci_ids.h @@ -251,8 +251,8 @@ CHIPSET(0x56ba, dg2_g11, "DG2", "Intel(R) Arc(tm) A380E Graphics") CHIPSET(0x56bb, dg2_g11, "DG2", "Intel(R) Arc(tm) A310E Graphics") CHIPSET(0x56bc, dg2_g11, "DG2", "Intel(R) Arc(tm) A370E Graphics") CHIPSET(0x56bd, dg2_g11, "DG2", "Intel(R) Arc(tm) A350E Graphics") -CHIPSET(0x56be, dg2_g10, "DG2", "Intel(R) Graphics") -CHIPSET(0x56bf, dg2_g10, "DG2", "Intel(R) Graphics") +CHIPSET(0x56be, dg2_g10, "DG2", "Intel(R) Arc(tm) A750E Graphics") +CHIPSET(0x56bf, dg2_g10, "DG2", "Intel(R) Arc(tm) A580E Graphics") CHIPSET(0x56c0, atsm_g10, "ATS-M", "Intel(R) Data Center GPU Flex Series 170 Graphics") CHIPSET(0x56c1, atsm_g11, "ATS-M", "Intel(R) Data Center GPU Flex Series 140 Graphics")