Home
last modified time | relevance | path

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

/netbsd/sys/external/bsd/drm2/dist/drm/amd/display/modules/freesync/
H A Damdgpu_freesync.c891 unsigned int oldest_index = plane->time.index + 1; in mod_freesync_handle_preflip() local
893 if (oldest_index >= DC_PLANE_UPDATE_TIMES_MAX) in mod_freesync_handle_preflip()
894 oldest_index = 0; in mod_freesync_handle_preflip()
905 plane->time.time_elapsed_in_us[oldest_index]; in mod_freesync_handle_preflip()