From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by gabe.freedesktop.org (Postfix) with ESMTPS id 316E389ACC for ; Sat, 1 Feb 2020 05:55:07 +0000 (UTC) Date: Fri, 31 Jan 2020 21:55:05 -0800 Message-ID: <875zgq6edi.wl-ashutosh.dixit@intel.com> From: "Dixit, Ashutosh" In-Reply-To: <20200131173109.12527-3-ramalingam.c@intel.com> References: <20200131173109.12527-1-ramalingam.c@intel.com> <20200131173109.12527-3-ramalingam.c@intel.com> MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Subject: Re: [igt-dev] [PATCH i-g-t 2/9] tests/intel_dp_compliance: Skip tests as 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: Ramalingam C Cc: igt-dev List-ID: On Fri, 31 Jan 2020 09:31:02 -0800, Ramalingam C wrote: > > Skip the test if the tiling is not supported on the platforms. > > Signed-off-by: Ramalingam C > --- > tools/intel_dp_compliance.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/tools/intel_dp_compliance.c b/tools/intel_dp_compliance.c > index 5cc3d37a71d6..8f4ea3f3d328 100644 > --- a/tools/intel_dp_compliance.c > +++ b/tools/intel_dp_compliance.c > @@ -1043,6 +1043,8 @@ int main(int argc, char **argv) > drm_fd = drm_open_driver(DRIVER_ANY); > gen = intel_gen(intel_get_drm_devid(drm_fd)); > > + /* Set tiling is not supported on newer platforms */ > + gem_require_mappable_ggtt(drm_fd); But the test exclusively uses LOCAL_DRM_FORMAT_MOD_NONE? We should see if it can use device_coherent() or see if we can drop this from this series for now and revisit later with the other display tests? _______________________________________________ igt-dev mailing list igt-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/igt-dev