kms/timings: Base next_render_time on time to submit

This commit is contained in:
Victoria Brekenfeld 2025-04-24 18:57:13 +02:00 committed by Victoria Brekenfeld
parent d1e0e28d3c
commit db25cc4b0b
2 changed files with 54 additions and 6 deletions

View file

@ -523,7 +523,7 @@ fn surface_thread(
vrr_mode: AdaptiveSync::Disabled,
state: QueueState::Idle,
timings: Timings::new(None, None, false),
timings: Timings::new(None, None, false, target_node),
frame_callback_seq: 0,
thread_sender,