summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/powerplay/smumgr/vega10_smumgr.c
diff options
context:
space:
mode:
authorRex Zhu <Rex.Zhu@amd.com>2018-02-24 14:29:12 +0800
committerAlex Deucher <alexander.deucher@amd.com>2018-02-28 14:18:06 -0500
commit63b2b08b57d978833db36a047179404c40a52b09 (patch)
tree0a55b3bb20b0c12f99138420848ddef969c03186 /drivers/gpu/drm/amd/powerplay/smumgr/vega10_smumgr.c
parenta0a73b950d0b2618690488ad067f96ab703e05c2 (diff)
downloadlinux-63b2b08b57d978833db36a047179404c40a52b09.tar.gz
linux-63b2b08b57d978833db36a047179404c40a52b09.tar.bz2
linux-63b2b08b57d978833db36a047179404c40a52b09.zip
drm/amd/pp: Print more smu failed info on Vega10
Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Rex Zhu <Rex.Zhu@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/powerplay/smumgr/vega10_smumgr.c')
-rw-r--r--drivers/gpu/drm/amd/powerplay/smumgr/vega10_smumgr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/powerplay/smumgr/vega10_smumgr.c b/drivers/gpu/drm/amd/powerplay/smumgr/vega10_smumgr.c
index 70dd5f8906db..99ad0a25300c 100644
--- a/drivers/gpu/drm/amd/powerplay/smumgr/vega10_smumgr.c
+++ b/drivers/gpu/drm/amd/powerplay/smumgr/vega10_smumgr.c
@@ -168,7 +168,7 @@ int vega10_send_msg_to_smc_with_parameter(struct pp_hwmgr *hwmgr,
ret = vega10_wait_for_response(hwmgr);
if (ret != 1)
- pr_err("Failed to send message: 0x%x, ret value: 0x%x\n", msg, ret);
+ pr_err("Failed message: 0x%x, input parameter: 0x%x, error code: 0x%x\n", msg, parameter, ret);
return 0;
}