On Mon, Jul 07, 2014 at 03:23:17PM +0200, Daniel Vetter wrote:
On Wed, Jul 2, 2014 at 7:37 AM, Greg KH gregkh@linuxfoundation.org wrote:
Android can expose fences to userspace. It's possible to make the new fence mechanism expose the same fences to userspace by changing sync_fence_create to take a struct fence instead of a struct sync_pt. No other change is needed, because only the fence parts of struct sync_pt are used. But because the userspace fences are a separate problem and I haven't really looked at it yet I feel it should stay in staging, for now.
Ok, that's reasonable.
At first glance, this all looks "sane" to me, any objection from anyone if I merge this through my driver-core tree for 3.17?
Ack from my side fwiw.
Thanks, I'll queue it up later today.
greg k-h