Home
last modified time | relevance | path

Searched refs:max_flip_time_us (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.c534 unsigned int max_flip_time_us, in dcn6_calculate_flip_schedule() argument
551 DML_LOG_VERBOSE("DML::%s: ip.max_flip_time_us = %d\n", __func__, max_flip_time_us); in dcn6_calculate_flip_schedule()
584 math_max2(Tvm_trips_flip_rounded + 2 * Tr0_trips_flip_rounded, (double)max_flip_time_us)); in dcn6_calculate_flip_schedule()
H A Ddml2_core_shared_types.h86 unsigned int max_flip_time_us; member
H A Ddml2_core_dcn5_calcs_dchub.c4003 unsigned int max_flip_time_us, in dcn5_calculate_flip_schedule() argument
4024 DML_LOG_VERBOSE("DML::%s: ip.max_flip_time_us = %d\n", __func__, max_flip_time_us); in dcn5_calculate_flip_schedule()
4074 math_max2(Tvm_trips_flip_rounded + 2 * Tr0_trips_flip_rounded, (double)max_flip_time_us)); in dcn5_calculate_flip_schedule()
H A Ddml2_core_dcn5_funcs_mode_programming.c944 mode_lib->ip.max_flip_time_us, in dcn5_mode_programming()