All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Dixit, Ashutosh" <ashutosh.dixit@intel.com>
To: apoorva1.singh@intel.com
Cc: igt-dev@lists.freedesktop.org, arjun.melkaveri@intel.com,
	chris@chris-wilson.co.uk
Subject: Re: [igt-dev] [PATCH i-g-t] i915/gem_mmap_wc: Align subtests with correct function calls
Date: Wed, 09 Sep 2020 14:02:59 -0700	[thread overview]
Message-ID: <87a6xybr3w.wl-ashutosh.dixit@intel.com> (raw)
In-Reply-To: <20200909083125.2057105-1-apoorva1.singh@intel.com>

On Wed, 09 Sep 2020 01:31:25 -0700, <apoorva1.singh@intel.com> wrote:
>
> From: Apoorva Singh <apoorva1.singh@intel.com>
>
> - Fix the name of subtest "write-gtt-read-gtt"
> - Fix subtests "write-wc-read-gtt" and "write-gtt-read-gtt"
> to call correct fucntions

Reviewed-by: Ashutosh Dixit <ashutosh.dixit@intel.com>

> Cc: Chris Wilson <chris@chris-wilson.co.uk>
> Cc: Melkaveri, Arjun <arjun.melkaveri@intel.com>
> Signed-off-by: Apoorva Singh <apoorva1.singh@intel.com>
> ---
>  tests/i915/gem_mmap_wc.c | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/tests/i915/gem_mmap_wc.c b/tests/i915/gem_mmap_wc.c
> index f44b406d..c940376a 100644
> --- a/tests/i915/gem_mmap_wc.c
> +++ b/tests/i915/gem_mmap_wc.c
> @@ -329,7 +329,7 @@ test_write_cpu_read_wc(int fd, int force_domain)
>  }
>
>  static void
> -test_write_gtt_read_wc(int fd)
> +test_write_wc_read_gtt(int fd)
>  {
>	uint32_t handle;
>	uint32_t *src, *dst;
> @@ -350,7 +350,7 @@ test_write_gtt_read_wc(int fd)
>  }
>
>  static void
> -test_write_wc_read_gtt(int fd)
> +test_write_gtt_read_wc(int fd)
>  {
>	uint32_t handle;
>	uint32_t *src, *dst;
> @@ -610,7 +610,7 @@ igt_main
>		igt_fixture gem_require_mappable_ggtt(fd);
>		igt_subtest("write-wc-read-gtt")
>			test_write_wc_read_gtt(fd);
> -		igt_subtest("write-gtt-read-gtt")
> +		igt_subtest("write-gtt-read-wc")
>			test_write_gtt_read_wc(fd);
>	}
>
> --
> 2.28.0
>
> _______________________________________________
> igt-dev mailing list
> igt-dev@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/igt-dev
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

  parent reply	other threads:[~2020-09-09 21:03 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-09  8:31 [igt-dev] [PATCH i-g-t] i915/gem_mmap_wc: Align subtests with correct function calls apoorva1.singh
2020-09-09  8:49 ` [igt-dev] ✗ Fi.CI.BAT: failure for " Patchwork
2020-09-09 21:02 ` Dixit, Ashutosh [this message]
2020-10-05 13:42 ` [igt-dev] [PATCH i-g-t] " Chris Wilson

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=87a6xybr3w.wl-ashutosh.dixit@intel.com \
    --to=ashutosh.dixit@intel.com \
    --cc=apoorva1.singh@intel.com \
    --cc=arjun.melkaveri@intel.com \
    --cc=chris@chris-wilson.co.uk \
    --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 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.