Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/resource/dcn32/
H A Ddcn32_resource_helpers.c465 int refresh_rate_max_stretch_100hz; in is_refresh_rate_support_mclk_switch_using_fw_based_vblank_stretch() local
471 refresh_rate_max_stretch_100hz = get_frame_rate_at_max_stretch_100hz(fpo_candidate_stream, fpo_vactive_margin_us); in is_refresh_rate_support_mclk_switch_using_fw_based_vblank_stretch()
474 if (refresh_rate_max_stretch_100hz < min_refresh_100hz) in is_refresh_rate_support_mclk_switch_using_fw_based_vblank_stretch()
478 !dc_stream_is_refresh_rate_range_flickerless(fpo_candidate_stream, (refresh_rate_max_stretch_100hz / 100), current_refresh_rate, false)) in is_refresh_rate_support_mclk_switch_using_fw_based_vblank_stretch()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn30/
H A Ddcn30_resource.c1944 int refresh_rate_max_stretch_100hz; in is_refresh_rate_support_mclk_switch_using_fw_based_vblank_stretch() local
1950 refresh_rate_max_stretch_100hz = get_frame_rate_at_max_stretch_100hz(context); in is_refresh_rate_support_mclk_switch_using_fw_based_vblank_stretch()
1953 if (refresh_rate_max_stretch_100hz < min_refresh_100hz) in is_refresh_rate_support_mclk_switch_using_fw_based_vblank_stretch()