summaryrefslogtreecommitdiff
path: root/intel/intel_chipset.h
diff options
context:
space:
mode:
Diffstat (limited to 'intel/intel_chipset.h')
-rw-r--r--intel/intel_chipset.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/intel/intel_chipset.h b/intel/intel_chipset.h
index 5db207cc..0a48e0da 100644
--- a/intel/intel_chipset.h
+++ b/intel/intel_chipset.h
@@ -337,6 +337,7 @@ drm_private bool intel_get_genx(unsigned int devid, int *gen);
#define IS_GEN9(devid) intel_is_genx(devid, 9)
#define IS_GEN10(devid) intel_is_genx(devid, 10)
#define IS_GEN11(devid) intel_is_genx(devid, 11)
+#define IS_GEN12(devid) intel_is_genx(devid, 12)
#define IS_9XX(dev) (IS_GEN3(dev) || \
IS_GEN4(dev) || \