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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 857E6C47074 for ; Thu, 4 Jan 2024 14:05:52 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 0EE1510E487; Thu, 4 Jan 2024 14:05:52 +0000 (UTC) Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by gabe.freedesktop.org (Postfix) with ESMTPS id 9F2E710E479 for ; Thu, 4 Jan 2024 13:58:48 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by ams.source.kernel.org (Postfix) with ESMTP id 7C8BDB81730; Thu, 4 Jan 2024 13:58:46 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7C70CC433C7; Thu, 4 Jan 2024 13:58:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1704376725; bh=kUAhvV5Rtj8FmvIgEpCZ+OIBaqt3tBUq1CbPUeHc7LY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Nw2yu0ISm0HwuyuchMlVcDXZbbROdxImitr94F0THRNKy10y2t/TgjWzFz7lh4rKg wu0M6Zj9xbh4dTzzj2NwEWU22QLndFBKEMmxjnRB2GbDBs0bmYvsYmzKWLWSOMaSY5 X8zDiJI+VPc3/xHniZepE7pggBPYsYvv9zEo4hfw= Date: Thu, 4 Jan 2024 14:58:43 +0100 From: Greg KH To: Hamza Mahfooz Subject: Re: [PATCH] drm/amd/display: Fix sending VSC (+ colorimetry) packets for DP/eDP displays without PSR Message-ID: <2024010434-arbitrary-muzzle-9058@gregkh> References: <20240101182836.817565-1-joshua@froggi.es> <8db3e45e-037a-4dc5-aabb-519091b1a69e@amd.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Mailman-Approved-At: Thu, 04 Jan 2024 14:05:51 +0000 X-BeenThere: amd-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion list for AMD gfx List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Xaver Hugl , amd-gfx@lists.freedesktop.org, Melissa Wen , stable@vger.kernel.org, "Deucher, Alexander" , Harry Wentland , Joshua Ashton Errors-To: amd-gfx-bounces@lists.freedesktop.org Sender: "amd-gfx" On Thu, Jan 04, 2024 at 08:54:19AM -0500, Hamza Mahfooz wrote: > On 1/3/24 14:17, Joshua Ashton wrote: > > Thanks! Is it possible for us to get this backported too? > > Sure thing. > > Cc: stable@vger.kernel.org This is not the correct way to submit patches for inclusion in the stable kernel tree. Please read: https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html for how to do this properly. 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 69DCB1DFFD for ; Thu, 4 Jan 2024 13:58:46 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="Nw2yu0IS" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7C70CC433C7; Thu, 4 Jan 2024 13:58:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1704376725; bh=kUAhvV5Rtj8FmvIgEpCZ+OIBaqt3tBUq1CbPUeHc7LY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Nw2yu0ISm0HwuyuchMlVcDXZbbROdxImitr94F0THRNKy10y2t/TgjWzFz7lh4rKg wu0M6Zj9xbh4dTzzj2NwEWU22QLndFBKEMmxjnRB2GbDBs0bmYvsYmzKWLWSOMaSY5 X8zDiJI+VPc3/xHniZepE7pggBPYsYvv9zEo4hfw= Date: Thu, 4 Jan 2024 14:58:43 +0100 From: Greg KH To: Hamza Mahfooz Cc: Joshua Ashton , amd-gfx@lists.freedesktop.org, Melissa Wen , Harry Wentland , Xaver Hugl , "Deucher, Alexander" , stable@vger.kernel.org Subject: Re: [PATCH] drm/amd/display: Fix sending VSC (+ colorimetry) packets for DP/eDP displays without PSR Message-ID: <2024010434-arbitrary-muzzle-9058@gregkh> References: <20240101182836.817565-1-joshua@froggi.es> <8db3e45e-037a-4dc5-aabb-519091b1a69e@amd.com> Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Thu, Jan 04, 2024 at 08:54:19AM -0500, Hamza Mahfooz wrote: > On 1/3/24 14:17, Joshua Ashton wrote: > > Thanks! Is it possible for us to get this backported too? > > Sure thing. > > Cc: stable@vger.kernel.org This is not the correct way to submit patches for inclusion in the stable kernel tree. Please read: https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html for how to do this properly.