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 01315C67871 for ; Tue, 17 Jan 2023 10:15:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235246AbjAQKPz (ORCPT ); Tue, 17 Jan 2023 05:15:55 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57582 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236150AbjAQKPx (ORCPT ); Tue, 17 Jan 2023 05:15:53 -0500 Received: from sin.source.kernel.org (sin.source.kernel.org [IPv6:2604:1380:40e1:4800::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7517E2B0A1 for ; Tue, 17 Jan 2023 02:15:52 -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 sin.source.kernel.org (Postfix) with ESMTPS id B84D9CE13D0 for ; Tue, 17 Jan 2023 10:15:50 +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> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org 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