Searched refs:frames_to_insert (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/gpu/drm/amd/display/modules/freesync/
H A Dfreesync.c268 unsigned int frames_to_insert = 0; local
289 in_out_vrr->btr.frames_to_insert = 0;
348 frames_to_insert = mid_point_frames_floor;
353 frames_to_insert = mid_point_frames_ceil;
359 frames_to_insert = mid_point_frames_ceil;
365 frames_to_insert = mid_point_frames_floor;
378 if (in_out_vrr->btr.frames_to_insert != 0 &&
380 if (((last_render_time_in_us / in_out_vrr->btr.frames_to_insert) <
382 ((last_render_time_in_us / in_out_vrr->btr.frames_to_insert) >
384 frames_to_insert
[all...]
/linux-master/drivers/gpu/drm/amd/display/modules/inc/
H A Dmod_freesync.h67 uint32_t frames_to_insert; member in struct:mod_vrr_params_btr

Completed in 152 milliseconds