summaryrefslogtreecommitdiff
path: root/lib/libdrm/intel/intel_chipset.h
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2019-11-27 02:17:49 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2019-11-27 02:17:49 +0000
commit67cdb57fbdd69b8f49bfb86cd8d2ac238fbaf565 (patch)
treeb13173763f63d6d966e2af6d114cba79e438d27e /lib/libdrm/intel/intel_chipset.h
parent418716549a51f9c9cfe5d6852fe61d8b695f00b3 (diff)
Merge libdrm 2.4.100
Diffstat (limited to 'lib/libdrm/intel/intel_chipset.h')
-rw-r--r--lib/libdrm/intel/intel_chipset.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libdrm/intel/intel_chipset.h b/lib/libdrm/intel/intel_chipset.h
index 5db207ccb..0a48e0dab 100644
--- a/lib/libdrm/intel/intel_chipset.h
+++ b/lib/libdrm/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) || \