diff --git a/util/inteltool/inteltool.c b/util/inteltool/inteltool.c index b7dbd62223..e6f82371da 100644 --- a/util/inteltool/inteltool.c +++ b/util/inteltool/inteltool.c @@ -625,6 +625,10 @@ static const struct { "Intel(R) UHD Graphics" }, { PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_ADL_N_UHD_3, "Intel(R) UHD Graphics" }, + { PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_ADL_N_UHD_4, + "Intel(R) UHD Graphics" }, + { PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_ADL_N_UHD_5, + "Intel(R) UHD Graphics" }, { PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_RPL_H_IRIS_XE, "Intel(R) Iris Xe Graphics [RPL-P]" }, { PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_MTL_M_GT2, diff --git a/util/inteltool/inteltool.h b/util/inteltool/inteltool.h index f44c79c5fc..80d307cfe4 100644 --- a/util/inteltool/inteltool.h +++ b/util/inteltool/inteltool.h @@ -513,6 +513,8 @@ static inline uint32_t inl(unsigned port) #define PCI_DEVICE_ID_INTEL_ADL_N_UHD 0x46D0 #define PCI_DEVICE_ID_INTEL_ADL_N_UHD_2 0x46D1 #define PCI_DEVICE_ID_INTEL_ADL_N_UHD_3 0x46D2 +#define PCI_DEVICE_ID_INTEL_ADL_N_UHD_4 0x46D3 +#define PCI_DEVICE_ID_INTEL_ADL_N_UHD_5 0x46D4 #define PCI_DEVICE_ID_INTEL_MTL_M_GT2 0x7d40 #define PCI_DEVICE_ID_INTEL_MTL_P_GT2_1 0x7d45 #define PCI_DEVICE_ID_INTEL_MTL_P_GT2_2 0x7d50