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 95B6C4414; Sat, 21 Feb 2026 05:40:42 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771652442; cv=none; b=gDprT3tDWiz8mmhbFLrQHyuEfEKMGLkeykDR3H+1jYxJlC4jLutmfuAdl1PDMaQjiyHCaT9/U+nWoqOweArP4jSh/4h12ZcBU/SPFq6vja3TUefLyGdMnuf8XL4iLU/qkiUTUqYUd10eSUxN70uj5qsjbbRscrtWtUEiMu9PQo8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771652442; c=relaxed/simple; bh=yOuEy796pXyfQoMRhGRH3+U0w9gjXCoTSxgNEHmKwx0=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=SO036ls1NspP9hXwOZoPa49CcVQDM3yxtsYfM8n9OvGZbs4QS6nmxo09E8kHuHQuuW133Dhv3XdHzuEfHONKnNu+x0J9j8Eu00P0APW8XRc6qC1RxvitEuk2j/JlSOou5YLRUGcJTfLha00onrsADatfgJDZcxjn5cTR2yPWU/A= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=tdxOaqA7; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="tdxOaqA7" Received: by smtp.kernel.org (Postfix) with ESMTPSA id D786BC4CEF7; Sat, 21 Feb 2026 05:40:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1771652442; bh=yOuEy796pXyfQoMRhGRH3+U0w9gjXCoTSxgNEHmKwx0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=tdxOaqA7xAvsa68vFbmWTZzdT1PqVPfZcmPdG8nFL06W4R9BbMSFEC9jI5ptsrJ3K MiFJaK71UlGEjTvLEfaENhKk2MCNAcLs+PC0TzRSB9uVuy2401VpJfFRFLabi4UOPX 9hKCfuy8RHvyfVnfpwZ61JBPjUWONM8YlxepcSbg= Date: Sat, 21 Feb 2026 06:40:37 +0100 From: Greg KH To: Rosen Penev Cc: stable@vger.kernel.org, Kenneth Feng , Alex Deucher , Christian =?iso-8859-1?Q?K=F6nig?= , Xinhui Pan , David Airlie , Simona Vetter , "open list:AMD POWERPLAY AND SWSMU" , "open list:DRM DRIVERS" , open list Subject: Re: [PATCH 1/2] Revert "drm/amd/pm: Disable MCLK switching on SI at high pixel clocks" Message-ID: <2026022132-gem-stylishly-2c49@gregkh> References: <20260221034402.69537-1-rosenp@gmail.com> <20260221034402.69537-2-rosenp@gmail.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: <20260221034402.69537-2-rosenp@gmail.com> On Fri, Feb 20, 2026 at 07:44:01PM -0800, Rosen Penev wrote: > This reverts commit d033e8cf4e8f6395102cdbc3cb00dc7cb9542f53. Why? You need to explain why you do something, not just what you are doing. And this is a 6.12.59 commit, explain, in detail why you aren't wanting it reverted anywhere else INCLUDING upstream. thanks, greg k-h