From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by gabe.freedesktop.org (Postfix) with ESMTPS id A9AC26F512 for ; Wed, 9 Sep 2020 21:03:01 +0000 (UTC) Date: Wed, 09 Sep 2020 14:02:59 -0700 Message-ID: <87a6xybr3w.wl-ashutosh.dixit@intel.com> From: "Dixit, Ashutosh" In-Reply-To: <20200909083125.2057105-1-apoorva1.singh@intel.com> References: <20200909083125.2057105-1-apoorva1.singh@intel.com> MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Subject: Re: [igt-dev] [PATCH i-g-t] i915/gem_mmap_wc: Align subtests with correct function calls List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" To: apoorva1.singh@intel.com Cc: igt-dev@lists.freedesktop.org, arjun.melkaveri@intel.com, chris@chris-wilson.co.uk List-ID: On Wed, 09 Sep 2020 01:31:25 -0700, wrote: > > From: Apoorva Singh > > - 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 > Cc: Chris Wilson > Cc: Melkaveri, Arjun > Signed-off-by: Apoorva Singh > --- > 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