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>
Mon, 21 Nov 2022 21:38:14 +0000 (16:38 -0500)
commit3ca682389435681e2d660428be2187fbae0effbb
tree188a1efff39a540a999f07b2babec850087f7467
parenteb7081409f94a9a8608593d0fb63a1aa3d6f95d8
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