From 87dffcbc92ec98d3063fccb7474f892e0a8ca3a7 Mon Sep 17 00:00:00 2001 From: Jiaqing Zhao Date: Tue, 2 Jul 2024 02:50:06 +0000 Subject: [PATCH] dm: pci: update ADL-N and RPL-P iGPU device ids Add more iGPU pci device ids of ADL-N and RPL-P to make passthrough work properly. Tracked-On: #8640 Signed-off-by: Jiaqing Zhao Reviewed-by: Jian Jun Chen --- devicemodel/include/igd_pciids.h | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/devicemodel/include/igd_pciids.h b/devicemodel/include/igd_pciids.h index be1f8fcda..8afeb6e2b 100644 --- a/devicemodel/include/igd_pciids.h +++ b/devicemodel/include/igd_pciids.h @@ -242,7 +242,9 @@ struct igd_device { #define IGD_ADLN_DEVICE_IDS \ IGD_DEVICE_ENTRY(0x46D0, 12), \ IGD_DEVICE_ENTRY(0x46D1, 12), \ - IGD_DEVICE_ENTRY(0x46D2, 12) + IGD_DEVICE_ENTRY(0x46D2, 12), \ + IGD_DEVICE_ENTRY(0x46D3, 12), \ + IGD_DEVICE_ENTRY(0x46D4, 12) /* Raptor Lake-S, Gen 12 */ #define IGD_RPLS_DEVICE_IDS \ @@ -260,8 +262,12 @@ struct igd_device { IGD_DEVICE_ENTRY(0xA721, 12), \ IGD_DEVICE_ENTRY(0xA7A1, 12), \ IGD_DEVICE_ENTRY(0xA7A9, 12), \ + IGD_DEVICE_ENTRY(0xA7AC, 12), \ + IGD_DEVICE_ENTRY(0xA7AD, 12), \ IGD_DEVICE_ENTRY(0xA720, 12), \ IGD_DEVICE_ENTRY(0xA7A0, 12), \ - IGD_DEVICE_ENTRY(0xA7A8, 12) + IGD_DEVICE_ENTRY(0xA7A8, 12), \ + IGD_DEVICE_ENTRY(0xA7AA, 12), \ + IGD_DEVICE_ENTRY(0xA7AB, 12) #endif