Re: [PATCH 7/7] drm/lima: Use the drm_gem_fence_array_add helpers for our deps.

2019-04-16 Thread Eric Anholt
Qiang Yu writes: > Indeed not that important, so patch 5&7 is: > Reviewed-and-tested-by: Qiang Yu Merged these two. Thanks for trying it out! signature.asc Description: PGP signature ___ dri-devel mailing list dri-devel@lists.freedesktop.org https:

Re: [PATCH 7/7] drm/lima: Use the drm_gem_fence_array_add helpers for our deps.

2019-04-02 Thread Qiang Yu
Indeed not that important, so patch 5&7 is: Reviewed-and-tested-by: Qiang Yu Regards, Qiang On Wed, Apr 3, 2019 at 12:57 AM Eric Anholt wrote: > > Qiang Yu writes: > > > On Tue, Apr 2, 2019 at 6:26 AM Eric Anholt wrote: > >> > >> I haven't tested this, but it's a pretty direct port of what I

Re: [PATCH 7/7] drm/lima: Use the drm_gem_fence_array_add helpers for our deps.

2019-04-02 Thread Eric Anholt
Qiang Yu writes: > On Tue, Apr 2, 2019 at 6:26 AM Eric Anholt wrote: >> >> I haven't tested this, but it's a pretty direct port of what I did for >> v3d. >> >> Signed-off-by: Eric Anholt >> --- >> drivers/gpu/drm/lima/lima_gem.c | 37 + >> drivers/gpu/drm/lima/lima_sched.c |

Re: [PATCH 7/7] drm/lima: Use the drm_gem_fence_array_add helpers for our deps.

2019-04-02 Thread Qiang Yu
On Tue, Apr 2, 2019 at 6:26 AM Eric Anholt wrote: > > I haven't tested this, but it's a pretty direct port of what I did for > v3d. > > Signed-off-by: Eric Anholt > --- > drivers/gpu/drm/lima/lima_gem.c | 37 + > drivers/gpu/drm/lima/lima_sched.c | 66 ++

[PATCH 7/7] drm/lima: Use the drm_gem_fence_array_add helpers for our deps.

2019-04-01 Thread Eric Anholt
I haven't tested this, but it's a pretty direct port of what I did for v3d. Signed-off-by: Eric Anholt --- drivers/gpu/drm/lima/lima_gem.c | 37 + drivers/gpu/drm/lima/lima_sched.c | 66 ++- drivers/gpu/drm/lima/lima_sched.h | 6 +-- 3 files changed