Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/display/modules/freesync/
A Dfreesync.c621 unsigned int min_refresh; in build_vrr_infopacket_data_v3() local
661 min_refresh = (vrr->min_refresh_in_uhz + 500000) / 1000000; in build_vrr_infopacket_data_v3()
666 (vrr->state == VRR_STATE_ACTIVE_VARIABLE) ? min_refresh : in build_vrr_infopacket_data_v3()
667 (vrr->state == VRR_STATE_INACTIVE) ? min_refresh : in build_vrr_infopacket_data_v3()
/drivers/gpu/drm/amd/display/dc/dml/dcn32/
A Ddcn32_fpu.c40 .min_refresh = 120,
50 .min_refresh = 55,
991 uint32_t min_refresh = subvp_high_refresh_list.min_refresh, max_refresh = 0; in subvp_subvp_admissable() local
1007 if ((uint32_t)refresh_rate < min_refresh) in subvp_subvp_admissable()
1008 min_refresh = (uint32_t)refresh_rate; in subvp_subvp_admissable()
1016 (min_refresh >= subvp_high_refresh_list.min_refresh && in subvp_subvp_admissable()
3395 uint32_t min_refresh = subvp_active_margin_list.min_refresh; in dcn32_allow_subvp_with_active_margin() local
3437 uint32_t subvp_min_refresh = subvp_high_refresh_list.min_refresh; in dcn32_allow_subvp_high_refresh_rate()
3439 uint32_t min_refresh = subvp_max_refresh; in dcn32_allow_subvp_high_refresh_rate() local
3455 if (refresh_rate < min_refresh) in dcn32_allow_subvp_high_refresh_rate()
[all …]
/drivers/gpu/drm/amd/display/dc/resource/dcn32/
A Ddcn32_resource.h54 int min_refresh; member
63 int min_refresh; member

Completed in 14 milliseconds