[Intel-gfx] [PATCH i-g-t 2/2][RFC] igt: define out PCIIDs from intel_chipset.h

Juha-Pekka Heikkila juhapekka.heikkila at gmail.com
Tue Sep 6 09:28:56 UTC 2016


Usage of these was removed on earlier patch.

Signed-off-by: Juha-Pekka Heikkila <juhapekka.heikkila at gmail.com>
---
 lib/intel_chipset.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lib/intel_chipset.h b/lib/intel_chipset.h
index 1003266..ff903bf 100644
--- a/lib/intel_chipset.h
+++ b/lib/intel_chipset.h
@@ -87,6 +87,7 @@ void intel_check_pch(void);
 #define HAS_LPT (intel_pch == PCH_LPT)
 
 /* Exclude chipset #defines, they just add noise */
+#if 0
 #ifndef __GTK_DOC_IGNORE__
 
 #define PCI_CHIP_I810			0x7121
@@ -121,6 +122,7 @@ void intel_check_pch(void);
 #define PCI_CHIP_G41_G			0x2E32
 
 #endif /* __GTK_DOC_IGNORE__ */
+#endif
 
 #define IS_915G(devid)		(intel_get_device_info(devid)->is_grantsdale)
 #define IS_915GM(devid)		(intel_get_device_info(devid)->is_alviso)
-- 
1.9.1



More information about the Intel-gfx mailing list