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 E5CBD6E550 for ; Tue, 4 Feb 2020 06:49:38 +0000 (UTC) Date: Mon, 03 Feb 2020 22:49:38 -0800 Message-ID: <878sli4zjx.wl-ashutosh.dixit@intel.com> From: "Dixit, Ashutosh" In-Reply-To: <20200131173109.12527-7-ramalingam.c@intel.com> References: <20200131173109.12527-1-ramalingam.c@intel.com> <20200131173109.12527-7-ramalingam.c@intel.com> MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Subject: Re: [igt-dev] [PATCH i-g-t 6/9] tests/kms_available_modes_crc: Skip test if mappable aperture 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: Ramalingam C Cc: igt-dev List-ID: On Fri, 31 Jan 2020 09:31:06 -0800, Ramalingam C wrote: > > If the mappable aperture is not supported, skip the test. > > Signed-off-by: Ramalingam C > --- > tests/kms_available_modes_crc.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/tests/kms_available_modes_crc.c b/tests/kms_available_modes_crc.c > index d1b7b51708b0..12761343459a 100644 > --- a/tests/kms_available_modes_crc.c > +++ b/tests/kms_available_modes_crc.c > @@ -448,6 +448,7 @@ igt_main > data.commit = data.display.is_atomic ? COMMIT_ATOMIC : COMMIT_LEGACY; > > igt_subtest("available_mode_test_crc") { > + gem_require_mappable_ggtt(data.gfx_fd); > test_available_modes(&data); The test uses tiling, mmap_gtt. So for now from what I can see it's ok to skip till a different way if any is devised to fix these display tests: Reviewed-by: Ashutosh Dixit _______________________________________________ igt-dev mailing list igt-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/igt-dev