From: Kamil Konieczny <kamil.konieczny@linux.intel.com>
To: igt-dev@lists.freedesktop.org
Subject: Re: [igt-dev] [PATCH i-g-t 1/2] i915/gem_set_tiling_vs_blt: Add description for test case
Date: Wed, 27 Apr 2022 17:08:12 +0200 [thread overview]
Message-ID: <YmlcXKBdeBJaog8h@kamilkon-DESK1> (raw)
In-Reply-To: <20220425105919.508029-2-priyanka.dandamudi@intel.com>
On 2022-04-25 at 16:29:18 +0530, priyanka.dandamudi@intel.com wrote:
> 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>
> ---
Reviewed-by: Kamil Konieczny <kamil.konieczny@linux.intel.com>
--
Kamil
> 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
>
next prev parent reply other threads:[~2022-04-27 15:27 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 ` [igt-dev] [PATCH i-g-t 1/2] i915/gem_set_tiling_vs_blt: Add description for test case priyanka.dandamudi
2022-04-27 15:08 ` Kamil Konieczny [this message]
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=YmlcXKBdeBJaog8h@kamilkon-DESK1 \
--to=kamil.konieczny@linux.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