Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_pmo/
H A Ddml2_pmo_dcn6_stage_optimizers.c127 double *blackout_us, in dcn6_get_params_for_pstate_type() argument
133 *blackout_us = pmo->utm_soc_bb->power_management_parameters.dram_clk_change_blackout_us; in dcn6_get_params_for_pstate_type()
138 *blackout_us = pmo->utm_soc_bb->power_management_parameters.fclk_change_blackout_us; in dcn6_get_params_for_pstate_type()
143 *blackout_us = math_max2( in dcn6_get_params_for_pstate_type()
151 *blackout_us = math_max2( in dcn6_get_params_for_pstate_type()
159 *blackout_us = 0.0; in dcn6_get_params_for_pstate_type()
682 double blackout_us, in dcn6_build_pstate_meta_per_stream() argument
738 …stream_pstate_meta->blackout_otg_vlines = (int)math_ceil(blackout_us / stream_pstate_meta->otg_vli… in dcn6_build_pstate_meta_per_stream()
758 blackout_us - in dcn6_build_pstate_meta_per_stream()
920 …te_type(pmo, worksheet, dml2_pstate_type_uclk, &s->allow_delay_us, &s->blackout_us, &s->watermark_… in dml2_pmo_dcn6_stage_optimizer_uclk_pstate_init()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn6_calcs_dchub.c1045 double blackout_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()
1678 const double blackout_us, in dcn6_calculate_pstate_schedule_windows() argument
1699 blackout_otg_vlines = (int)(math_ceil(blackout_us / otg_vline_time_us[k])); in dcn6_calculate_pstate_schedule_windows()
H A Ddml2_core_dcn5_calcs_dchub.c4184 double blackout_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()
5285 unsigned int blackout_us; member
5293 .blackout_us = 23,
5297 .blackout_us = 10,
5301 .blackout_us = 10,
5305 .blackout_us = 8,
[all …]