summaryrefslogtreecommitdiff
path: root/lib/intel_chipset.h
diff options
context:
space:
mode:
authorImre Deak <imre.deak@intel.com>2015-03-31 20:32:31 +0300
committerImre Deak <imre.deak@intel.com>2015-04-08 14:52:37 +0300
commit6cd0ea090cc12dd1fb62a7ced97179ffc6dbb588 (patch)
tree83a870b962af5a5b8f6f496054d6b43dda3d9de4 /lib/intel_chipset.h
parentf0cbfb64dfff5fd1d44cf2986f8f85656ee61882 (diff)
lib/intel_chipset: fix HAS_PCH_SPLIT on GEN9
In the next patch we'll add support for BXT which is GEN9, but doesn't have PCH, so fix the macro accordingly. No functional change. Signed-off-by: Imre Deak <imre.deak@intel.com>
Diffstat (limited to 'lib/intel_chipset.h')
-rw-r--r--lib/intel_chipset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/intel_chipset.h b/lib/intel_chipset.h
index bccbb8e9..3c66744f 100644
--- a/lib/intel_chipset.h
+++ b/lib/intel_chipset.h
@@ -420,7 +420,7 @@ void intel_check_pch(void);
IS_GEN6(devid) || \
IS_IVYBRIDGE(devid) || IS_HASWELL(devid) || \
IS_BROADWELL(devid) || \
- IS_GEN9(devid))
+ IS_SKYLAKE(devid))
#define HAS_BLT_RING(devid) (IS_GEN6(devid) || \
IS_GEN7(devid) || \