mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-01 12:46:12 +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);
|
os_mutex_unlock(&mc->msc->list_and_timing_lock);
|
||||||
|
|
||||||
|
*out_predicted_gpu_time_ns = 0;
|
||||||
|
|
||||||
return XRT_SUCCESS;
|
return XRT_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue