Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/display/modules/freesync/
Dfreesync.c252 unsigned int frames_to_insert = 0; in apply_below_the_range() local
276 in_out_vrr->btr.frames_to_insert = 0; in apply_below_the_range()
327 frames_to_insert = mid_point_frames_ceil; in apply_below_the_range()
331 frames_to_insert = mid_point_frames_floor; in apply_below_the_range()
339 if (in_out_vrr->btr.frames_to_insert != 0 && in apply_below_the_range()
341 if (((last_render_time_in_us / in_out_vrr->btr.frames_to_insert) < in apply_below_the_range()
343 ((last_render_time_in_us / in_out_vrr->btr.frames_to_insert) > in apply_below_the_range()
345 frames_to_insert = in_out_vrr->btr.frames_to_insert; in apply_below_the_range()
351 if (last_render_time_in_us / frames_to_insert < in apply_below_the_range()
353 frames_to_insert -= (frames_to_insert > 1) ? in apply_below_the_range()
[all …]
/Linux-v5.4/drivers/gpu/drm/amd/display/modules/inc/
Dmod_freesync.h93 uint32_t frames_to_insert; member