Lines Matching refs:fixed
195 in_out_vrr->fixed.target_refresh_in_uhz); in update_v_total_for_static_ramp()
224 in_out_vrr->fixed.ramping_active = false; in update_v_total_for_static_ramp()
225 in_out_vrr->fixed.ramping_done = true; in update_v_total_for_static_ramp()
228 in_out_vrr->fixed.target_refresh_in_uhz); in update_v_total_for_static_ramp()
237 in_out_vrr->fixed.ramping_active = false; in update_v_total_for_static_ramp()
238 in_out_vrr->fixed.ramping_done = true; in update_v_total_for_static_ramp()
241 in_out_vrr->fixed.target_refresh_in_uhz); in update_v_total_for_static_ramp()
427 if (in_out_vrr->fixed.fixed_active) { in apply_fixed_refresh()
428 in_out_vrr->fixed.frame_counter++; in apply_fixed_refresh()
430 if (in_out_vrr->fixed.frame_counter > in apply_fixed_refresh()
432 in_out_vrr->fixed.frame_counter = 0; in apply_fixed_refresh()
433 in_out_vrr->fixed.fixed_active = false; in apply_fixed_refresh()
434 in_out_vrr->fixed.target_refresh_in_uhz = 0; in apply_fixed_refresh()
438 in_out_vrr->fixed.frame_counter = 0; in apply_fixed_refresh()
441 if (!in_out_vrr->fixed.fixed_active) { in apply_fixed_refresh()
442 in_out_vrr->fixed.frame_counter++; in apply_fixed_refresh()
444 if (in_out_vrr->fixed.frame_counter > in apply_fixed_refresh()
446 in_out_vrr->fixed.frame_counter = 0; in apply_fixed_refresh()
447 in_out_vrr->fixed.fixed_active = true; in apply_fixed_refresh()
448 in_out_vrr->fixed.target_refresh_in_uhz = in apply_fixed_refresh()
453 in_out_vrr->fixed.frame_counter = 0; in apply_fixed_refresh()
457 if (in_out_vrr->fixed.fixed_active) { in apply_fixed_refresh()
518 in_vrr->fixed.target_refresh_in_uhz != in vrr_settings_require_update()
1065 in_out_vrr->fixed.ramping_active = in_config->ramping; in mod_freesync_build_vrr_params()
1082 in_out_vrr->fixed.fixed_active = false; in mod_freesync_build_vrr_params()
1083 in_out_vrr->fixed.target_refresh_in_uhz = 0; in mod_freesync_build_vrr_params()
1108 in_out_vrr->fixed.target_refresh_in_uhz = in mod_freesync_build_vrr_params()
1110 if (in_out_vrr->fixed.ramping_active && in mod_freesync_build_vrr_params()
1111 in_out_vrr->fixed.fixed_active) { in mod_freesync_build_vrr_params()
1115 in_out_vrr->fixed.fixed_active = true; in mod_freesync_build_vrr_params()
1117 in_out_vrr->fixed.fixed_active = true; in mod_freesync_build_vrr_params()
1120 in_out_vrr->fixed.target_refresh_in_uhz); in mod_freesync_build_vrr_params()
1257 in_out_vrr->fixed.ramping_active = false; in mod_freesync_handle_v_update()
1263 in_out_vrr->fixed.ramping_active) { in mod_freesync_handle_v_update()