From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b="SScVRwsT" Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.10]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 64ABCC4; Mon, 11 Dec 2023 12:04:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1702325081; x=1733861081; h=from:to:cc:subject:in-reply-to:references:date: message-id:mime-version; bh=u7WIoZL1yu8n/RbFr78cdrCkBy8k+lLJ8cXUWzPfLSE=; b=SScVRwsTSUXZRfV4p0wi9kDvzxxrAu7Cpg3gbsPPEnrrKj2WrqQiJ4u4 Sit/KwcBQxm2DFXxoYU9FIJjpwlyPCnRPhIxN/DjYc2Q9woear9TWBZu7 E2qAUt6rytHhWHyxY7nCetg5FpxB9ipUQSwOqV9VHTXRQEGq3OkbvXdQ/ vxMvvCvu+WvudhcjHskVJb7sEMUNAfTvDywd9F3BYpvGLWIhkw65iAOq6 XkdROhnkh4Jf1bFXxSyZACGqjOBK5v/vwuoJPgi0fMR0z8fkXlpOUqt/p j/pokXBPUa1NuyddkYFeZ1uC3XRj/FA0kLjX0MWK/MU44DAiJX0RCdKVq g==; X-IronPort-AV: E=McAfee;i="6600,9927,10921"; a="1848060" X-IronPort-AV: E=Sophos;i="6.04,268,1695711600"; d="scan'208";a="1848060" Received: from orviesa001.jf.intel.com ([10.64.159.141]) by fmvoesa104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Dec 2023 12:04:40 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.04,268,1695711600"; d="scan'208";a="21217094" Received: from kbalak2x-mobl1.ger.corp.intel.com (HELO localhost) ([10.252.63.68]) by smtpauth.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Dec 2023 12:04:36 -0800 From: Jani Nikula To: Sasha Levin Cc: stable-commits@vger.kernel.org, ville.syrjala@linux.intel.com, stable@vger.kernel.org, Joonas Lahtinen , Rodrigo Vivi , Tvrtko Ursulin , David Airlie , Daniel Vetter Subject: Re: Patch "drm/i915: Call intel_pre_plane_updates() also for pipes getting enabled" has been added to the 6.1-stable tree In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo References: <20231204104250.2009121-1-sashal@kernel.org> <87il5e2owb.fsf@intel.com> Date: Mon, 11 Dec 2023 22:04:33 +0200 Message-ID: <875y14y08e.fsf@intel.com> Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain On Mon, 04 Dec 2023, Sasha Levin wrote: > On Mon, Dec 04, 2023 at 01:22:28PM +0200, Jani Nikula wrote: >>On Mon, 04 Dec 2023, Sasha Levin wrote: >>> This is a note to let you know that I've just added the patch titled >>> >>> drm/i915: Call intel_pre_plane_updates() also for pipes getting enabled >>> >>> to the 6.1-stable tree which can be found at: >>> http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary >>> >>> The filename of the patch is: >>> drm-i915-call-intel_pre_plane_updates-also-for-pipes.patch >>> and it can be found in the queue-6.1 subdirectory. >>> >>> If you, or anyone else, feels it should not be added to the stable tree, >>> please let know about it. >> >>Turns out this one requires another commit to go with it, both for >>v6.7-rc* and stable backports. I was just a bit too late with it for >>v6.7-rc4 [1]. >> >>Please hold off with all stable backports of this until you can backport >> >>96d7e7940136 ("drm/i915: Check pipe active state in {planes,vrr}_{enabling,disabling}()") >> >>from drm-intel-fixes with it. It should find its way to v6.7-rc5. >> >>Thanks, and sorry for the mess. :( > > No worries, and thanks for letting us know. I'll drop this patch from > all trees. It should be fine to backport d21a3962d304 ("drm/i915: Call intel_pre_plane_updates() also for pipes getting enabled") to stable kernels as long as it's accompanied by 96d7e7940136 ("drm/i915: Check pipe active state in {planes,vrr}_{enabling,disabling}()") which is now in v6.7-rc5. Thanks, Jani. -- Jani Nikula, Intel