drm/amd/pm: remove the "set" function of pp_dpm_mclk for vangogh
authorXiaojian Du <Xiaojian.Du@amd.com>
Tue, 13 Apr 2021 07:52:17 +0000 (15:52 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 15 Apr 2021 20:32:45 +0000 (16:32 -0400)
commit3ef9d1e0cb14c134d2b6d669403fea89f246021d
treebbf0622e3891c8a69ba888bdf170e71bdafaa6c6
parent47e5d79a45225f788713895afecd99a5a17e6979
drm/amd/pm: remove the "set" function of pp_dpm_mclk for vangogh

This patch is to remove the "set" function of pp_dpm_mclk for vangogh.
For vangogh, mclk bonds with fclk, they will lock each other
on the same perfomance level. But according to the smu message from pmfw,
only fclk is allowed to set value manually, so remove the unnecessary
code of "set" function for mclk.

Signed-off-by: Xiaojian Du <Xiaojian.Du@amd.com>
Acked-by: Huang Rui <ray.huang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/pm/swsmu/smu11/vangogh_ppt.c