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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D8838C433F5 for ; Wed, 16 Feb 2022 17:41:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237278AbiBPRl3 (ORCPT ); Wed, 16 Feb 2022 12:41:29 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:35664 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237253AbiBPRl0 (ORCPT ); Wed, 16 Feb 2022 12:41:26 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2B08C2B0B2E; Wed, 16 Feb 2022 09:41:14 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id C47C160AFF; Wed, 16 Feb 2022 17:41:13 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6CD3BC004E1; Wed, 16 Feb 2022 17:41:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1645033273; bh=BBA8tsO6WSeLAkqWG8BW63QrUWk7tyH6R7J9vwRx050=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=p2eY/pRyJtrOfUA++Tg/IsHDcor2a7KygZBJ3+059S+Nd9mAfyNQk/zFrIrluMfgX hRbY6RNNmcYPRCFzQamUuWg2u9L6MJS+IiStNj+iynqkuA37hKWV5MVuqMn6Zerxg/ N83brOlTGxyRtAKu/MCTQo3WLE3bNZoHRNn/nDgY= Date: Wed, 16 Feb 2022 18:41:10 +0100 From: Greg KH To: Gerardo Exequiel Pozzi Cc: stable@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: missing patch in 5.15? {drm/i915: Workaround broken BIOS DBUF configuration on TGL/RKL} Message-ID: References: <3cf60426-ce15-f51c-36c9-180431f2f7d5@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3cf60426-ce15-f51c-36c9-180431f2f7d5@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Feb 16, 2022 at 12:37:55PM -0300, Gerardo Exequiel Pozzi wrote: > Hi > > Can apply {drm/i915: Workaround broken BIOS DBUF configuration on TGL/RKL} > [#1], that is now in 5.16.10, in 5.15 branch? According to commit message is > valid for v5.14+. > > Take care. > > > [#1] https://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git/diff/releases/5.16.10/drm-i915-workaround-broken-bios-dbuf-configuration-on-tgl-rkl.patch?id=154ad098b73bccab3b91cef33f0aec2678ced71a As previously reported, it does not apply to the 5.15.y kernel branch right now, as it breaks the build. How did you test this on 5.15 to verify that it solves the problem for you? Do you have a working patch? If so, please forward it to us so that we can apply it. thanks, greg k-h