Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn6_calcs_dchub.c535 unsigned int max_flip_time_lines, in dcn6_calculate_flip_schedule() argument
552 DML_LOG_VERBOSE("DML::%s: ip.max_flip_time_lines = %d\n", __func__, max_flip_time_lines); in dcn6_calculate_flip_schedule()
583 …l->max_flip_time = math_min2(math_min2(l->min_row_time, (double)max_flip_time_lines * LineTime / V… in dcn6_calculate_flip_schedule()
H A Ddml2_core_shared_types.h87 unsigned int max_flip_time_lines; member
H A Ddml2_core_dcn5_calcs_dchub.c4004 unsigned int max_flip_time_lines, in dcn5_calculate_flip_schedule() argument
4025 DML_LOG_VERBOSE("DML::%s: ip.max_flip_time_lines = %d\n", __func__, max_flip_time_lines); in dcn5_calculate_flip_schedule()
4073 …l->max_flip_time = math_min2(math_min2(l->min_row_time, (double)max_flip_time_lines * LineTime / V… in dcn5_calculate_flip_schedule()
H A Ddml2_core_dcn5_funcs_mode_programming.c945 mode_lib->ip.max_flip_time_lines, in dcn5_mode_programming()