mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-20 06:58:16 +02:00
COARSE clocks add a worst-case jitter of 10ms to the timing, as they degrade the timing to Linux jiffy accuracy. However, they allow to skip a syscall on platforms where the accurate version of the clock can not be accelerated through the VDSO. Switch to using the COARSE version of the clock when the timeout is larger than 200ms, i.e. the accuracy of the timeout is degraded less than 5% by the added worst-case jitter. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Reviewed-by: Christian Gmeiner <cgmeiner@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27079> |
||
|---|---|---|
| .. | ||
| tests | ||
| etnaviv_bo.c | ||
| etnaviv_bo_cache.c | ||
| etnaviv_cmd_stream.c | ||
| etnaviv_device.c | ||
| etnaviv_drmif.h | ||
| etnaviv_gpu.c | ||
| etnaviv_perfmon.c | ||
| etnaviv_pipe.c | ||
| etnaviv_priv.h | ||
| meson.build | ||