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 <jiaqing.zhao@linux.intel.com> Reviewed-by: Jian Jun Chen <jian.jun.chen@intel.com>
This commit is contained in:
parent
63efde6bdd
commit
87dffcbc92
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue