Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn6_calcs_dchub.c1044 double reserved_vblank_us, in dcn6_calculate_pstate_support_method() argument
1054 (vactive_margin_us > 0 && reserved_vblank_us >= blackout_us)) in dcn6_calculate_pstate_support_method()
1058 else if (reserved_vblank_us >= blackout_us) in dcn6_calculate_pstate_support_method()
1063 (vactive_margin_us > 0 && reserved_vblank_us >= blackout_us)) in dcn6_calculate_pstate_support_method()
1068 reserved_vblank_us >= blackout_us) { in dcn6_calculate_pstate_support_method()
1677 const double reserved_vblank_us[DML2_MAX_PLANES], in dcn6_calculate_pstate_schedule_windows()
1701 reserved_vblank_otg_vlines = (int)(math_ceil(reserved_vblank_us[k] / otg_vline_time_us[k])); in dcn6_calculate_pstate_schedule_windows()
H A Ddml2_core_dcn5_calcs_dchub.c4183 double reserved_vblank_us, in dcn5_calculate_pstate_support_method() argument
4193 (vactive_margin_us > 0 && reserved_vblank_us >= blackout_us)) in dcn5_calculate_pstate_support_method()
4197 else if (reserved_vblank_us >= blackout_us) in dcn5_calculate_pstate_support_method()
4202 (vactive_margin_us > 0 && reserved_vblank_us >= blackout_us)) in dcn5_calculate_pstate_support_method()
4207 reserved_vblank_us >= blackout_us) { in dcn5_calculate_pstate_support_method()