All of lore.kernel.org
 help / color / mirror / Atom feed
From: sinjan.kumar@intel.com
To: igt-dev@lists.freedesktop.org, sai.gowtham.ch@intel.com,
	kamil.konieczny@linux.intel.com, janga.rahul.kumar@intel.com,
	ramadevi.gandi@intel.com, priyanka.dandamudi@intel.com,
	sinjan.kumar@intel.com
Subject: [igt-dev] [PATCH 1/2] i915/gem_exec_await: Add subtests description
Date: Fri, 10 Jun 2022 11:18:33 +0530	[thread overview]
Message-ID: <20220610054834.469387-2-sinjan.kumar@intel.com> (raw)
In-Reply-To: <20220610054834.469387-1-sinjan.kumar@intel.com>

From: Sinjan Kumar <sinjan.kumar@intel.com>

Add subtest description for the following subtest
1. wide-all
2. wide-context

Cc: Kamil Konieczny <kamil.konieczny@linux.intel.com>
Cc: Priyanka Dandamudi <priyanka.dandamudi@intel.com>
Signed-off-by: Sinjan Kumar <sinjan.kumar@intel.com>
---
 tests/i915/gem_exec_await.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tests/i915/gem_exec_await.c b/tests/i915/gem_exec_await.c
index 4935cf39..dc8d0255 100644
--- a/tests/i915/gem_exec_await.c
+++ b/tests/i915/gem_exec_await.c
@@ -276,9 +276,13 @@ igt_main
 		igt_fork_hang_detector(device);
 	}
 
+        igt_describe("Test to catch GPU hang by executing batch buffer "
+                     "in a loop for the given timeout period.");
 	igt_subtest("wide-all")
 		wide(device, ctx, ring_size, TIMEOUT, 0);
 
+        igt_describe("Test to catch GPU hang by creating context and executing "
+                     "batch buffer in a loop for the given timeout period.");
 	igt_subtest("wide-contexts") {
 		gem_require_contexts(device);
 		wide(device, ctx, ring_size, TIMEOUT, CONTEXTS);
-- 
2.25.1

  reply	other threads:[~2022-06-10  5:49 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-10  5:48 [igt-dev] [PATCH 0/2] Add subtests description sinjan.kumar
2022-06-10  5:48 ` sinjan.kumar [this message]
2022-06-10 12:49   ` [igt-dev] [PATCH 1/2] i915/gem_exec_await: " Kamil Konieczny
2022-06-10  5:48 ` [igt-dev] [PATCH 2/2] HAX: don't do full run sinjan.kumar
2022-06-10  8:27 ` [igt-dev] ✗ Fi.CI.BAT: failure for Add subtests description Patchwork
2022-06-10 12:16 ` [igt-dev] [PATCH 0/2] " Kamil Konieczny

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=20220610054834.469387-2-sinjan.kumar@intel.com \
    --to=sinjan.kumar@intel.com \
    --cc=igt-dev@lists.freedesktop.org \
    --cc=janga.rahul.kumar@intel.com \
    --cc=kamil.konieczny@linux.intel.com \
    --cc=priyanka.dandamudi@intel.com \
    --cc=ramadevi.gandi@intel.com \
    --cc=sai.gowtham.ch@intel.com \
    /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 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.