From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A2EF8C41604 for ; Tue, 6 Oct 2020 17:57:59 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 3FB3F206D4 for ; Tue, 6 Oct 2020 17:57:59 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 3FB3F206D4 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=intel-gfx-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 717C36E128; Tue, 6 Oct 2020 17:57:58 +0000 (UTC) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by gabe.freedesktop.org (Postfix) with ESMTPS id 0221B6E128; Tue, 6 Oct 2020 17:57:56 +0000 (UTC) IronPort-SDR: 262hNujycrOxsK+o71KO9X7K4Pu0KmJhwIUjP48ZceOHhn7QFBnZ2+8KXSbW6pUEjfLVQhnlwQ n9hsoj+wIJhA== X-IronPort-AV: E=McAfee;i="6000,8403,9765"; a="249315380" X-IronPort-AV: E=Sophos;i="5.77,343,1596524400"; d="scan'208";a="249315380" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Oct 2020 10:55:46 -0700 IronPort-SDR: 5XZjHKuWkm9mxqmiA8rHOWJRhlkekJAUS6kshduXMS39RCu5khumkOX7BWLOrNUmPXGYp31Y0H YZKaIj6Schng== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.77,343,1596524400"; d="scan'208";a="348592117" Received: from fmsmsx606.amr.corp.intel.com ([10.18.126.86]) by fmsmga002.fm.intel.com with ESMTP; 06 Oct 2020 10:55:45 -0700 Received: from fmsmsx610.amr.corp.intel.com (10.18.126.90) by fmsmsx606.amr.corp.intel.com (10.18.126.86) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Tue, 6 Oct 2020 10:55:45 -0700 Received: from fmsmsx610.amr.corp.intel.com (10.18.126.90) by fmsmsx610.amr.corp.intel.com (10.18.126.90) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Tue, 6 Oct 2020 10:55:44 -0700 Received: from fmsmsx610.amr.corp.intel.com ([10.18.126.90]) by fmsmsx610.amr.corp.intel.com ([10.18.126.90]) with mapi id 15.01.1713.004; Tue, 6 Oct 2020 10:55:44 -0700 From: "Vivi, Rodrigo" To: Chris Wilson Thread-Topic: [Intel-gfx] [PATCH] drm/i915/ehl: Remove require_force_probe protection Thread-Index: AQHWm/FceboB2e8wtEe68XkD/d20damLTsaAgAAAfICAAAIFgA== Date: Tue, 6 Oct 2020 17:55:44 +0000 Message-ID: <3CDB63EE-D1CD-43E4-A977-4E966CD19313@intel.com> References: <20201006145632.117291-1-srinivasx.k@intel.com> <2f7809798dd0b59246d67c5044dafb1e518fc4c5.camel@intel.com> <160200650945.2919.11750150118902885340@build.alporthouse.com> In-Reply-To: <160200650945.2919.11750150118902885340@build.alporthouse.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.1.200.100] Content-ID: <5A894805A902024396094664C386774A@intel.com> MIME-Version: 1.0 Subject: Re: [Intel-gfx] [PATCH] drm/i915/ehl: Remove require_force_probe protection X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: "Pandey, Hariom" , "Nikula, Jani" , "intel-gfx@lists.freedesktop.org" , "dri-devel@lists.freedesktop.org" Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" > On Oct 6, 2020, at 10:48 AM, Chris Wilson wrote: > > Quoting Souza, Jose (2020-10-06 18:46:45) >> +Rodrigo and Jani >> >> On Tue, 2020-10-06 at 14:56 +0000, Kamati Srinivas wrote: >>> Removing force probe protection from EHL platform. Did >>> not observe warnings, errors, flickering or any visual >>> defects while doing ordinary tasks like browsing and >>> editing documents in a two monitor setup. >> >> One of the requirements was also to have CI BAT all green and shards as green is possible but EHL don't show up in CI results, we actually have one >> single EHL machine in CI but I guess it is not able to run all tests that shards do: >> https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9097/filelist.html > > https://intel-gfx-ci.01.org/tree/drm-tip/drmtip-alt.html we are really close to that point. We just need to fix some w/a and rc6 issues before applying this change. > -Chris _______________________________________________ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx