From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by gabe.freedesktop.org (Postfix) with ESMTPS id 819B06E40A for ; Sat, 1 Feb 2020 21:20:17 +0000 (UTC) Date: Sat, 01 Feb 2020 13:20:15 -0800 Message-ID: <87y2tm3sz4.wl-ashutosh.dixit@intel.com> From: "Dixit, Ashutosh" In-Reply-To: <20200201193347.7432-3-ayaz.siddiqui@intel.com> References: <20200201193347.7432-1-ayaz.siddiqui@intel.com> <20200201193347.7432-3-ayaz.siddiqui@intel.com> MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Subject: Re: [igt-dev] [PATCH i-g-t 2/2] i915/gem_render_tiled_blits: Add check for hardware based FENCE support 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: Ayaz A Siddiqui Cc: igt-dev@lists.freedesktop.org List-ID: On Sat, 01 Feb 2020 11:33:47 -0800, Ayaz A Siddiqui wrote: > > This test is verifying the integrity of blitter render copy on platforms > which support FENCE based tiling. Since blitter does not use FENCE after > Gen4+ so this test can only be useful for Platform prior to Gen4. > A check has been added to skip this test if fences are not available in > platform. > > Test to check effects of different physical address values on render > copy is being developed as Kernel selftest. > > Signed-off-by: Ayaz A Siddiqui ayaz.siddiqui@intel.com Reviewed-by: Ashutosh Dixit > --- > tests/i915/gem_render_tiled_blits.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/tests/i915/gem_render_tiled_blits.c b/tests/i915/gem_render_tiled_blits.c > index 1de1b72c..5f49b3fe 100644 > --- a/tests/i915/gem_render_tiled_blits.c > +++ b/tests/i915/gem_render_tiled_blits.c > @@ -204,6 +204,7 @@ igt_main > igt_fixture { > fd = drm_open_driver(DRIVER_INTEL); > igt_require_gem(fd); > + igt_require(gem_available_fences(fd) > 0); > } > > igt_subtest("basic") { _______________________________________________ igt-dev mailing list igt-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/igt-dev