pci_ids: fix PCI ID for Intel Iris HALO GT4 iGPU
According to the documentation [1], SKL-H Halo GT4E (Iris Pro Graphics P580) PCI ID should be 0x193B. [1] page 11-12, Intel(R) Open Source HD Graphics, Intel Iris(TM) Graphics, and Intel Iris(TM) Pro Graphics, Programmer's Reference Manual. Volume 4: Configurations. May 2016, Revision 1.0 Doc Ref # IHD-OS-SKL-Vol 4-05.16 Change-Id: Id62fe3ec26779d51b748efd271db565ade1e3ee0 Signed-off-by: Maxim Polyakov <max.senia.poliak@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/35536 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Patrick Rudolph <siro@das-labor.org>
This commit is contained in:
parent
dde937cce3
commit
9529530766
|
@ -3103,7 +3103,7 @@
|
|||
#define PCI_DEVICE_ID_INTEL_SKL_GT2_SULTM 0x1916
|
||||
#define PCI_DEVICE_ID_INTEL_SKL_GT2_SHALM 0x191B
|
||||
#define PCI_DEVICE_ID_INTEL_SKL_GT2_SWKSM 0x191D
|
||||
#define PCI_DEVICE_ID_INTEL_SKL_GT4_SHALM 0x193D
|
||||
#define PCI_DEVICE_ID_INTEL_SKL_GT4_SHALM 0x193B
|
||||
#define PCI_DEVICE_ID_INTEL_KBL_GT1_SULTM 0x5906
|
||||
#define PCI_DEVICE_ID_INTEL_KBL_GT2_DT2P2 0x5912
|
||||
#define PCI_DEVICE_ID_INTEL_KBL_GT2_SULXM 0x591E
|
||||
|
|
Loading…
Reference in New Issue