Re: [Freedreno] [PATCH v2 3/5] drm/msm: Reuse dma_fence_release.

2017-05-02 Thread Rob Clark
On Wed, Apr 12, 2017 at 3:12 PM, Eric Anholt wrote: > If we follow the typical pattern of the base class being the first > member, we can use the default dma_fence_free function. > > Signed-off-by: Eric Anholt > Cc: Rob Clark > Cc: linux-arm-...@vger.kernel.org > Cc: freedreno@lists.freedesktop.

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