Re: [PATCH 0/7] gem_bo.resv prime unification, leftovers

2019-06-27 Thread Gerd Hoffmann
On Tue, Jun 25, 2019 at 10:42:01PM +0200, Daniel Vetter wrote: > Hi all, > > Here's the unmerged leftovers from my big prime cleanup series: > - using the prepare_fb helper in vc4&msm, now hopefully fixed up. The > helper should be now even more useful. > > - amd&nv driver ->gem_prime_res_obj c

Re: [PATCH 0/7] gem_bo.resv prime unification, leftovers

2019-06-26 Thread Mike Lothian
I'll try testing this on my Skylake/Tonga setup tonight On Tue, 25 Jun 2019 at 21:42, Daniel Vetter wrote: > > Hi all, > > Here's the unmerged leftovers from my big prime cleanup series: > - using the prepare_fb helper in vc4&msm, now hopefully fixed up. The > helper should be now even more use

[PATCH 0/7] gem_bo.resv prime unification, leftovers

2019-06-25 Thread Daniel Vetter
Hi all, Here's the unmerged leftovers from my big prime cleanup series: - using the prepare_fb helper in vc4&msm, now hopefully fixed up. The helper should be now even more useful. - amd&nv driver ->gem_prime_res_obj callback removal. I think this one might have functional conflicts with Gerd