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.7 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 2FC13C433DF for ; Mon, 19 Oct 2020 18:28:08 +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 B2B8B2231B for ; Mon, 19 Oct 2020 18:28:07 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org B2B8B2231B 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 598436EA2E; Mon, 19 Oct 2020 18:28:02 +0000 (UTC) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by gabe.freedesktop.org (Postfix) with ESMTPS id 248456EA2D; Mon, 19 Oct 2020 18:28:01 +0000 (UTC) IronPort-SDR: kcC8Iqek9n9RuDcCNmz52CrD/an9YE93ODQ2dyu7XRNqF0FFWYiokyS2dh+Bo7SwXl0BNNgHzt USd/ZlnmfrFg== X-IronPort-AV: E=McAfee;i="6000,8403,9779"; a="167194306" X-IronPort-AV: E=Sophos;i="5.77,395,1596524400"; d="scan'208";a="167194306" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Oct 2020 11:27:57 -0700 IronPort-SDR: ktLzjKeaAoDz2BNAfWhK/gUblzupON97p5vn8Z1gPdviW3G1MnCL+Kz+kGJgrWltD1sj0A0oLl pUZ0035G2+hA== X-IronPort-AV: E=Sophos;i="5.77,395,1596524400"; d="scan'208";a="320371067" Received: from rdvivi-losangeles.jf.intel.com (HELO intel.com) ([10.165.21.201]) by orsmga006-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Oct 2020 11:27:55 -0700 Date: Mon, 19 Oct 2020 14:29:36 -0400 From: Rodrigo Vivi To: "K, SrinivasX" Message-ID: <20201019182936.GA3149316@intel.com> References: <20201006145632.117291-1-srinivasx.k@intel.com> <2f7809798dd0b59246d67c5044dafb1e518fc4c5.camel@intel.com> <160200650945.2919.11750150118902885340@build.alporthouse.com> <3CDB63EE-D1CD-43E4-A977-4E966CD19313@intel.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: 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" , "chris@chris-wilson.co.uk" , "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" I just checked the CI picture and it looks much better indeed. Only bad case being the gt_pm, which is also failing on other platforms. So, Acked-by: Rodrigo Vivi On Thu, Oct 15, 2020 at 08:41:32AM +0000, K, SrinivasX wrote: > Hi Hariom, > > With Sunil's help was able to see EHL achieving rc6 state. > Verified from sys entries, under no load to gpu rc6_residency_ms counter is changing. > Also ran all the Rodrigo mention tests and I see them passing. But with i915_selftest dmesg warnings are still seen. > > Thanks, > Srinivas > > -----Original Message----- > From: Pandey, Hariom > Sent: 09 October 2020 23:39 > To: K, SrinivasX > Cc: Souza, Jose ; chris@chris-wilson.co.uk; Ausmus, James ; Nikula, Jani ; Roper, Matthew D ; intel-gfx@lists.freedesktop.org; dri-devel@lists.freedesktop.org; Surendrakumar Upadhyay, TejaskumarX ; Vivi, Rodrigo > Subject: RE: [Intel-gfx] [PATCH] drm/i915/ehl: Remove require_force_probe protection > > Hi Srinivas, > > Take Sunil's help who has recently validated RC6 on EHL DRM tip and found to be passing. If the WA were sporadically failing and if you confirm that RC6 is passing, this patch can be proceeded with. > > Thanks > Hariom Pandey > > -----Original Message----- > From: Vivi, Rodrigo > Sent: Friday, October 9, 2020 7:09 PM > To: K, SrinivasX > Cc: Souza, Jose ; chris@chris-wilson.co.uk; Ausmus, James ; Nikula, Jani ; Pandey, Hariom ; Roper, Matthew D ; intel-gfx@lists.freedesktop.org; dri-devel@lists.freedesktop.org; Surendrakumar Upadhyay, TejaskumarX > Subject: Re: [Intel-gfx] [PATCH] drm/i915/ehl: Remove require_force_probe protection > > > > > On Oct 9, 2020, at 1:31 AM, K, SrinivasX wrote: > > > > Hi Rodrigo, > > > > How do we get W/A and rc6 changes in, do you have any details? > > I told based on what I was seeing on https://intel-gfx-ci.01.org/tree/drm-tip/drmtip-alt.html? > focusing on the issues that are exclusively for ehl and not happening on other platforms. > > It looks like workarounds are fine there now. so I'm not sure if it was sporadic thing that day. > > for the rc6 there are a few testcases failing around it: > https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_675/fi-ehl-1/igt@i915_pm_rc6_residency@rc6-fence.html > https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_675/fi-ehl-1/igt@i915_pm_rc6_residency@rc6-idle.html > https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_675/fi-ehl-1/igt@i915_selftest@live@gt_pm.html#dmesg-warnings415 > > > > > Thanks, > > Srinivas > > > > -----Original Message----- > > From: Souza, Jose > > Sent: 06 October 2020 23:33 > > To: Vivi, Rodrigo ; chris@chris-wilson.co.uk > > Cc: Ausmus, James ; Nikula, Jani > > ; Pandey, Hariom ; > > Roper, Matthew D ; > > intel-gfx@lists.freedesktop.org; dri-devel@lists.freedesktop.org; K, > > SrinivasX ; Surendrakumar Upadhyay, TejaskumarX > > > > Subject: Re: [Intel-gfx] [PATCH] drm/i915/ehl: Remove > > require_force_probe protection > > > > On Tue, 2020-10-06 at 10:55 -0700, Vivi, Rodrigo wrote: > >> > >>> 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 > >> > > > > Huum okay we have drm-tip results for EHL but if someone sends a patch that breaks EHL it will not be caught in pre-merge testing. > > > > > _______________________________________________ > dri-devel mailing list > dri-devel@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/dri-devel _______________________________________________ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx