oldest_index      875 drivers/gpu/drm/amd/display/modules/freesync/freesync.c 		unsigned int oldest_index = plane->time.index + 1;
oldest_index      877 drivers/gpu/drm/amd/display/modules/freesync/freesync.c 		if (oldest_index >= DC_PLANE_UPDATE_TIMES_MAX)
oldest_index      878 drivers/gpu/drm/amd/display/modules/freesync/freesync.c 			oldest_index = 0;
oldest_index      889 drivers/gpu/drm/amd/display/modules/freesync/freesync.c 				plane->time.time_elapsed_in_us[oldest_index];