Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_hw_sequencer_debug.c80 const uint32_t ref_clk_mhz = dc_ctx->dc->res_pool->ref_clocks.dchub_ref_clock_inKhz / 1000; in dcn10_get_hubbub_state() local
118 const uint32_t ref_clk_mhz = dc_ctx->dc->res_pool->ref_clocks.dchub_ref_clock_inKhz / 1000; in dcn10_get_hubp_states() local
Ddcn10_hw_sequencer.c86 const uint32_t ref_clk_mhz = dc_ctx->dc->res_pool->ref_clocks.dchub_ref_clock_inKhz / 1000; in print_microsec() local
/linux-6.1.9/drivers/gpu/drm/kmb/
Dkmb_dsi.c864 u32 ref_clk_mhz, u32 target_freq_mhz) in mipi_tx_pll_setup()