mirror of https://gitee.com/openkylin/linux.git
drm/amd/display: Remove second initialization of pp_smu
[why] We initialize pp_smu twice [how] Remove second initialization of pp_smu Signed-off-by: Alvin Lee <alvin.lee2@amd.com> Reviewed-by: Jaehyun Chung <Jaehyun.Chung@amd.com> Acked-by: Leo Li <sunpeng.li@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
18b401874a
commit
1b3c61036e
|
@ -346,8 +346,6 @@ void dcn20_clk_mgr_construct(
|
|||
|
||||
clk_mgr->base.dprefclk_khz = 700000; // 700 MHz planned if VCO is 3.85 GHz, will be retrieved
|
||||
|
||||
clk_mgr->pp_smu = pp_smu;
|
||||
|
||||
if (IS_FPGA_MAXIMUS_DC(ctx->dce_environment)) {
|
||||
dcn2_funcs.update_clocks = dcn2_update_clocks_fpga;
|
||||
clk_mgr->dentist_vco_freq_khz = 3850000;
|
||||
|
|
Loading…
Reference in New Issue