Lines Matching refs:fixed_mode_vrefresh
63 int vrefresh, int fixed_mode_vrefresh, in is_best_fixed_mode() argument
76 intel_vrr_is_in_range(connector, fixed_mode_vrefresh) && in is_best_fixed_mode()
77 fixed_mode_vrefresh < vrefresh) in is_best_fixed_mode()
81 return abs(fixed_mode_vrefresh - vrefresh) < in is_best_fixed_mode()
93 int fixed_mode_vrefresh = drm_mode_vrefresh(fixed_mode); in intel_panel_fixed_mode() local
96 fixed_mode_vrefresh, best_mode)) in intel_panel_fixed_mode()
205 int vrefresh, fixed_mode_vrefresh; in intel_panel_compute_config() local
212 fixed_mode_vrefresh = drm_mode_vrefresh(fixed_mode); in intel_panel_compute_config()
219 intel_vrr_is_in_range(connector, fixed_mode_vrefresh); in intel_panel_compute_config()
228 if (abs(vrefresh - fixed_mode_vrefresh) > 1) { in intel_panel_compute_config()
232 vrefresh, fixed_mode_vrefresh); in intel_panel_compute_config()
240 if (is_vrr && fixed_mode_vrefresh != vrefresh) in intel_panel_compute_config()