From 0530d4d59d7727fcefab1bff870b9923ea9f2098 Mon Sep 17 00:00:00 2001 From: Jordan Justen Date: Sun, 13 Oct 2024 01:54:59 -0700 Subject: [PATCH] intel/dev: Add 0xb640 ARL PCI id Backport-to: 24.2 Ref: https://gitlab.freedesktop.org/drm/kernel/-/commit/35667a0330612bb25a689e4d3a687d47cede1d7a Ref: bspec 55420 Signed-off-by: Jordan Justen Reviewed-by: Lionel Landwerlin Reviewed-by: Rohan Garg Part-of: --- include/pci_ids/iris_pci_ids.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/pci_ids/iris_pci_ids.h b/include/pci_ids/iris_pci_ids.h index e5fec06b184..8cff92bb48f 100644 --- a/include/pci_ids/iris_pci_ids.h +++ b/include/pci_ids/iris_pci_ids.h @@ -271,6 +271,7 @@ CHIPSET(0x7d41, arl_u, "ARL", "Intel(R) Graphics") 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(0xb640, arl_u, "ARL", "Intel(R) Graphics") CHIPSET(0xe202, bmg, "BMG G21", "Intel(R) Graphics") CHIPSET(0xe20b, bmg, "BMG G21", "Intel(R) Graphics")