Re: [Freedreno] [PATCH 1/5] drm: Add reservation_object to drm_gem_object

2019-02-01 Thread Daniel Vetter
On Thu, Jan 31, 2019 at 06:50:53PM -0600, Rob Herring wrote: > Many users of drm_gem_object embed a struct reservation_object into > their subclassed struct, so let's add one to struct drm_gem_object. > This will allow removing the reservation object from the subclasses > and removing the ->gem_pri

Re: [Freedreno] [PATCH 1/5] drm: Add reservation_object to drm_gem_object

2019-02-01 Thread kbuild test robot
Hi Rob, I love your patch! Perhaps something to improve: [auto build test WARNING on linus/master] [also build test WARNING on v5.0-rc4] [cannot apply to next-20190131] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com

[Freedreno] [PATCH 1/5] drm: Add reservation_object to drm_gem_object

2019-01-31 Thread Rob Herring
Many users of drm_gem_object embed a struct reservation_object into their subclassed struct, so let's add one to struct drm_gem_object. This will allow removing the reservation object from the subclasses and removing the ->gem_prime_res_obj callback. With the addition, add a drm_gem_reservation_ob