[PATCH libdrm v4 0/2] etna_pipe_wait_ns(..)

2016-11-24 Thread Emil Velikov
On 24 November 2016 at 08:46, Christian Gmeiner wrote: > 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. >

[PATCH libdrm v4 0/2] etna_pipe_wait_ns(..)

2016-11-24 Thread Christian Gmeiner
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 pos