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 D7F5C268685; Tue, 8 Apr 2025 11:17:00 +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=1744111020; cv=none; b=f12seJVzCLUKV/aYvMn37e6j8yFoVslndgA3skxwIMPF8oIWx88qimbYJtBjQzZTKnNu8d5+isDXD71WPX2YFjSW4LK6rGryhjSRVejvJYGAB1s15wmQCNRNjpkxSeUJSYzCsamHN3VuRhOvLWIDDqSYFaIFwdGQwoV1W3gd7TI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1744111020; c=relaxed/simple; bh=G1nM/ZA/T5tyQmLlIKXsNsD4Y7Mcv//pA8L/p9GDfs0=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=rkIUMMgxmE506EaLYi0rr+KNMQ2iafa3pEZSwDpXX5TrxJqa2tTHomHOTH0GaDbmV3bcdygZIgz1OgYZ7Rm0HOpqSHGa2cOeZfcBCT9LwnExXEOo/eo1Ql1JlNnbc5qRrtUfh1wxv8V7NFxosI0YqCB2AidDe4jDVO8BTp0InnU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=Y3f1aNQJ; 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="Y3f1aNQJ" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6619CC4CEE5; Tue, 8 Apr 2025 11:17:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1744111020; bh=G1nM/ZA/T5tyQmLlIKXsNsD4Y7Mcv//pA8L/p9GDfs0=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Y3f1aNQJhsOFK2m0GFPFN0Bb2GhbAEXwhhgiq/zjWDB/c/3lOZIFsfwaezdJO8ZLC 9p4OQwqluxk6gZ4JVU5UimP1DuyaljSwdIMTTOqE7J9hBGPQf5gJB9Rz6Jd3a89EUT mIlI3M3d6lQ4BlB06cAJgtoCAsYPTFAWYqZYI1K4= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Yang Wang , Kenneth Feng , Alex Deucher , Sasha Levin Subject: [PATCH 6.14 280/731] drm/amdgpu: refine smu send msg debug log format Date: Tue, 8 Apr 2025 12:42:57 +0200 Message-ID: <20250408104920.793378260@linuxfoundation.org> X-Mailer: git-send-email 2.49.0 In-Reply-To: <20250408104914.247897328@linuxfoundation.org> References: <20250408104914.247897328@linuxfoundation.org> User-Agent: quilt/0.68 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 6.14-stable review patch. If anyone has any objections, please let me know. ------------------ From: Yang Wang [ Upstream commit 8c6631234557515a7567c6251505a98e9793c8a6 ] remove unnecessary line breaks. [ 51.280860] amdgpu 0000:24:00.0: amdgpu: smu send message: GetEnabledSmuFeaturesHigh(13) param: 0x00000000, resp: 0x00000001, readval: 0x00003763 Fixes: 0cd2bc06de72 ("drm/amd/pm: enable amdgpu smu send message log") Signed-off-by: Yang Wang Reviewed-by: Kenneth Feng Signed-off-by: Alex Deucher Signed-off-by: Sasha Levin --- drivers/gpu/drm/amd/pm/swsmu/smu_cmn.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/gpu/drm/amd/pm/swsmu/smu_cmn.c b/drivers/gpu/drm/amd/pm/swsmu/smu_cmn.c index 9f55207ea9bc3..d834d134ad2b8 100644 --- a/drivers/gpu/drm/amd/pm/swsmu/smu_cmn.c +++ b/drivers/gpu/drm/amd/pm/swsmu/smu_cmn.c @@ -459,8 +459,7 @@ int smu_cmn_send_smc_msg_with_param(struct smu_context *smu, } if (read_arg) { smu_cmn_read_arg(smu, read_arg); - dev_dbg(adev->dev, "smu send message: %s(%d) param: 0x%08x, resp: 0x%08x,\ - readval: 0x%08x\n", + dev_dbg(adev->dev, "smu send message: %s(%d) param: 0x%08x, resp: 0x%08x, readval: 0x%08x\n", smu_get_message_name(smu, msg), index, param, reg, *read_arg); } else { dev_dbg(adev->dev, "smu send message: %s(%d) param: 0x%08x, resp: 0x%08x\n", -- 2.39.5