summaryrefslogtreecommitdiff
path: root/lib/drmtest.h
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2016-01-22 17:18:56 -0800
committerEric Anholt <eric@anholt.net>2016-02-08 16:34:13 -0800
commit3f83f07039753131f01dbc09f312ffd61c088e31 (patch)
tree1ab03d525f2cbb3d6c6be4bb6c9ce2ea75a27ee9 /lib/drmtest.h
parentceca9ef8d0a9fb64c1a4da11381f13adb6eca303 (diff)
igt: Add support for DRIVER_VC4 flags on tests.
Signed-off-by: Eric Anholt <eric@anholt.net> Reviewed-by: Daniel Stone <daniels@collabora.com>
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__))