Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/modules/freesync/
H A Dfreesync.c310 unsigned int frames_to_insert = 0; in apply_below_the_range() local
331 in_out_vrr->btr.frames_to_insert = 0; in apply_below_the_range()
390 frames_to_insert = mid_point_frames_floor; in apply_below_the_range()
395 frames_to_insert = mid_point_frames_ceil; in apply_below_the_range()
401 frames_to_insert = mid_point_frames_ceil; in apply_below_the_range()
407 frames_to_insert = mid_point_frames_floor; in apply_below_the_range()
420 if (in_out_vrr->btr.frames_to_insert != 0 && in apply_below_the_range()
422 if (((last_render_time_in_us / in_out_vrr->btr.frames_to_insert) < in apply_below_the_range()
424 ((last_render_time_in_us / in_out_vrr->btr.frames_to_insert) > in apply_below_the_range()
426 frames_to_insert = in_out_vrr->btr.frames_to_insert; in apply_below_the_range()
[all …]