summaryrefslogtreecommitdiff
path: root/lib/drmtest.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/drmtest.h')
-rw-r--r--lib/drmtest.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/drmtest.h b/lib/drmtest.h
index ed384ffe..9fcab931 100644
--- a/lib/drmtest.h
+++ b/lib/drmtest.h
@@ -40,6 +40,7 @@
#define DRIVER_ANY 0x1
#define DRIVER_INTEL (0x1 << 1)
+#define DRIVER_VC4 (0x1 << 2)
#ifdef ANDROID
#if (!(defined HAVE_MMAP64)) && (!(defined __x86_64__))