Home
last modified time | relevance | path

Searched refs:dprefclk_khz (Results 1 – 11 of 11) sorted by relevance

/openbsd/src/sys/dev/pci/drm/amd/display/dc/clk_mgr/dce120/
Ddce120_clk_mgr.c136 clk_mgr->base.dprefclk_khz = 600000; in dce120_clk_mgr_construct()
143 clk_mgr->base.dprefclk_khz = 625000; in dce121_clk_mgr_construct()
/openbsd/src/sys/dev/pci/drm/amd/display/dc/inc/hw/
Dclk_mgr.h263 uint32_t dprefclk_khz; member
333 …int dprefclk_khz; // Used by program pixel clock in clock source funcs, need to figureout where th… member
/openbsd/src/sys/dev/pci/drm/amd/display/dc/clk_mgr/dcn10/
Drv1_clk_mgr_vbios_smu.c153 khz_to_mhz_ceil(clk_mgr->base.dprefclk_khz)); in rv1_vbios_smu_set_dprefclk()
Drv1_clk_mgr.c331 clk_mgr->base.dprefclk_khz = 600000; in rv1_clk_mgr_construct()
/openbsd/src/sys/dev/pci/drm/amd/display/dc/clk_mgr/dcn21/
Drn_clk_mgr_vbios_smu.c174 khz_to_mhz_ceil(clk_mgr->base.dprefclk_khz)); in rn_vbios_smu_set_dprefclk()
Drn_clk_mgr.c765 clk_mgr->base.dprefclk_khz = 600000; in rn_clk_mgr_construct()
/openbsd/src/sys/dev/pci/drm/amd/display/dc/dce/
Ddce_clock_source.c973 unsigned int dp_dto_ref_khz = clock_source->ctx->dc->clk_mgr->dprefclk_khz; in dcn31_program_pix_clk()
1087 dtbclk_p_src_clk_khz = clock_source->ctx->dc->clk_mgr->dprefclk_khz; in dcn401_program_pix_clk()
1196 unsigned int dp_dto_ref_khz = clock_source->ctx->dc->clk_mgr->dprefclk_khz; in get_pixel_clk_frequency_100hz()
1295 clock_source->ctx->dc->clk_mgr->dprefclk_khz*1000); in dcn20_program_pix_clk()
1331 unsigned int dp_dto_ref_khz = clock_source->ctx->dc->clk_mgr->dprefclk_khz; in dcn3_program_pix_clk()
Ddce_clk_mgr.c178 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()
/openbsd/src/sys/dev/pci/drm/amd/display/dc/clk_mgr/dcn30/
Ddcn30_clk_mgr.c540 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()
/openbsd/src/sys/dev/pci/drm/amd/display/dc/clk_mgr/dcn20/
Ddcn20_clk_mgr.c553 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()
/openbsd/src/sys/dev/pci/drm/amd/display/dc/clk_mgr/dce100/
Ddce_clk_mgr.c159 return dce_adjust_dp_ref_freq_for_ss(clk_mgr_dce, clk_mgr_base->dprefclk_khz); in dce12_get_dp_ref_freq_khz()