Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: ranjeet1.kumar@intel.com
To: igt-dev@lists.freedesktop.org, ranjeet1.kumar@intel.com
Subject: [igt-dev] [PATCH i-g-t] i915/gem_ppgtt: Added description for test case
Date: Thu, 23 Jul 2020 08:31:55 +0530	[thread overview]
Message-ID: <20200723030155.1609-1-ranjeet1.kumar@intel.com> (raw)

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_ppgtt.c | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/tests/i915/gem_ppgtt.c b/tests/i915/gem_ppgtt.c
index 8c02e4af..b98c2144 100644
--- a/tests/i915/gem_ppgtt.c
+++ b/tests/i915/gem_ppgtt.c
@@ -45,6 +45,10 @@
 #define HEIGHT 512
 #define SIZE (HEIGHT*STRIDE)
 
+IGT_TEST_DESCRIPTION("Exercise full ppgtt in multiple fd, create context and"
+		     " surfaces for each child process and do copy operation"
+		     " on render and blitter engine.");
+
 static drm_intel_bo *create_bo(drm_intel_bufmgr *bufmgr,
 			       uint32_t pixel)
 {
@@ -300,6 +304,9 @@ igt_main
 		close(fd);
 	}
 
+	igt_describe("Checks for enough memory for child process to co-exist,"
+		     " each child keeps its own surfaces and perform copy"
+		     " operation on blitter and render" );
 	igt_subtest("blt-vs-render-ctx0") {
 		drm_intel_bo *bcs[1], *rcs[N_CHILD];
 
@@ -312,6 +319,10 @@ igt_main
 		surfaces_check(rcs, N_CHILD, 0x8000 / N_CHILD);
 	}
 
+	igt_describe("Create context for the each child process, enough memory"
+		     " required for the child to co-exist and all writes are"
+		     " flushed into the context for the execution first start"
+		     " with rcs then bcs ");
 	igt_subtest("blt-vs-render-ctxN") {
 		drm_intel_bo *bcs[1], *rcs[N_CHILD];
 
@@ -324,6 +335,10 @@ igt_main
 		surfaces_check(rcs, N_CHILD, 0x8000 / N_CHILD);
 	}
 
+	igt_describe("Wraps gem_open ioctl which is use to export a gem buffer"
+		     " objects into device global flink namespace, clear flinked"
+		     " bo so new bo gets same size and offset and flush should be"
+		     " done before VMA leaks");
 	igt_subtest("flink-and-close-vma-leak")
 		flink_and_close();
 }
-- 
2.26.2

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

             reply	other threads:[~2020-07-23  3:02 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-23  3:01 ranjeet1.kumar [this message]
2020-07-23  3:31 ` [igt-dev] ✓ Fi.CI.BAT: success for i915/gem_ppgtt: Added description for test case Patchwork
2020-07-23  5:06 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200723030155.1609-1-ranjeet1.kumar@intel.com \
    --to=ranjeet1.kumar@intel.com \
    --cc=igt-dev@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox