mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-10 09:26:10 +00:00
lib: Add i854 PCI ID
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
This commit is contained in:
parent
978881801e
commit
e5e7a53071
@ -59,6 +59,7 @@ void intel_check_pch(void);
|
||||
|
||||
#define PCI_CHIP_I830_M 0x3577
|
||||
#define PCI_CHIP_845_G 0x2562
|
||||
#define PCI_CHIP_I854_G 0x358e
|
||||
#define PCI_CHIP_I855_GM 0x3582
|
||||
#define PCI_CHIP_I865_G 0x2572
|
||||
|
||||
@ -245,6 +246,7 @@ void intel_check_pch(void);
|
||||
|
||||
#define IS_GEN2(devid) ((devid) == PCI_CHIP_I830_M || \
|
||||
(devid) == PCI_CHIP_845_G || \
|
||||
(devid) == PCI_CHIP_I854_G || \
|
||||
(devid) == PCI_CHIP_I855_GM || \
|
||||
(devid) == PCI_CHIP_I865_G)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user