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=-6.7 required=3.0 tests=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 D18BEC34031 for ; Wed, 19 Feb 2020 00:59:55 +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 ADB572173E for ; Wed, 19 Feb 2020 00:59:55 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org ADB572173E 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 604EE6EAF1; Wed, 19 Feb 2020 00:59:55 +0000 (UTC) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by gabe.freedesktop.org (Postfix) with ESMTPS id 0E2296EAF1 for ; Wed, 19 Feb 2020 00:59:54 +0000 (UTC) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Feb 2020 16:59:53 -0800 X-IronPort-AV: E=Sophos;i="5.70,458,1574150400"; d="scan'208";a="382636757" Received: from rdvivi-losangeles.jf.intel.com (HELO intel.com) ([10.165.21.202]) by orsmga004-auth.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Feb 2020 16:59:53 -0800 Date: Tue, 18 Feb 2020 17:01:06 -0800 From: Rodrigo Vivi To: =?iso-8859-1?Q?Jos=E9?= Roberto de Souza Message-ID: <20200219010106.GE587076@intel.com> References: <20200218230822.66801-1-jose.souza@intel.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200218230822.66801-1-jose.souza@intel.com> Subject: Re: [Intel-gfx] [PATCH] drm/i915/tgl: 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: Jani Nikula , intel-gfx@lists.freedesktop.org Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On Tue, Feb 18, 2020 at 03:08:22PM -0800, Jos=E9 Roberto de Souza wrote: > We have a few TGL machines in our CI and it is mostly green with > failures in tests that will not impact future Linux installations. > Also there is no warnings, errors, flickering or any visual defects > while doing ordinary tasks like browsing and editing documents in a > dual monitor setup. > = > As a reminder i915.require_force_probe was created to protect > future Linux installation's iso images that might contain a > kernel from the enabling time of the new platform. Without this > protection most of linux installation was recommending > nomodeset option during installation that was getting stick > there after installation. > = > Reference: https://intel-gfx-ci.01.org/tree/drm-tip/fi-tgl-u.html > Reference: https://intel-gfx-ci.01.org/tree/drm-tip/shard-tglb.html > Cc: James Ausmus > Cc: Jani Saarinen > Cc: Rodrigo Vivi Acked-by: Rodrigo Vivi > Cc: Jani Nikula > Cc: Joonas Lahtinen > Signed-off-by: Jos=E9 Roberto de Souza > --- > 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 24b1f0ce8743..2146b9a865ba 100644 > --- a/drivers/gpu/drm/i915/i915_pci.c > +++ b/drivers/gpu/drm/i915/i915_pci.c > @@ -822,7 +822,6 @@ static const struct intel_device_info tgl_info =3D { > GEN12_FEATURES, > PLATFORM(INTEL_TIGERLAKE), > .pipe_mask =3D BIT(PIPE_A) | BIT(PIPE_B) | BIT(PIPE_C) | BIT(PIPE_D), > - .require_force_probe =3D 1, > .display.has_modular_fia =3D 1, > .engine_mask =3D > BIT(RCS0) | BIT(BCS0) | BIT(VECS0) | BIT(VCS0) | BIT(VCS2), > -- = > 2.25.1 > = _______________________________________________ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx