Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_pmo/
H A Ddml2_pmo_dcn6_stage_optimizers.c377 double shift_per_period; in dcn6_is_pstate_schedulable() local
390shift_per_period = s->group_common_pstate_meta[sml_idx].period_us * (period_ratio - math_floor(per… in dcn6_is_pstate_schedulable()
392 …max_disallow_time_us = max_shift_us / shift_per_period * s->group_common_pstate_meta[lrg_idx].peri… in dcn6_is_pstate_schedulable()
395 if (shift_per_period > 0.0 && in dcn6_is_pstate_schedulable()
396 shift_per_period < sum_allow_time_us && in dcn6_is_pstate_schedulable()