sync code with last improvements from OpenBSD
This commit is contained in:
parent
5903cbe575
commit
62d64fa864
841 changed files with 83929 additions and 40755 deletions
|
@ -64,6 +64,7 @@ int dma_fence_signal_timestamp(struct dma_fence *, ktime_t);
|
|||
int dma_fence_signal_timestamp_locked(struct dma_fence *, ktime_t);
|
||||
bool dma_fence_is_signaled(struct dma_fence *);
|
||||
bool dma_fence_is_signaled_locked(struct dma_fence *);
|
||||
ktime_t dma_fence_timestamp(struct dma_fence *);
|
||||
long dma_fence_default_wait(struct dma_fence *, bool, long);
|
||||
long dma_fence_wait_any_timeout(struct dma_fence **, uint32_t, bool, long,
|
||||
uint32_t *);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue