From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by gabe.freedesktop.org (Postfix) with ESMTPS id 9A8CF6E0E8 for ; Wed, 5 Feb 2020 01:29:08 +0000 (UTC) Date: Tue, 04 Feb 2020 17:29:03 -0800 Message-ID: <87y2thlt40.wl-ashutosh.dixit@intel.com> From: "Dixit, Ashutosh" In-Reply-To: <9ebbfaf5-652e-4d17-7d30-82ff9a4fd346@intel.com> References: <20200131173109.12527-1-ramalingam.c@intel.com> <20200131173109.12527-10-ramalingam.c@intel.com> <9ebbfaf5-652e-4d17-7d30-82ff9a4fd346@intel.com> MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Subject: Re: [igt-dev] [PATCH i-g-t 9/9] tests/gem_tiling_max_stride: Skip if set tiling is not supported 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: Antonio Argenziano Cc: igt-dev List-ID: On Tue, 04 Feb 2020 16:43:01 -0800, Antonio Argenziano wrote: > On 31/01/20 09:31, Ramalingam C wrote: > > When mmapable aperture is not supported set tiling also not supported. > > Hence skip the test. > > > > Signed-off-by: Ramalingam C > > --- > > tests/i915/gem_tiling_max_stride.c | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/tests/i915/gem_tiling_max_stride.c b/tests/i915/gem_tiling_max_stride.c > > index 0e99d979f0ca..77f7223ba19b 100644 > > --- a/tests/i915/gem_tiling_max_stride.c > > +++ b/tests/i915/gem_tiling_max_stride.c > > @@ -71,6 +71,7 @@ igt_simple_main > > fd = drm_open_driver(DRIVER_INTEL); > > devid = intel_get_drm_devid(fd); > > + gem_require_mappable_ggtt(fd); > > AFAICT it would not work without tiled access. > > Acked-by: Antonio Argenziano Agreed: Reviewed-by: Ashutosh Dixit _______________________________________________ igt-dev mailing list igt-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/igt-dev