[PATCH 4/4] intel: add GEN10 to IS_9XX.
Rodrigo Vivi
rodrigo.vivi at intel.com
Thu Jun 29 21:34:18 UTC 2017
From: Paulo Zanoni <paulo.r.zanoni at intel.com>
As far as I understand, IS_9XX should return true for it.
Signed-off-by: Paulo Zanoni <paulo.r.zanoni at intel.com>
---
intel/intel_chipset.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/intel/intel_chipset.h b/intel/intel_chipset.h
index 37579c6..770d21f 100644
--- a/intel/intel_chipset.h
+++ b/intel/intel_chipset.h
@@ -505,7 +505,8 @@
IS_GEN6(dev) || \
IS_GEN7(dev) || \
IS_GEN8(dev) || \
- IS_GEN9(dev))
+ IS_GEN9(dev) || \
+ IS_GEN10(dev))
#define IS_CNL_Y(devid) ((devid) == PCI_CHIP_CANNONLAKE_Y_GT2_0 || \
(devid) == PCI_CHIP_CANNONLAKE_Y_GT2_1 || \
--
1.9.1
More information about the dri-devel
mailing list