kms/timings: Base next_render_time on time to submit
This commit is contained in:
parent
d1e0e28d3c
commit
db25cc4b0b
2 changed files with 54 additions and 6 deletions
|
|
@ -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,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue