Searched refs:last_render_time_in_us (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/modules/freesync/ |
H A D | freesync.c | 247 unsigned int last_render_time_in_us, in apply_below_the_range() 262 if ((last_render_time_in_us + in_out_vrr->btr.margin_in_us / 2) < max_render_time_in_us) { in apply_below_the_range() 268 } else if (last_render_time_in_us > (max_render_time_in_us + in_out_vrr->btr.margin_in_us / 2)) { in apply_below_the_range() 294 mid_point_frames_ceil = (last_render_time_in_us + in apply_below_the_range() 299 frame_time_in_us = last_render_time_in_us / in apply_below_the_range() 311 mid_point_frames_floor = last_render_time_in_us / in apply_below_the_range() 316 frame_time_in_us = last_render_time_in_us / in apply_below_the_range() 331 (last_render_time_in_us / mid_point_frames_ceil) < in apply_below_the_range() 369 if (((last_render_time_in_us / in_out_vrr->btr.frames_to_insert) < in apply_below_the_range() 371 ((last_render_time_in_us / in_out_vr in apply_below_the_range() 245 apply_below_the_range(struct core_freesync *core_freesync, const struct dc_stream_state *stream, unsigned int last_render_time_in_us, struct mod_vrr_params *in_out_vrr) apply_below_the_range() argument 401 apply_fixed_refresh(struct core_freesync *core_freesync, const struct dc_stream_state *stream, unsigned int last_render_time_in_us, struct mod_vrr_params *in_out_vrr) apply_fixed_refresh() argument 1029 unsigned int last_render_time_in_us = 0; mod_freesync_handle_preflip() local [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/modules/freesync/ |
H A D | freesync.c | 258 unsigned int last_render_time_in_us, in apply_below_the_range() 273 if ((last_render_time_in_us + in_out_vrr->btr.margin_in_us / 2) < max_render_time_in_us) { in apply_below_the_range() 279 } else if (last_render_time_in_us > (max_render_time_in_us + in_out_vrr->btr.margin_in_us / 2)) { in apply_below_the_range() 305 mid_point_frames_ceil = (last_render_time_in_us + in apply_below_the_range() 310 frame_time_in_us = last_render_time_in_us / in apply_below_the_range() 322 mid_point_frames_floor = last_render_time_in_us / in apply_below_the_range() 327 frame_time_in_us = last_render_time_in_us / in apply_below_the_range() 342 (last_render_time_in_us / mid_point_frames_ceil) < in apply_below_the_range() 380 if (((last_render_time_in_us / in_out_vrr->btr.frames_to_insert) < in apply_below_the_range() 382 ((last_render_time_in_us / in_out_vr in apply_below_the_range() 256 apply_below_the_range(struct core_freesync *core_freesync, const struct dc_stream_state *stream, unsigned int last_render_time_in_us, struct mod_vrr_params *in_out_vrr) apply_below_the_range() argument 412 apply_fixed_refresh(struct core_freesync *core_freesync, const struct dc_stream_state *stream, unsigned int last_render_time_in_us, struct mod_vrr_params *in_out_vrr) apply_fixed_refresh() argument 1141 unsigned int last_render_time_in_us = 0; mod_freesync_handle_preflip() local [all...] |
Completed in 3 milliseconds