Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn5_funcs_mode_programming.c35 struct dml2_soc_operating_point max_sop; in dcn5_mode_programming() local
48 sop_table->get_max_sop(sop_table, &max_sop); in dcn5_mode_programming()
1425 …n_DCFCLK_cycles = (min_return_uclk_cycles / (max_sop.uclk_khz / 1000.0) + min_return_fclk_cycles /… in dcn5_mode_programming()
1430 DML_LOG_VERBOSE("DML::%s: max_sop.fclk_khz = %d\n", __func__, max_sop.fclk_khz); in dcn5_mode_programming()
1431 DML_LOG_VERBOSE("DML::%s: max_sop.dcfclk_khz = %d\n", __func__, max_sop.dcfclk_khz); in dcn5_mode_programming()
1432 DML_LOG_VERBOSE("DML::%s: max_sop.uclk_khz = %d\n", __func__, max_sop.uclk_khz); in dcn5_mode_programming()