From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 3E81A23D6 for ; Tue, 16 May 2023 07:20:25 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8E89DC433D2; Tue, 16 May 2023 07:20:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1684221624; bh=Qu52g/Pzv/8QqouVKWHSuOZf3mL4XggmKpomj4KjwiY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=WSlfBcTq3jA/CWiQEdEeUTtKM/YVlM0oSOcSc7Vb3csB15uCH2JL8HObtyOq3LkOm rU8tT6faqBXd4pBpzkMZRNFpJRIBplAonoNTIhVoAqttKWex6TaPN9U554vPmz70dM 96Ncuq6NdM/u3I8SvOjNRISxeeIusRcq9qgjY7UA= Date: Tue, 16 May 2023 09:20:22 +0200 From: "gregkh@linuxfoundation.org" To: "Coelho, Luciano" Cc: "stable@vger.kernel.org" , "patches@lists.linux.dev" , "Sripada, Radhakrishna" , "sashal@kernel.org" , "Manna, Animesh" , "Lisovskiy, Stanislav" , "Souza, Jose" Subject: Re: [PATCH 6.1 197/239] drm/i915/mtl: update scaler source and destination limits for MTL Message-ID: <2023051652-corrode-grape-809e@gregkh> References: <20230515161721.545370111@linuxfoundation.org> <20230515161727.643480643@linuxfoundation.org> Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: On Tue, May 16, 2023 at 07:13:05AM +0000, Coelho, Luciano wrote: > On Mon, 2023-05-15 at 18:27 +0200, Greg Kroah-Hartman wrote: > > From: Animesh Manna > > > > [ Upstream commit f840834a8b60ffd305f03a53007605ba4dfbbc4b ] > > > > The max source and destination limits for scalers in MTL have changed. > > Use the new values accordingly. > > > > Signed-off-by: José Roberto de Souza > > Signed-off-by: Animesh Manna > > Signed-off-by: Luca Coelho > > Reviewed-by: Stanislav Lisovskiy > > Signed-off-by: Radhakrishna Sripada > > Link: https://patchwork.freedesktop.org/patch/msgid/20221223130509.43245-3-luciano.coelho@intel.com > > Stable-dep-of: d944eafed618 ("drm/i915: Check pipe source size when using skl+ scalers") > > Signed-off-by: Sasha Levin > > --- > > This patch is only relevant for MTL, which is not fully supported on > v6.1 yet, so I don't think we need to cherry-pick it to v6.1. Again, this is a dependency for a different fix, which I think is relevant for 6.1.y, right? thanks, greg k-h