Home
last modified time | relevance | path

Searched refs:uclk_mts (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn302/
H A Ddcn302_fpu.c168 static void dcn302_get_optimal_dcfclk_fclk_for_uclk(unsigned int uclk_mts, in dcn302_get_optimal_dcfclk_fclk_for_uclk() argument
175 bw_from_dram1 = uclk_mts * dcn3_02_soc.num_chans * in dcn302_get_optimal_dcfclk_fclk_for_uclk()
178 bw_from_dram2 = uclk_mts * dcn3_02_soc.num_chans * in dcn302_get_optimal_dcfclk_fclk_for_uclk()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn303/
H A Ddcn303_fpu.c167 static void dcn303_get_optimal_dcfclk_fclk_for_uclk(unsigned int uclk_mts, in dcn303_get_optimal_dcfclk_fclk_for_uclk() argument
173 bw_from_dram1 = uclk_mts * dcn3_03_soc.num_chans * in dcn303_get_optimal_dcfclk_fclk_for_uclk()
175 bw_from_dram2 = uclk_mts * dcn3_03_soc.num_chans * in dcn303_get_optimal_dcfclk_fclk_for_uclk()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn321/
H A Ddcn321_fpu.c577 static void dcn321_get_optimal_dcfclk_fclk_for_uclk(unsigned int uclk_mts, in dcn321_get_optimal_dcfclk_fclk_for_uclk() argument
583 bw_from_dram1 = uclk_mts * dcn3_21_soc.num_chans * in dcn321_get_optimal_dcfclk_fclk_for_uclk()
585 bw_from_dram2 = uclk_mts * dcn3_21_soc.num_chans * in dcn321_get_optimal_dcfclk_fclk_for_uclk()
/linux/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddml2_utils.c186 context->bw_ctx.bw.dcn.clk.dramclk_khz = out_clks->uclk_mts / 16; in dml2_copy_clocks_to_dc_state()