Home
last modified time | relevance | path

Searched refs:ref_clock_inKhz (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/dev/drm/amd/display/dc/inc/
H A Dcore_types.h151 unsigned int ref_clock_inKhz; member
/dragonfly/sys/dev/drm/amd/display/dc/dcn10/
H A Ddcn10_hw_sequencer.c67 const uint32_t ref_clk_mhz = dc_ctx->dc->res_pool->ref_clock_inKhz / 1000; in print_microsec()
2395 dc->res_pool->ref_clock_inKhz / 1000, in dcn10_set_bandwidth()
2603 .ref_clk_khz = pipe_ctx->stream->ctx->dc->res_pool->ref_clock_inKhz, in dcn10_set_cursor_position()
/dragonfly/sys/dev/drm/amd/display/dc/calcs/
H A Ddcn_calcs.c470 input.clks_cfg.refclk_mhz = dc->res_pool->ref_clock_inKhz / 1000.0; in dcn_bw_calc_rq_dlg_ttu()
/dragonfly/sys/dev/drm/amd/display/dc/dce110/
H A Ddce110_hw_sequencer.c2836 .ref_clk_khz = pipe_ctx->stream->ctx->dc->res_pool->ref_clock_inKhz, in dce110_set_cursor_position()
/dragonfly/sys/dev/drm/amd/display/dc/core/
H A Ddc_resource.c155 res_pool->ref_clock_inKhz = fw_info.pll_info.crystal_frequency; in dc_create_resource_pool()