Searched refs:fixed_mode_vrefresh (Results 1 – 1 of 1) sorted by relevance
72 int vrefresh, int fixed_mode_vrefresh, in is_best_fixed_mode() argument85 is_in_vrr_range(connector, fixed_mode_vrefresh) && in is_best_fixed_mode()86 fixed_mode_vrefresh < vrefresh) in is_best_fixed_mode()90 return abs(fixed_mode_vrefresh - vrefresh) < in is_best_fixed_mode()102 int fixed_mode_vrefresh = drm_mode_vrefresh(fixed_mode); in intel_panel_fixed_mode() local105 fixed_mode_vrefresh, best_mode)) in intel_panel_fixed_mode()214 int vrefresh, fixed_mode_vrefresh; in intel_panel_compute_config() local221 fixed_mode_vrefresh = drm_mode_vrefresh(fixed_mode); in intel_panel_compute_config()228 is_in_vrr_range(connector, fixed_mode_vrefresh); in intel_panel_compute_config()237 if (abs(vrefresh - fixed_mode_vrefresh) > 1) { in intel_panel_compute_config()[all …]