Lines Matching refs:fixed

192 				in_out_vrr->fixed.target_refresh_in_uhz);  in update_v_total_for_static_ramp()
221 in_out_vrr->fixed.ramping_active = false; in update_v_total_for_static_ramp()
222 in_out_vrr->fixed.ramping_done = true; in update_v_total_for_static_ramp()
225 in_out_vrr->fixed.target_refresh_in_uhz); in update_v_total_for_static_ramp()
234 in_out_vrr->fixed.ramping_active = false; in update_v_total_for_static_ramp()
235 in_out_vrr->fixed.ramping_done = true; in update_v_total_for_static_ramp()
238 in_out_vrr->fixed.target_refresh_in_uhz); in update_v_total_for_static_ramp()
422 if (in_out_vrr->fixed.fixed_active) { in apply_fixed_refresh()
423 in_out_vrr->fixed.frame_counter++; in apply_fixed_refresh()
425 if (in_out_vrr->fixed.frame_counter > in apply_fixed_refresh()
427 in_out_vrr->fixed.frame_counter = 0; in apply_fixed_refresh()
428 in_out_vrr->fixed.fixed_active = false; in apply_fixed_refresh()
429 in_out_vrr->fixed.target_refresh_in_uhz = 0; in apply_fixed_refresh()
433 in_out_vrr->fixed.frame_counter = 0; in apply_fixed_refresh()
436 if (!in_out_vrr->fixed.fixed_active) { in apply_fixed_refresh()
437 in_out_vrr->fixed.frame_counter++; in apply_fixed_refresh()
439 if (in_out_vrr->fixed.frame_counter > in apply_fixed_refresh()
441 in_out_vrr->fixed.frame_counter = 0; in apply_fixed_refresh()
442 in_out_vrr->fixed.fixed_active = true; in apply_fixed_refresh()
443 in_out_vrr->fixed.target_refresh_in_uhz = in apply_fixed_refresh()
448 in_out_vrr->fixed.frame_counter = 0; in apply_fixed_refresh()
452 if (in_out_vrr->fixed.fixed_active) { in apply_fixed_refresh()
478 in_vrr->fixed.target_refresh_in_uhz != in vrr_settings_require_update()
1066 in_out_vrr->fixed.ramping_active = in_config->ramping; in mod_freesync_build_vrr_params()
1083 in_out_vrr->fixed.fixed_active = false; in mod_freesync_build_vrr_params()
1084 in_out_vrr->fixed.target_refresh_in_uhz = 0; in mod_freesync_build_vrr_params()
1109 in_out_vrr->fixed.target_refresh_in_uhz = in mod_freesync_build_vrr_params()
1111 if (in_out_vrr->fixed.ramping_active && in mod_freesync_build_vrr_params()
1112 in_out_vrr->fixed.fixed_active) { in mod_freesync_build_vrr_params()
1116 in_out_vrr->fixed.fixed_active = true; in mod_freesync_build_vrr_params()
1118 in_out_vrr->fixed.fixed_active = true; in mod_freesync_build_vrr_params()
1121 in_out_vrr->fixed.target_refresh_in_uhz); in mod_freesync_build_vrr_params()
1239 in_out_vrr->fixed.ramping_active = false; in mod_freesync_handle_v_update()
1245 in_out_vrr->fixed.ramping_active) { in mod_freesync_handle_v_update()