Skip to content
Commit 4cca2e64 authored by Lionel Landwerlin's avatar Lionel Landwerlin Committed by Christian König
Browse files

dma-buf: fix dma-fence-chain out of order test



There was probably a misunderstand on how the dma-fence-chain is
supposed to work or what dma_fence_chain_find_seqno() is supposed to
return.

dma_fence_chain_find_seqno() is here to give us the fence to wait upon
for a particular point in the timeline. The timeline progresses only
when all the points prior to a given number have completed.

Signed-off-by: default avatarLionel Landwerlin <lionel.g.landwerlin@intel.com>
Fixes: dc2f7e67 ("dma-buf: Exercise dma-fence-chain under selftests")
Link: https://patchwork.freedesktop.org/patch/372960/


Signed-off-by: default avatarChristian König <christian.koenig@amd.com>
parent 91fac86d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment