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=-9.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 44BB2C433E7 for ; Mon, 19 Oct 2020 18:28:34 +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 E6DDC2231B for ; Mon, 19 Oct 2020 18:28:33 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org E6DDC2231B 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 5F0F16EA2F; Mon, 19 Oct 2020 18:28:33 +0000 (UTC) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by gabe.freedesktop.org (Postfix) with ESMTPS id 5ED146EA2F; Mon, 19 Oct 2020 18:28:32 +0000 (UTC) IronPort-SDR: 8wDSee1nGOaGIKKkPaTll5SiFAxbI0XhP0j9QAe+/GJgD54CoCYH5MkF/Vs12enJfJxZacRZyj tDQLc0Yyv2/g== X-IronPort-AV: E=McAfee;i="6000,8403,9779"; a="154869758" X-IronPort-AV: E=Sophos;i="5.77,395,1596524400"; d="scan'208";a="154869758" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Oct 2020 11:28:25 -0700 IronPort-SDR: oCPWbg7W8Rk4cHTse9EnvjaPFZoGKFkYc9jfqH4eiOV2/STKYbu+vEuwVkYYRgIIJdPXBJLoc9 bapG/HF2Asfg== X-IronPort-AV: E=Sophos;i="5.77,395,1596524400"; d="scan'208";a="315752878" Received: from rdvivi-losangeles.jf.intel.com (HELO intel.com) ([10.165.21.201]) by orsmga003-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Oct 2020 11:28:24 -0700 Date: Mon, 19 Oct 2020 14:30:05 -0400 From: Rodrigo Vivi To: Kamati Srinivas Message-ID: <20201019183005.GB3149316@intel.com> References: <20201015085308.3492-1-srinivasx.k@intel.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20201015085308.3492-1-srinivasx.k@intel.com> Subject: Re: [Intel-gfx] [PATCH] drm/i915/jsl: 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: hariom.pandey@intel.com, 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 Thu, Oct 15, 2020 at 08:53:08AM +0000, Kamati Srinivas wrote: > Removing force probe protection from JSL 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. I'm afraid we first need to get a JSL on CI. Or what am I missing? > > Signed-off-by: Kamati Srinivas > --- > drivers/gpu/drm/i915/i915_pci.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/gpu/drm/i915/i915_pci.c b/drivers/gpu/drm/i915/i915_pci.c > index 16d4e72bed09..a61195a1883a 100644 > --- a/drivers/gpu/drm/i915/i915_pci.c > +++ b/drivers/gpu/drm/i915/i915_pci.c > @@ -849,7 +849,6 @@ static const struct intel_device_info ehl_info = { > static const struct intel_device_info jsl_info = { > GEN11_FEATURES, > PLATFORM(INTEL_JASPERLAKE), > - .require_force_probe = 1, > .platform_engine_mask = BIT(RCS0) | BIT(BCS0) | BIT(VCS0) | BIT(VECS0), > .ppgtt_size = 36, > }; > -- > 2.25.1 > > _______________________________________________ > Intel-gfx mailing list > Intel-gfx@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/intel-gfx _______________________________________________ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx