Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/
H A Ddcn32_resource_helpers.c501 int min_refresh_100hz; in is_refresh_rate_support_mclk_switch_using_fw_based_vblank_stretch() local
507 min_refresh_100hz = fpo_candidate_stream->timing.min_refresh_in_uhz / 10000; in is_refresh_rate_support_mclk_switch_using_fw_based_vblank_stretch()
509 if (refresh_rate_max_stretch_100hz < min_refresh_100hz) in is_refresh_rate_support_mclk_switch_using_fw_based_vblank_stretch()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_resource.c1946 int min_refresh_100hz; in is_refresh_rate_support_mclk_switch_using_fw_based_vblank_stretch() local
1952 min_refresh_100hz = context->streams[0]->timing.min_refresh_in_uhz / 10000; in is_refresh_rate_support_mclk_switch_using_fw_based_vblank_stretch()
1954 if (refresh_rate_max_stretch_100hz < min_refresh_100hz) in is_refresh_rate_support_mclk_switch_using_fw_based_vblank_stretch()