]> 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)
commitd3108a10326f0d48d706755e14271cb140a528bd
treebbf0622e3891c8a69ba888bdf170e71bdafaa6c6
parentad901760acb8bf04d1a9d2601e5dfd4a9229b892
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