[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1468760287-731-1-git-send-email-chris@chris-wilson.co.uk>
Date: Sun, 17 Jul 2016 13:58:00 +0100
From: Chris Wilson <chris@...is-wilson.co.uk>
To: linux-kernel@...r.kernel.org
Cc: dri-devel@...ts.freedesktop.org
Subject: Introduce fences for N:M completion variables [v2]
Peter Zijlstra gave a lot of feedback and thanks to him, I think both
the function names and docs are a lot more sane. There is also a good
consensus on renaming dma-buf's struct fence to be struct dma_fence,
allowing for use of the cleaner name for the core struct.
A quick overview of a fence is that it is a struct completion that waits
on multiple events (rather than just one).
-Chris
Powered by blists - more mailing lists