]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3b0a8b00e09075685a112deddaaf6c2540a2506c
treebbf0622e3891c8a69ba888bdf170e71bdafaa6c6
parentabf1471ac1ec13e92e974bd68c7d4ccf3f83b337
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