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 148DCC3ABDD for ; Tue, 20 May 2025 14:14:29 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 18F1710E533; Tue, 20 May 2025 14:14:27 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="hOGo8eDB"; 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 8DB4510E533; Tue, 20 May 2025 14:14:24 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by tor.source.kernel.org (Postfix) with ESMTP id 6F72F62A07; Tue, 20 May 2025 14:14:17 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id EB1DDC4CEE9; Tue, 20 May 2025 14:14:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1747750457; bh=er5Z9v1gTHlblQ0IFiaXz43wpcJyMEwObalM+JrBQ+4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=hOGo8eDBFYN3Jqyj3FUpoKhdtxaJ88v3hAYKddVq6a9xPj7N/EPLUwNimiW1bULhV zzS3bD0NvJRjmxd3bA4KkQLRbbG8XVQkcBxnNi/xINhap4m4X1kn80eiBHapK6w6T5 DRBOnFHvZeRKYV9+WonGg/aJ9sJC/S0WSeEOcNdQ8pkxHXFIKsSVv77pMu2FwJFR6r pzHr9qRP7l47V/cJE9R0+gfV3do/1PAEedaCAPJ8besyxGRg8akGTwH4kFQoS/OUTG bZ6KUwtA4TP5QtjTpyCGBwINqRGG2PF25VBpFsYI76M8abO+KoJvIg6Ebb1LP8sxnt ENFgeVV1im3yw== Date: Tue, 20 May 2025 10:14:15 -0400 From: Sasha Levin To: Alex Deucher Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, Alexandre Demers , Alex Deucher , christian.koenig@amd.com, airlied@gmail.com, simona@ffwll.ch, sunil.khatri@amd.com, boyuan.zhang@amd.com, amd-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org Subject: Re: [PATCH AUTOSEL 6.14 248/642] drm/amdgpu: add dce_v6_0_soft_reset() to DCE6 Message-ID: References: <20250505221419.2672473-1-sashal@kernel.org> <20250505221419.2672473-248-sashal@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: 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: , Errors-To: amd-gfx-bounces@lists.freedesktop.org Sender: "amd-gfx" On Tue, May 06, 2025 at 11:05:15AM -0400, Alex Deucher wrote: >On Mon, May 5, 2025 at 6:24 PM Sasha Levin wrote: >> >> From: Alexandre Demers >> >> [ Upstream commit ab23db6d08efdda5d13d01a66c593d0e57f8917f ] >> >> DCE6 was missing soft reset, but it was easily identifiable under radeon. >> This should be it, pretty much as it is done under DCE8 and DCE10. >> >> Signed-off-by: Alexandre Demers >> Signed-off-by: Alex Deucher >> Signed-off-by: Sasha Levin > >This is not stable material. Dropped, thanks! -- Thanks, Sasha