/linux-6.6.21/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn201/ |
D | dcn201_clk_mgr.c | 193 clk_mgr->base.dprefclk_khz = REG_READ(CLK4_CLK2_CURRENT_CNT); in dcn201_clk_mgr_construct() 194 clk_mgr->base.dprefclk_khz *= 100; in dcn201_clk_mgr_construct() 196 if (clk_mgr->base.dprefclk_khz == 0) in dcn201_clk_mgr_construct() 197 clk_mgr->base.dprefclk_khz = 600000; in dcn201_clk_mgr_construct()
|
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/clk_mgr/dce120/ |
D | dce120_clk_mgr.c | 136 clk_mgr->base.dprefclk_khz = 600000; in dce120_clk_mgr_construct() 143 clk_mgr->base.dprefclk_khz = 625000; in dce121_clk_mgr_construct()
|
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn301/ |
D | dcn301_smu.c | 160 DC_LOG_DEBUG("%s %d\n", __func__, clk_mgr->base.dprefclk_khz / 1000); in dcn301_smu_set_dprefclk() 165 khz_to_mhz_ceil(clk_mgr->base.dprefclk_khz)); in dcn301_smu_set_dprefclk()
|
D | vg_clk_mgr.c | 725 clk_mgr->base.base.dprefclk_khz = 600000; in vg_clk_mgr_construct()
|
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/inc/hw/ |
D | clk_mgr.h | 242 uint32_t dprefclk_khz; member 310 …int dprefclk_khz; // Used by program pixel clock in clock source funcs, need to figureout where th… member
|
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn31/ |
D | dcn31_smu.c | 178 return clk_mgr->base.dprefclk_khz; in dcn31_smu_set_dprefclk() 183 khz_to_mhz_ceil(clk_mgr->base.dprefclk_khz)); in dcn31_smu_set_dprefclk()
|
D | dcn31_clk_mgr.c | 735 clk_mgr->base.base.dprefclk_khz = 600000; in dcn31_clk_mgr_construct()
|
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn314/ |
D | dcn314_smu.c | 196 return clk_mgr->base.dprefclk_khz; in dcn314_smu_set_dprefclk() 201 khz_to_mhz_ceil(clk_mgr->base.dprefclk_khz)); in dcn314_smu_set_dprefclk()
|
D | dcn314_clk_mgr.c | 779 clk_mgr->base.base.dprefclk_khz = 600000; in dcn314_clk_mgr_construct()
|
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn10/ |
D | rv1_clk_mgr_vbios_smu.c | 154 khz_to_mhz_ceil(clk_mgr->base.dprefclk_khz)); in rv1_vbios_smu_set_dprefclk()
|
D | rv1_clk_mgr.c | 334 clk_mgr->base.dprefclk_khz = 600000; in rv1_clk_mgr_construct()
|
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn315/ |
D | dcn315_clk_mgr.c | 655 clk_mgr->base.base.dprefclk_khz = 600000; in dcn315_clk_mgr_construct() 656 clk_mgr->base.base.dprefclk_khz = dcn315_smu_get_dpref_clk(&clk_mgr->base); in dcn315_clk_mgr_construct() 657 clk_mgr->base.base.clks.ref_dtbclk_khz = clk_mgr->base.base.dprefclk_khz; in dcn315_clk_mgr_construct() 659 …ks.ref_dtbclk_khz = dce_adjust_dp_ref_freq_for_ss(&clk_mgr->base, clk_mgr->base.base.dprefclk_khz); in dcn315_clk_mgr_construct()
|
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn316/ |
D | dcn316_clk_mgr.c | 637 clk_mgr->base.base.dprefclk_khz = 600000; in dcn316_clk_mgr_construct() 638 clk_mgr->base.base.dprefclk_khz = dcn316_smu_get_dpref_clk(&clk_mgr->base); in dcn316_clk_mgr_construct() 639 clk_mgr->base.base.clks.ref_dtbclk_khz = clk_mgr->base.base.dprefclk_khz; in dcn316_clk_mgr_construct()
|
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn21/ |
D | rn_clk_mgr_vbios_smu.c | 169 khz_to_mhz_ceil(clk_mgr->base.dprefclk_khz)); in rn_vbios_smu_set_dprefclk()
|
D | rn_clk_mgr.c | 765 clk_mgr->base.dprefclk_khz = 600000; in rn_clk_mgr_construct()
|
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dce/ |
D | dce_clk_mgr.c | 178 return clk_mgr_adjust_dp_ref_freq_for_ss(clk_mgr_dce, clk_mgr_dce->dprefclk_khz); in dce12_get_dp_ref_freq_khz() 934 clk_mgr_dce->dprefclk_khz = 600000; in dce120_clk_mgr_create() 955 clk_mgr_dce->dprefclk_khz = 625000; in dce121_clk_mgr_create()
|
D | dce_clock_source.c | 969 unsigned int dp_dto_ref_khz = clock_source->ctx->dc->clk_mgr->dprefclk_khz; in dcn31_program_pix_clk() 1099 clock_source->ctx->dc->clk_mgr->dprefclk_khz*10, in get_pixel_clk_frequency_100hz() 1185 clock_source->ctx->dc->clk_mgr->dprefclk_khz*1000); in dcn20_program_pix_clk() 1221 unsigned int dp_dto_ref_khz = clock_source->ctx->dc->clk_mgr->dprefclk_khz; in dcn3_program_pix_clk()
|
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn30/ |
D | dcn30_clk_mgr.c | 540 clk_mgr->base.dprefclk_khz = 730000; // 700 MHz planned if VCO is 3.85 GHz, will be retrieved in dcn3_clk_mgr_construct() 554 clk_mgr->base.dprefclk_khz = s.dprefclk * 1000; in dcn3_clk_mgr_construct()
|
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn20/ |
D | dcn20_clk_mgr.c | 553 clk_mgr->base.dprefclk_khz = 700000; // 700 MHz planned if VCO is 3.85 GHz, will be retrieved in dcn20_clk_mgr_construct() 581 clk_mgr->base.dprefclk_khz = (DENTIST_DIVIDER_RANGE_SCALE_FACTOR in dcn20_clk_mgr_construct()
|
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/clk_mgr/dce100/ |
D | dce_clk_mgr.c | 159 return dce_adjust_dp_ref_freq_for_ss(clk_mgr_dce, clk_mgr_base->dprefclk_khz); in dce12_get_dp_ref_freq_khz()
|
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn32/ |
D | dcn32_clk_mgr.c | 982 clk_mgr->base.dprefclk_khz = 716666; in dcn32_clk_mgr_construct() 1007 clk_mgr->base.dprefclk_khz = clk_mgr->base.boot_snapshot.dprefclk; in dcn32_clk_mgr_construct()
|
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn10/ |
D | dcn10_hw_sequencer.c | 2119 dc->res_pool->dp_clock_source->ctx->dc->clk_mgr->dprefclk_khz*10; in dcn10_align_pixel_clocks()
|