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.