Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: janga.rahul.kumar@intel.com
To: igt-dev@lists.freedesktop.org, sai.gowtham.ch@intel.com,
	ramadevi.gandi@intel.com, janga.rahul.kumar@intel.com
Subject: [igt-dev] [PATCH i-g-t] tests/xe_evict: Update Run Type documentation
Date: Thu,  1 Jun 2023 13:40:56 +0530	[thread overview]
Message-ID: <20230601081056.643382-1-janga.rahul.kumar@intel.com> (raw)

From: Janga Rahul Kumar <janga.rahul.kumar@intel.com>

Change Run Type to BAT for subtests which are part of BAT testlist.

Cc: Kamil Konieczny <kamil.konieczny@linux.intel.com>
Signed-off-by: Janga Rahul Kumar <janga.rahul.kumar@intel.com>
---
 tests/xe/xe_evict.c | 47 +++++++++++++++++++++++++++------------------
 1 file changed, 28 insertions(+), 19 deletions(-)

diff --git a/tests/xe/xe_evict.c b/tests/xe/xe_evict.c
index 7fef4efc..37933820 100644
--- a/tests/xe/xe_evict.c
+++ b/tests/xe/xe_evict.c
@@ -466,35 +466,20 @@ static uint64_t calc_bo_size(uint64_t vram_size, int mul, int div)
  *
  * arg[1]:
  *
- * @small:			small
- * @small-external:		small external
- * @small-multi-vm:		small multi VM
  * @large:			large
  * @large-external:		large external
  * @large-multi-vm:		large multi VM
- * @beng-small:			small bind engine
- * @beng-small-external:	small external bind engine
- * @beng-small-multi-vm:	small multi VM bind ending
  * @beng-large:			large bind engine
  * @beng-large-external:	large external bind engine
  * @beng-large-multi-vm:	large multi VM bind engine
  *
- * @small-cm:			small compute machine
- * @small-external-cm:		small external compute machine
- * @small-multi-vm-cm:		small multi VM compute machine
  * @large-cm:			large compute machine
  * @large-external-cm:		large external compute machine
  * @large-multi-vm-cm:		large multi VM compute machine
- * @beng-small-cm:		small bind engine compute machine
- * @beng-small-external-cm:	small external bind engine compute machine
- * @beng-small-multi-vm-cm:	small multi VM bind ending compute machine
  * @beng-large-cm:		large bind engine compute machine
  * @beng-large-external-cm:	large external bind engine compute machine
  * @beng-large-multi-vm-cm:	large multi VM bind engine compute machine
  *
- * @threads-small:		threads small
- * @cm-threads-small:		compute mode threads small
- * @mixed-threads-small:	mixed threads small
  * @mixed-many-threads-small:	mixed many threads small
  * @threads-large:		threads large
  * @cm-threads-large:		compute mode threads large
@@ -506,8 +491,6 @@ static uint64_t calc_bo_size(uint64_t vram_size, int mul, int div)
  * 				mixed threads small multi vm
  * @threads-large-multi-vm:	threads large multi vm
  * @cm-threads-large-multi-vm:	compute mode threads large multi vm
- * @mixed-threads-large-multi-vm:
- *				mixed threads large multi vm
  * @beng-threads-small:		bind engine threads small
  * @beng-cm-threads-small:	bind engine compute mode threads small
  * @beng-mixed-threads-small:	bind engine mixed threads small
@@ -522,14 +505,40 @@ static uint64_t calc_bo_size(uint64_t vram_size, int mul, int div)
  *				bind engine threads small multi vm
  * @beng-cm-threads-small-multi-vm:
  *				bind engine compute mode threads small multi vm
- * @beng-mixed-threads-small-multi-vm:
- *				bind engine mixed threads small multi vm
  * @beng-threads-large-multi-vm:
  *				bind engine threads large multi vm
  * @beng-cm-threads-large-multi-vm:
  *				bind engine compute mode threads large multi vm
  * @beng-mixed-threads-large-multi-vm:
  *				bind engine mixed threads large multi vm
+ *
+ * SUBTEST: evict-%s
+ * Description:  %arg[1] evict test.
+ * Run type: BAT
+ *
+ * arg[1]:
+ *
+ * @small:			small
+ * @small-external:		small external
+ * @small-multi-vm:		small multi VM
+ * @beng-small:			small bind engine
+ * @beng-small-external:	small external bind engine
+ * @beng-small-multi-vm:	small multi VM bind ending
+ *
+ * @small-cm:			small compute machine
+ * @small-external-cm:		small external compute machine
+ * @small-multi-vm-cm:		small multi VM compute machine
+ * @beng-small-cm:		small bind engine compute machine
+ * @beng-small-external-cm:	small external bind engine compute machine
+ * @beng-small-multi-vm-cm:	small multi VM bind ending compute machine
+ *
+ * @threads-small:		threads small
+ * @cm-threads-small:		compute mode threads small
+ * @mixed-threads-small:	mixed threads small
+ * @mixed-threads-large-multi-vm:
+ * 				mixed threads large multi vm
+ * @beng-mixed-threads-small-multi-vm:
+ * 				bind engine mixed threads small multi vm
  */
 
 /*
-- 
2.25.1

             reply	other threads:[~2023-06-01  8:10 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-01  8:10 janga.rahul.kumar [this message]
2023-06-01 10:32 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/xe_evict: Update Run Type documentation Patchwork
2023-06-01 11:26 ` [igt-dev] [PATCH i-g-t] " Kamil Konieczny
2023-06-03  5:46 ` [igt-dev] ✓ Fi.CI.IGT: success for " 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=20230601081056.643382-1-janga.rahul.kumar@intel.com \
    --to=janga.rahul.kumar@intel.com \
    --cc=igt-dev@lists.freedesktop.org \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox