Home
last modified time | relevance | path

Searched refs:fixed_refresh (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sys/dev/drm/amd/display/modules/freesync/
H A Dfreesync.c85 struct fixed_refresh { struct
116 struct fixed_refresh fixed_refresh; member
592 state->fixed_refresh.fixed_active = false; in reset_freesync_state_variables()
593 state->fixed_refresh.program_fixed = false; in reset_freesync_state_variables()
1301 state->fixed_refresh.frame_counter++; in update_timestamps()
1303 if (state->fixed_refresh.frame_counter > in update_timestamps()
1305 state->fixed_refresh.frame_counter = 0; in update_timestamps()
1324 state->fixed_refresh.frame_counter++; in update_timestamps()
1326 if (state->fixed_refresh.frame_counter > in update_timestamps()
1445 if (!state->fixed_refresh.program_fixed) in apply_fixed_refresh()
[all …]