Home
last modified time | relevance | path

Searched refs:dentist_vco_freq_khz (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/amd/display/dc/clk_mgr/dce100/
Ddce_clk_mgr.c150 * clk_mgr->dentist_vco_freq_khz) / target_div; in dce_get_dp_ref_freq_khz()
242 clk_mgr_dce->dentist_vco_freq_khz / 64); in dce_set_clock()
279 clk_mgr_dce->dentist_vco_freq_khz = bp->integrated_info->dentist_vco_freq; in dce_clock_read_integrated_info()
280 if (clk_mgr_dce->dentist_vco_freq_khz == 0) { in dce_clock_read_integrated_info()
281 clk_mgr_dce->dentist_vco_freq_khz = bp->fw_info.smu_gpu_pll_output_freq; in dce_clock_read_integrated_info()
282 if (clk_mgr_dce->dentist_vco_freq_khz == 0) in dce_clock_read_integrated_info()
283 clk_mgr_dce->dentist_vco_freq_khz = 3600000; in dce_clock_read_integrated_info()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn10/
Drv1_clk_mgr.c269 clk_mgr->dentist_vco_freq_khz = bp->integrated_info->dentist_vco_freq; in rv1_clk_mgr_construct()
270 if (bp->fw_info_valid && clk_mgr->dentist_vco_freq_khz == 0) { in rv1_clk_mgr_construct()
271 clk_mgr->dentist_vco_freq_khz = bp->fw_info.smu_gpu_pll_output_freq; in rv1_clk_mgr_construct()
272 if (clk_mgr->dentist_vco_freq_khz == 0) in rv1_clk_mgr_construct()
273 clk_mgr->dentist_vco_freq_khz = 3600000; in rv1_clk_mgr_construct()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn20/
Ddcn20_clk_mgr.c123 * clk_mgr->dentist_vco_freq_khz / khz; in update_global_dpp_clk()
135 * clk_mgr->dentist_vco_freq_khz / khz; in update_display_clk()
445 clk_mgr->dentist_vco_freq_khz = 3850000; in dcn20_clk_mgr_construct()
469 clk_mgr->dentist_vco_freq_khz = dc_fixpt_floor(pll_req); in dcn20_clk_mgr_construct()
472 if (clk_mgr->dentist_vco_freq_khz == 0) in dcn20_clk_mgr_construct()
473 clk_mgr->dentist_vco_freq_khz = 3850000; in dcn20_clk_mgr_construct()
477 * clk_mgr->dentist_vco_freq_khz) / target_div; in dcn20_clk_mgr_construct()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dce/
Ddce_clk_mgr.c169 * clk_mgr_dce->dentist_vco_freq_khz) / target_div; in dce_get_dp_ref_freq_khz()
259 clk_mgr_dce->dentist_vco_freq_khz / 64); in dce_set_clock()
302 clk_mgr_dce->dentist_vco_freq_khz / 62); in dce112_set_clock()
352 clk_mgr_dce->dentist_vco_freq_khz = info.dentist_vco_freq; in dce_clock_read_integrated_info()
353 if (clk_mgr_dce->dentist_vco_freq_khz == 0) { in dce_clock_read_integrated_info()
355 clk_mgr_dce->dentist_vco_freq_khz = in dce_clock_read_integrated_info()
357 if (clk_mgr_dce->dentist_vco_freq_khz == 0) in dce_clock_read_integrated_info()
358 clk_mgr_dce->dentist_vco_freq_khz = 3600000; in dce_clock_read_integrated_info()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/clk_mgr/dce112/
Ddce112_clk_mgr.c84 clk_mgr_dce->dentist_vco_freq_khz / 62); in dce112_set_clock()
138 clk_mgr->dentist_vco_freq_khz / 62); in dce112_set_dispclk()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn21/
Drn_clk_mgr.c537 clk_mgr->dentist_vco_freq_khz = 3600000; in rn_clk_mgr_construct()
543 clk_mgr->dentist_vco_freq_khz = get_vco_frequency_from_reg(clk_mgr); in rn_clk_mgr_construct()
546 if (clk_mgr->dentist_vco_freq_khz == 0) in rn_clk_mgr_construct()
547 clk_mgr->dentist_vco_freq_khz = 3600000; in rn_clk_mgr_construct()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/inc/hw/
Dclk_mgr_internal.h213 int dentist_vco_freq_khz; member