Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dml/dcn302/
A Ddcn302_fpu.c173 double bw_from_dram, bw_from_dram1, bw_from_dram2; in dcn302_get_optimal_dcfclk_fclk_for_uclk() local
175 bw_from_dram1 = uclk_mts * dcn3_02_soc.num_chans * in dcn302_get_optimal_dcfclk_fclk_for_uclk()
182 bw_from_dram = (bw_from_dram1 < bw_from_dram2) ? bw_from_dram1 : bw_from_dram2; in dcn302_get_optimal_dcfclk_fclk_for_uclk()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dml/dcn303/
A Ddcn303_fpu.c171 double bw_from_dram, bw_from_dram1, bw_from_dram2; in dcn303_get_optimal_dcfclk_fclk_for_uclk() local
173 bw_from_dram1 = uclk_mts * dcn3_03_soc.num_chans * in dcn303_get_optimal_dcfclk_fclk_for_uclk()
178 bw_from_dram = (bw_from_dram1 < bw_from_dram2) ? bw_from_dram1 : bw_from_dram2; in dcn303_get_optimal_dcfclk_fclk_for_uclk()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dml/dcn321/
A Ddcn321_fpu.c441 double bw_from_dram, bw_from_dram1, bw_from_dram2; in dcn321_get_optimal_dcfclk_fclk_for_uclk() local
443 bw_from_dram1 = uclk_mts * dcn3_21_soc.num_chans * in dcn321_get_optimal_dcfclk_fclk_for_uclk()
448 bw_from_dram = (bw_from_dram1 < bw_from_dram2) ? bw_from_dram1 : bw_from_dram2; in dcn321_get_optimal_dcfclk_fclk_for_uclk()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dml/dcn30/
A Ddcn30_fpu.c560 double bw_from_dram, bw_from_dram1, bw_from_dram2; in dcn30_fpu_get_optimal_dcfclk_fclk_for_uclk() local
564 bw_from_dram1 = uclk_mts * dcn3_0_soc.num_chans * in dcn30_fpu_get_optimal_dcfclk_fclk_for_uclk()
569 bw_from_dram = (bw_from_dram1 < bw_from_dram2) ? bw_from_dram1 : bw_from_dram2; in dcn30_fpu_get_optimal_dcfclk_fclk_for_uclk()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dml/dcn32/
A Ddcn32_fpu.c2205 double bw_from_dram, bw_from_dram1, bw_from_dram2; in dcn32_get_optimal_dcfclk_fclk_for_uclk() local
2207 bw_from_dram1 = uclk_mts * dcn3_2_soc.num_chans * in dcn32_get_optimal_dcfclk_fclk_for_uclk()
2212 bw_from_dram = (bw_from_dram1 < bw_from_dram2) ? bw_from_dram1 : bw_from_dram2; in dcn32_get_optimal_dcfclk_fclk_for_uclk()

Completed in 25 milliseconds