projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27bad5b
)
drm/amd/powerplay/cz: print message if smc message fails
author
Alex Deucher
<
[email protected]
>
Thu, 22 Jun 2017 21:48:04 +0000
(17:48 -0400)
committer
Alex Deucher
<
[email protected]
>
Thu, 29 Jun 2017 16:43:48 +0000
(12:43 -0400)
Helpful in debugging.
Signed-off-by: Alex Deucher <
[email protected]
>
drivers/gpu/drm/amd/powerplay/smumgr/cz_smumgr.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/powerplay/smumgr/cz_smumgr.c
b/drivers/gpu/drm/amd/powerplay/smumgr/cz_smumgr.c
index 39c7091866e8be274bd6a096c92735f2ad007a56..652aaa43e95cc960663bb63375cb39a9f719022d 100644
(file)
--- a/
drivers/gpu/drm/amd/powerplay/smumgr/cz_smumgr.c
+++ b/
drivers/gpu/drm/amd/powerplay/smumgr/cz_smumgr.c
@@
-72,7
+72,7
@@
static int cz_send_msg_to_smc_async(struct pp_smumgr *smumgr,
result = SMUM_WAIT_FIELD_UNEQUAL(smumgr,
SMU_MP1_SRBM2P_RESP_0, CONTENT, 0);
if (result != 0) {
- pr_err("cz_send_msg_to_smc_async
failed\n"
);
+ pr_err("cz_send_msg_to_smc_async
(0x%04x) failed\n", msg
);
return result;
}