Lines Matching refs:fixed

183 				in_out_vrr->fixed.target_refresh_in_uhz);  in update_v_total_for_static_ramp()
212 in_out_vrr->fixed.ramping_active = false; in update_v_total_for_static_ramp()
213 in_out_vrr->fixed.ramping_done = true; in update_v_total_for_static_ramp()
216 in_out_vrr->fixed.target_refresh_in_uhz); in update_v_total_for_static_ramp()
225 in_out_vrr->fixed.ramping_active = false; in update_v_total_for_static_ramp()
226 in_out_vrr->fixed.ramping_done = true; in update_v_total_for_static_ramp()
229 in_out_vrr->fixed.target_refresh_in_uhz); in update_v_total_for_static_ramp()
413 if (in_out_vrr->fixed.fixed_active) { in apply_fixed_refresh()
414 in_out_vrr->fixed.frame_counter++; in apply_fixed_refresh()
416 if (in_out_vrr->fixed.frame_counter > in apply_fixed_refresh()
418 in_out_vrr->fixed.frame_counter = 0; in apply_fixed_refresh()
419 in_out_vrr->fixed.fixed_active = false; in apply_fixed_refresh()
420 in_out_vrr->fixed.target_refresh_in_uhz = 0; in apply_fixed_refresh()
426 if (!in_out_vrr->fixed.fixed_active) { in apply_fixed_refresh()
427 in_out_vrr->fixed.frame_counter++; in apply_fixed_refresh()
429 if (in_out_vrr->fixed.frame_counter > in apply_fixed_refresh()
431 in_out_vrr->fixed.frame_counter = 0; in apply_fixed_refresh()
432 in_out_vrr->fixed.fixed_active = true; in apply_fixed_refresh()
433 in_out_vrr->fixed.target_refresh_in_uhz = in apply_fixed_refresh()
441 if (in_out_vrr->fixed.fixed_active) { in apply_fixed_refresh()
467 in_vrr->fixed.target_refresh_in_uhz != in vrr_settings_require_update()
953 in_out_vrr->fixed.ramping_active = in_config->ramping; in mod_freesync_build_vrr_params()
970 in_out_vrr->fixed.fixed_active = false; in mod_freesync_build_vrr_params()
971 in_out_vrr->fixed.target_refresh_in_uhz = 0; in mod_freesync_build_vrr_params()
996 in_out_vrr->fixed.target_refresh_in_uhz = in mod_freesync_build_vrr_params()
998 if (in_out_vrr->fixed.ramping_active && in mod_freesync_build_vrr_params()
999 in_out_vrr->fixed.fixed_active) { in mod_freesync_build_vrr_params()
1003 in_out_vrr->fixed.fixed_active = true; in mod_freesync_build_vrr_params()
1005 in_out_vrr->fixed.fixed_active = true; in mod_freesync_build_vrr_params()
1008 in_out_vrr->fixed.target_refresh_in_uhz); in mod_freesync_build_vrr_params()
1126 in_out_vrr->fixed.ramping_active = false; in mod_freesync_handle_v_update()
1131 in_out_vrr->fixed.ramping_active) { in mod_freesync_handle_v_update()