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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 24684EB8FAD for ; Wed, 6 Sep 2023 09:30:02 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id BD2C110E5B6; Wed, 6 Sep 2023 09:29:59 +0000 (UTC) Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.20]) by gabe.freedesktop.org (Postfix) with ESMTPS id 85E3B10E5B5; Wed, 6 Sep 2023 09:29:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1693992596; x=1725528596; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=InuUFgNUsul1w70mGZDKR5EL1cwSsb7qff6mKym4wiI=; b=B4XI4lvXeOJUl0RiKFAQk8MQXK35WfMa45i8dH14nSCIGgs+/hEjPRBB 6WW2o45/v0xB0Jc06YCBRLuSdc5rQMjohlTwWnkI+K6tYTd1vMyuVy6P3 qVSFB7mlsWMeyWUSsLlpRmkaq1CF5weK8c2m+F0pc3yV0yr/8mH9x+cIk Crop2Aq1Ijw3rlKOTHUGun1bGzJXc9eTjE6nraHwHw0CBdC9JCuVMZ9Ww 97gk6Jc4ApRCk575sQgdLhkFEJ1MHpAv7Jm6yiBog+i3f8N6ojv4d6Za7 D8mGTq2N3642/L90S3u99jMjSatyPxp0i6/WLj1nEpAYiAnFnNVeAuXPx g==; X-IronPort-AV: E=McAfee;i="6600,9927,10824"; a="367237148" X-IronPort-AV: E=Sophos;i="6.02,231,1688454000"; d="scan'208";a="367237148" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Sep 2023 02:29:56 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10824"; a="776528961" X-IronPort-AV: E=Sophos;i="6.02,231,1688454000"; d="scan'208";a="776528961" Received: from kmiranda-mobl.ger.corp.intel.com (HELO intel.com) ([10.251.216.135]) by orsmga001-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Sep 2023 02:29:52 -0700 Date: Wed, 6 Sep 2023 11:29:48 +0200 From: Andi Shyti To: Andi Shyti Message-ID: References: <20230905193624.525020-1-radhakrishna.sripada@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Intel-gfx] [PATCH] drm/i915/mtl: Drop force_probe requirement 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: intel-gfx@lists.freedesktop.org, Jonathan Cavitt , dri-devel@lists.freedesktop.org, Andrzej Hajda , rodrigo.vivi@intel.com, Chris Wilson , Nirmoy Das Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" > > Meteorlake has been very usable for a while now, all of uapi changes > > related to fundamental platform usage have been finalized and all > > required firmware blobs are available. Recent CI results have also > > been healthy, so we're ready to drop the force_probe requirement and > > enable the platform by default. > > > > Cc: Rodrigo Vivi > > Cc: Tvrtko Ursulin > > Cc: Joonas Lahtinen > > Cc: Jani Nikula > > Signed-off-by: Radhakrishna Sripada > > Please keep me in the loop as well... It's been a year I've been > working for this patch to work :) not just me, but also (in alphabetical order): Andrzej Hajda Chris Wilson Janusz Krzysztofik Jonathan Cavitt Nirmoy Das Thanks! Andi