• Home
  • Raw
  • Download

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()
387 if (in_out_vrr->fixed.fixed_active) { in apply_fixed_refresh()
388 in_out_vrr->fixed.frame_counter++; in apply_fixed_refresh()
390 if (in_out_vrr->fixed.frame_counter > in apply_fixed_refresh()
392 in_out_vrr->fixed.frame_counter = 0; in apply_fixed_refresh()
393 in_out_vrr->fixed.fixed_active = false; in apply_fixed_refresh()
394 in_out_vrr->fixed.target_refresh_in_uhz = 0; in apply_fixed_refresh()
400 if (!in_out_vrr->fixed.fixed_active) { in apply_fixed_refresh()
401 in_out_vrr->fixed.frame_counter++; in apply_fixed_refresh()
403 if (in_out_vrr->fixed.frame_counter > in apply_fixed_refresh()
405 in_out_vrr->fixed.frame_counter = 0; in apply_fixed_refresh()
406 in_out_vrr->fixed.fixed_active = true; in apply_fixed_refresh()
407 in_out_vrr->fixed.target_refresh_in_uhz = in apply_fixed_refresh()
415 if (in_out_vrr->fixed.fixed_active) { in apply_fixed_refresh()
441 in_vrr->fixed.target_refresh_in_uhz != in vrr_settings_require_update()
798 in_out_vrr->fixed.ramping_active = in_config->ramping; in mod_freesync_build_vrr_params()
832 in_out_vrr->fixed.target_refresh_in_uhz = in mod_freesync_build_vrr_params()
834 if (in_out_vrr->fixed.ramping_active && in mod_freesync_build_vrr_params()
835 in_out_vrr->fixed.fixed_active) { in mod_freesync_build_vrr_params()
839 in_out_vrr->fixed.fixed_active = true; in mod_freesync_build_vrr_params()
841 in_out_vrr->fixed.fixed_active = true; in mod_freesync_build_vrr_params()
844 in_out_vrr->fixed.target_refresh_in_uhz); in mod_freesync_build_vrr_params()
962 in_out_vrr->fixed.ramping_active = false; in mod_freesync_handle_v_update()
967 in_out_vrr->fixed.ramping_active) { in mod_freesync_handle_v_update()