Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/display/modules/freesync/
H A Dfreesync.c293 unsigned int frames_to_insert = 0; in apply_below_the_range() local
314 in_out_vrr->btr.frames_to_insert = 0; in apply_below_the_range()
378 frames_to_insert = mid_point_frames_ceil; in apply_below_the_range()
409 frames_to_insert = in_out_vrr->btr.frames_to_insert; in apply_below_the_range()
415 if (frames_to_insert && in apply_below_the_range()
418 frames_to_insert -= (frames_to_insert > 1) ? in apply_below_the_range()
422 if (frames_to_insert > 0) in apply_below_the_range()
424 frames_to_insert; in apply_below_the_range()
432 in_out_vrr->btr.frames_to_insert = frames_to_insert; in apply_below_the_range()
1068 in_out_vrr->btr.frames_to_insert = 0; in mod_freesync_build_vrr_params()
[all …]
/linux-6.15/drivers/gpu/drm/amd/display/modules/inc/
H A Dmod_freesync.h67 uint32_t frames_to_insert; member