[PATCH libdrm v4 0/2] etna_pipe_wait_ns(..)
Christian Gmeiner
christian.gmeiner at gmail.com
Thu Nov 24 08:46:57 UTC 2016
Add an API to pass the timeout value (ns) from pipe->fence_finish(..)
to the kernel. The current API accepts ms and special handling is needed
for PIPE_TIMEOUT_INFINITE.
The idea is not to break old mesa (out-of-tree) + new libdrm.
Changes from v2 to v3:
- Builds at each step
- Keep the _ns postfix of get_abs_timeout_ns(..)
Changes from v3 to v4:
- Rework the patches based on Emil's suggestion.
Christian Gmeiner (2):
etnaviv: change get_abs_timeout(..) to use ns.
etnaviv: add etna_pipe_wait_ns(..)
etnaviv/etnaviv-symbol-check | 1 +
etnaviv/etnaviv_bo.c | 2 +-
etnaviv/etnaviv_drmif.h | 1 +
etnaviv/etnaviv_pipe.c | 9 +++++++--
etnaviv/etnaviv_priv.h | 6 +++---
5 files changed, 13 insertions(+), 6 deletions(-)
--
2.7.4
More information about the dri-devel
mailing list