From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Subject: Re: [PATCH v2 0/9] Updated fence patch series Date: Mon, 7 Jul 2014 10:30:52 -0700 Message-ID: <20140707173052.GA8693@kroah.com> References: <20140701103432.12718.82795.stgit@patser> <20140702053758.GA7578@kroah.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail.linuxfoundation.org (mail.linuxfoundation.org [140.211.169.12]) by gabe.freedesktop.org (Postfix) with ESMTP id 76CD46E2B3 for ; Mon, 7 Jul 2014 10:26:29 -0700 (PDT) Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: Daniel Vetter Cc: "open list:GENERIC INCLUDE/A..." , Thomas Hellstrom , Linux Kernel Mailing List , dri-devel , "linaro-mm-sig@lists.linaro.org" , Colin Cross , "linux-media@vger.kernel.org" List-Id: dri-devel@lists.freedesktop.org On Mon, Jul 07, 2014 at 03:23:17PM +0200, Daniel Vetter wrote: > On Wed, Jul 2, 2014 at 7:37 AM, Greg KH 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