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.c301 unsigned int frames_to_insert = 0; in apply_below_the_range() local
322 in_out_vrr->btr.frames_to_insert = 0; in apply_below_the_range()
381 frames_to_insert = mid_point_frames_floor; in apply_below_the_range()
386 frames_to_insert = mid_point_frames_ceil; in apply_below_the_range()
392 frames_to_insert = mid_point_frames_ceil; in apply_below_the_range()
398 frames_to_insert = mid_point_frames_floor; in apply_below_the_range()
411 if (in_out_vrr->btr.frames_to_insert != 0 && in apply_below_the_range()
413 if (((last_render_time_in_us / in_out_vrr->btr.frames_to_insert) < in apply_below_the_range()
415 ((last_render_time_in_us / in_out_vrr->btr.frames_to_insert) > in apply_below_the_range()
417 frames_to_insert = in_out_vrr->btr.frames_to_insert; in apply_below_the_range()
[all …]