All of lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH] [PATCH i-g-t] i915/gem_pipe_control_store_loop: added description for test case
@ 2020-06-30 23:23 ranjeet1.kumar
  2020-07-06  8:18 ` [igt-dev] ✗ Fi.CI.BUILD: failure for " Patchwork
  2020-07-06  8:53 ` [igt-dev] [PATCH] [PATCH i-g-t] " Chris Wilson
  0 siblings, 2 replies; 3+ messages in thread
From: ranjeet1.kumar @ 2020-06-30 23:23 UTC (permalink / raw)
  To: igt-dev, ranjeet1.kumar

From: Ranjeet kumar <ranjeet1.kumar@intel.com>

Added test description for subtest.

Cc: Melkaveri, Arjun <Arjun.Melkaveri@intel.com>
Signed-off-by: Ranjeet kumar <ranjeet1.kumar@intel.com>
---
 tests/i915/gem_pipe_control_store_loop.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tests/i915/gem_pipe_control_store_loop.c b/tests/i915/gem_pipe_control_store_loop.c
index e44e9fb53..a9ff66895 100644
--- a/tests/i915/gem_pipe_control_store_loop.c
+++ b/tests/i915/gem_pipe_control_store_loop.c
@@ -181,9 +181,12 @@ igt_main
 		igt_assert(batch);
 	}
 
+	igt_describe("Creates new buffer each time, emit commands and send it to ring"
+		     " for execution.")
 	igt_subtest("fresh-buffer")
 		store_pipe_control_loop(false, 2);
 
+	igt_describe("Emit commands in reused buffer and send it to ring for execution.")
 	igt_subtest("reused-buffer")
 		store_pipe_control_loop(true, 2);
 
-- 
2.26.2

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-07-06  8:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-30 23:23 [igt-dev] [PATCH] [PATCH i-g-t] i915/gem_pipe_control_store_loop: added description for test case ranjeet1.kumar
2020-07-06  8:18 ` [igt-dev] ✗ Fi.CI.BUILD: failure for " Patchwork
2020-07-06  8:53 ` [igt-dev] [PATCH] [PATCH i-g-t] " Chris Wilson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.