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 34F0A1FC2 for ; Tue, 17 Jan 2023 10:15:49 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7EA90C433D2; Tue, 17 Jan 2023 10:15:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1673950548; bh=JuhOuzSiGGxzX1xGjp/vqNYEDez0AnGnPtXY9stAP+o=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=RX5rfIFyMmtkgYdD4zCAjwrcO2T4ICzgZ2qYsunqU+EoFTFC0CONlNWQdgRuQbk3N wR0vU+aaXSudKp0/H10ZrecgBE5L7e+FjVU6n3k9XP0n8a/06Zyh3lVYAsn1ObYn9O HI6bxfsOB46Q5/hghrWZQW8Fhs1fQUnYxvVLsxds= Date: Tue, 17 Jan 2023 09:38:54 +0100 From: Greg Kroah-Hartman To: "Deucher, Alexander" Cc: "stable@vger.kernel.org" , "patches@lists.linux.dev" , "Tuikov, Luben" , "Koenig, Christian" Subject: Re: [PATCH 5.4 537/658] drm/amdgpu: make display pinning more flexible (v2) Message-ID: References: <20230116154909.645460653@linuxfoundation.org> <20230116154934.097314689@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 Mon, Jan 16, 2023 at 04:35:05PM +0000, Deucher, Alexander wrote: > [Public] > > > -----Original Message----- > > From: Greg Kroah-Hartman > > Sent: Monday, January 16, 2023 10:50 AM > > To: stable@vger.kernel.org > > Cc: Greg Kroah-Hartman ; > > patches@lists.linux.dev; Tuikov, Luben ; Koenig, > > Christian ; Deucher, Alexander > > > > Subject: [PATCH 5.4 537/658] drm/amdgpu: make display pinning more > > flexible (v2) > > > > From: Alex Deucher > > > > commit 81d0bcf9900932633d270d5bc4a54ff599c6ebdb upstream. > > > > Only apply the static threshold for Stoney and Carrizo. > > This hardware has certain requirements that don't allow mixing of GTT and > > VRAM. Newer asics do not have these requirements so we should be able to > > be more flexible with where buffers end up. > > > > Bug: https://gitlab.freedesktop.org/drm/amd/-/issues/2270 > > Bug: https://gitlab.freedesktop.org/drm/amd/-/issues/2291 > > Bug: https://gitlab.freedesktop.org/drm/amd/-/issues/2255 > > Acked-by: Luben Tuikov > > Reviewed-by: Christian König > > Signed-off-by: Alex Deucher > > Cc: stable@vger.kernel.org > > Signed-off-by: Greg Kroah-Hartman > > Let's drop this patch. There are regressions for hibernation on some platforms on kernels older than 6.1.x Ok, is there a revert anywhere for the 5.10 and 5.15 releases that already have this in it? I'll go drop it from the remaining queues now. thanks, greg k-h