Re: [Freedreno] [PATCH v2 1/5] drm/msm: Expose our reservation object when exporting a dmabuf.

2017-05-02 Thread Rob Clark
On Wed, Apr 12, 2017 at 3:11 PM, Eric Anholt wrote: > Without this, polling on the dma-buf (and presumably other devices > synchronizing against our rendering) would return immediately, even > while the BO was busy. > > Signed-off-by: Eric Anholt > Reviewed-by: Daniel Vetter > Cc: sta...@vger.ke

[Freedreno] [PATCH v2 1/5] drm/msm: Expose our reservation object when exporting a dmabuf.

2017-04-12 Thread Eric Anholt
Without this, polling on the dma-buf (and presumably other devices synchronizing against our rendering) would return immediately, even while the BO was busy. Signed-off-by: Eric Anholt Reviewed-by: Daniel Vetter Cc: sta...@vger.kernel.org Cc: Rob Clark Cc: linux-arm-...@vger.kernel.org Cc: free