Signed-off-by: Chris Wilson <ch...@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 6f7f26d..37f8ed0 100644
--- a/lib/intel_chipset.h
+++ b/lib/intel_chipset.h
@@ -447,11 +447,7 @@ void intel_check_pch(void);
                                 IS_SKL_GT3(devid) || \
                                 IS_SKL_GT4(devid))
 
-#define IS_BROXTON(devid)      ((devid) == PCI_CHIP_BROXTON_0 || \
-                                (devid) == PCI_CHIP_BROXTON_1 || \
-                                (devid) == PCI_CHIP_BROXTON_2 || \
-                                (devid) == PCI_CHIP_BROXTON_3 || \
-                                (devid) == PCI_CHIP_BROXTON_4)
+#define IS_BROXTON(devid)      (intel_device_info(devid)->is_broxton)
 
 #define IS_BROADWATER(devid)   (intel_device_info(devid)->is_broadwater)
 #define IS_CRESTLINE(devid)    (intel_device_info(devid)->is_crestline)
-- 
2.8.1

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to