Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: priyanka.dandamudi@intel.com
To: kamil.konieczny@linux.intel.com, igt-dev@lists.freedesktop.org,
	arjun.melkaveri@intel.com, priyanka.dandamudi@intel.com
Subject: [igt-dev] [PATCH i-g-t 1/2] i915/gem_set_tiling_vs_blt: Add description for test case
Date: Mon, 25 Apr 2022 16:29:18 +0530	[thread overview]
Message-ID: <20220425105919.508029-2-priyanka.dandamudi@intel.com> (raw)
In-Reply-To: <20220425105919.508029-1-priyanka.dandamudi@intel.com>

From: Priyanka Dandamudi <priyanka.dandamudi@intel.com>

Add test description for subtest.

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

diff --git a/tests/i915/gem_set_tiling_vs_blt.c b/tests/i915/gem_set_tiling_vs_blt.c
index bf274be9..5e3bf6a1 100644
--- a/tests/i915/gem_set_tiling_vs_blt.c
+++ b/tests/i915/gem_set_tiling_vs_blt.c
@@ -232,6 +232,7 @@ igt_main
 		bops = buf_ops_create(fd);
 	}
 
+	igt_describe("Check for proper synchronization of untiled->tiled transition.");
 	igt_subtest("untiled-to-tiled") {
 		tiling = I915_TILING_NONE;
 		tiling_after = I915_TILING_X;
@@ -240,6 +241,7 @@ igt_main
 		igt_assert(tiling_after == I915_TILING_X);
 	}
 
+	igt_describe("Check for proper synchronization of tiled->untiled transition.");
 	igt_subtest("tiled-to-untiled") {
 		tiling = I915_TILING_X;
 		tiling_after = I915_TILING_NONE;
@@ -248,6 +250,7 @@ igt_main
 		igt_assert(tiling_after == I915_TILING_NONE);
 	}
 
+	igt_describe("Check for proper synchronization of tiled->tiled transition.");
 	igt_subtest("tiled-to-tiled") {
 		tiling = I915_TILING_X;
 		tiling_after = I915_TILING_X;
-- 
2.25.1

  reply	other threads:[~2022-04-25 11:07 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-25 10:59 [igt-dev] [PATCH i-g-t 0/2] HAX add description to gem_set_tiling_vs_blt priyanka.dandamudi
2022-04-25 10:59 ` priyanka.dandamudi [this message]
2022-04-27 15:08   ` [igt-dev] [PATCH i-g-t 1/2] i915/gem_set_tiling_vs_blt: Add description for test case Kamil Konieczny
2022-04-25 10:59 ` [igt-dev] [PATCH i-g-t 2/2] HAX: don't do full run priyanka.dandamudi
2022-04-25 12:01 ` [igt-dev] ✗ Fi.CI.BAT: failure for HAX add description to gem_set_tiling_vs_blt 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=20220425105919.508029-2-priyanka.dandamudi@intel.com \
    --to=priyanka.dandamudi@intel.com \
    --cc=arjun.melkaveri@intel.com \
    --cc=igt-dev@lists.freedesktop.org \
    --cc=kamil.konieczny@linux.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