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 3C3AEC61CE0 for ; Sat, 21 Feb 2026 05:40:47 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 4AADB10E11A; Sat, 21 Feb 2026 05:40:46 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (1024-bit key; unprotected) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="tdxOaqA7"; dkim-atps=neutral Received: from tor.source.kernel.org (tor.source.kernel.org [172.105.4.254]) by gabe.freedesktop.org (Postfix) with ESMTPS id 8908310E11A; Sat, 21 Feb 2026 05:40:43 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by tor.source.kernel.org (Postfix) with ESMTP id 87D3060053; Sat, 21 Feb 2026 05:40:42 +0000 (UTC) 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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260221034402.69537-2-rosenp@gmail.com> X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" 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