From: Paulo Zanoni <paulo.r.zan...@intel.com>

So HAS_PCH_SPLIT on't be true on VLV.

Signed-off-by: Paulo Zanoni <paulo.r.zan...@intel.com>
---
 lib/intel_chipset.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/intel_chipset.h b/lib/intel_chipset.h
index f703239..90b7e08 100755
--- a/lib/intel_chipset.h
+++ b/lib/intel_chipset.h
@@ -261,7 +261,7 @@
 
 #define HAS_PCH_SPLIT(devid)   (IS_GEN5(devid) || \
                                 IS_GEN6(devid) || \
-                                IS_GEN7(devid))
+                                IS_IVYBRIDGE(devid) || IS_HASWELL(devid))
 
 #define HAS_BLT_RING(devid)    (IS_GEN6(devid) || \
                                 IS_GEN7(devid))
-- 
1.7.10.4

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

Reply via email to