[Intel-gfx] [PATCH igt 10/17] intel_chipset: Convert IS_VALLEYVIEW to device info
Chris Wilson
chris at chris-wilson.co.uk
Wed Jun 29 11:39:00 UTC 2016
Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>
---
lib/intel_chipset.h | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/lib/intel_chipset.h b/lib/intel_chipset.h
index 162216e..1c167f0 100644
--- a/lib/intel_chipset.h
+++ b/lib/intel_chipset.h
@@ -306,11 +306,6 @@ void intel_check_pch(void);
(devid) == PCI_CHIP_IVYBRIDGE_S || \
(devid) == PCI_CHIP_IVYBRIDGE_S_GT2)
-#define IS_VALLEYVIEW(devid) ((devid) == PCI_CHIP_VALLEYVIEW_PO || \
- (devid) == PCI_CHIP_VALLEYVIEW_1 || \
- (devid) == PCI_CHIP_VALLEYVIEW_2 || \
- (devid) == PCI_CHIP_VALLEYVIEW_3)
-
#define IS_HSW_GT1(devid) ((devid) == PCI_CHIP_HASWELL_GT1 || \
(devid) == PCI_CHIP_HASWELL_M_GT1 || \
(devid) == PCI_CHIP_HASWELL_S_GT1 || \
@@ -419,6 +414,7 @@ void intel_check_pch(void);
#define IS_KBL_GT4(devid) ((devid) == PCI_CHIP_KABYLAKE_HALO_GT4)
+#define IS_VALLEYVIEW(devid) (intel_device_info(devid)->is_valleyview)
#define IS_HASWELL(devid) (intel_device_info(devid)->is_haswell)
#define IS_BROADWELL(devid) (intel_device_info(devid)->is_broadwell)
#define IS_CHERRYVIEW(devid) (intel_device_info(devid)->is_cherryview)
--
2.8.1
More information about the Intel-gfx
mailing list