Home
last modified time | relevance | path

Searched defs:ref_clk_mhz (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_hw_sequencer_debug.c81 const uint32_t ref_clk_mhz = dc_ctx->dc->res_pool->ref_clocks.dchub_ref_clock_inKhz / 1000; in dcn10_get_hubbub_state() local
119 const uint32_t ref_clk_mhz = dc_ctx->dc->res_pool->ref_clocks.dchub_ref_clock_inKhz / 1000; in dcn10_get_hubp_states() local
H A Ddcn10_hw_sequencer.c84 const uint32_t ref_clk_mhz = dc_ctx->dc->res_pool->ref_clocks.dchub_ref_clock_inKhz / 1000; in print_microsec() local
/openbmc/linux/drivers/gpu/drm/kmb/
H A Dkmb_dsi.c864 u32 ref_clk_mhz, u32 target_freq_mhz) in mipi_tx_pll_setup()