mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-29 11:06:18 +00:00
comp/multi: Zero the predicted GPU time that we don't compute
This commit is contained in:
parent
9ad96455a1
commit
73220b268e
|
@ -207,6 +207,8 @@ multi_compositor_predict_frame(struct xrt_compositor *xc,
|
|||
|
||||
os_mutex_unlock(&mc->msc->list_and_timing_lock);
|
||||
|
||||
*out_predicted_gpu_time_ns = 0;
|
||||
|
||||
return XRT_SUCCESS;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue