summaryrefslogtreecommitdiff
path: root/tests/i915/gem_linear_blits.c
diff options
context:
space:
mode:
authorCh Sai Gowtham <sai.gowtham.ch@intel.com>2022-03-08 10:16:01 +0530
committerCh Sai Gowtham <sai.gowtham.ch@intel.com>2022-03-23 11:59:05 +0530
commitfa423f527496936a759eb838b023642deea7625f (patch)
tree0720c564ad34ab0a680568bcee65610a9c55a82f /tests/i915/gem_linear_blits.c
parente7efa6573d4d638ea62ff032f186de7e88d33615 (diff)
tests/i915/gem_linear_blits: Added description to the subtest
Added description to subtests. Cc: Melkaveri Arjun <arjun.melkaveri@intel.com> Cc: Kamil Konieczny <kamil.konieczny@linux.intel.com> Signed-off-by: Ch Sai Gowtham <sai.gowtham.ch@intel.com> Reviewed-by: Kamil Konieczny <kamil.konieczny@linux.intel.com>
Diffstat (limited to 'tests/i915/gem_linear_blits.c')
-rw-r--r--tests/i915/gem_linear_blits.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/i915/gem_linear_blits.c b/tests/i915/gem_linear_blits.c
index 6504c9f2..9f049863 100644
--- a/tests/i915/gem_linear_blits.c
+++ b/tests/i915/gem_linear_blits.c
@@ -258,9 +258,12 @@ igt_main
count = (count + ncpus - 1) / ncpus;
}
+ igt_describe("Basic blitter functionality check with 2 buffers");
igt_subtest("basic")
run_test(fd, 2, do_relocs);
+ igt_describe("The intent is to push beyond the working GTT size to force"
+ " the driver to rebind the buffers");
igt_subtest("normal") {
intel_allocator_multiprocess_start();
igt_fork(child, ncpus)
@@ -269,6 +272,7 @@ igt_main
intel_allocator_multiprocess_stop();
}
+ igt_describe("Test with interrupts in between the parent process");
igt_subtest("interruptible") {
intel_allocator_multiprocess_start();
igt_fork_signal_helper();