summaryrefslogtreecommitdiff
path: root/lib/intel_chipset.h
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2016-06-29 11:06:09 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2016-06-30 23:06:51 +0100
commitf17d633cd483b703d517091d3d567df8705739b6 (patch)
treead67b1683d32958f13d4f91b1387a48453bc5c88 /lib/intel_chipset.h
parent1d03a5085b4d1f4104fe300bd18cbea4976632bd (diff)
intel_chipset: Convert IS_SKYLAKE to device info
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'lib/intel_chipset.h')
-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)