summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/intel_chipset.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/intel_chipset.h b/lib/intel_chipset.h
index 37f8ed0c..146c650b 100644
--- a/lib/intel_chipset.h
+++ b/lib/intel_chipset.h
@@ -442,11 +442,7 @@ void intel_check_pch(void);
IS_KBL_GT3(devid) || \
IS_KBL_GT4(devid))
-#define IS_SKYLAKE(devid) (IS_SKL_GT1(devid) || \
- IS_SKL_GT2(devid) || \
- IS_SKL_GT3(devid) || \
- IS_SKL_GT4(devid))
-
+#define IS_SKYLAKE(devid) (intel_device_info(devid)->is_skylake)
#define IS_BROXTON(devid) (intel_device_info(devid)->is_broxton)
#define IS_BROADWATER(devid) (intel_device_info(devid)->is_broadwater)