drm/amd/display: Align dcn314_smu logging with other DCNs
authorRoman Li <roman.li@amd.com>
Mon, 14 Nov 2022 20:50:27 +0000 (15:50 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 17 Nov 2022 05:18:16 +0000 (00:18 -0500)
commitc6023d73a31b03f9b482a518f7b27acccc013895
tree6b06d09eae4095aa609534f3473a87ac9a4fc22a
parent5ca9b33ece9aa048b6ec9411f054e1b781662327
drm/amd/display: Align dcn314_smu logging with other DCNs

[Why]
Assert on non-OK response from SMU is unnecessary.
It was replaced with respective log message on other asics
in the past with commit:
"drm/amd/display: Removing assert statements for Linux"

[How]
Remove assert and add dbg logging as on other DCNs.

Signed-off-by: Roman Li <roman.li@amd.com>
Reviewed-by: Saaem Rizvi <SyedSaaem.Rizvi@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/clk_mgr/dcn314/dcn314_smu.c