summaryrefslogtreecommitdiff
path: root/tests/i915/gem_vm_create.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/i915/gem_vm_create.c')
-rw-r--r--tests/i915/gem_vm_create.c19
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/i915/gem_vm_create.c b/tests/i915/gem_vm_create.c
index 44958cce8..2b19ca973 100644
--- a/tests/i915/gem_vm_create.c
+++ b/tests/i915/gem_vm_create.c
@@ -27,6 +27,25 @@
#include "igt.h"
#include "igt_rand.h"
#include "igt_dummyload.h"
+/**
+ * TEST: gem vm create
+ * Run type: FULL
+ *
+ * SUBTEST: create-ext
+ * Feature: mapping
+ *
+ * SUBTEST: execbuf
+ * Feature: cmd_submission, mapping
+ *
+ * SUBTEST: invalid-create
+ * Feature: mapping
+ *
+ * SUBTEST: invalid-destroy
+ * Feature: mapping
+ *
+ * SUBTEST: isolation
+ * Feature: context, mapping
+ */
static int vm_create_ioctl(int i915, struct drm_i915_gem_vm_control *ctl)
{