Re: [PATCH 4/5] drm: v3d: Switch to use drm_gem_object reservation_object

2019-02-01 Thread Rob Herring
On Fri, Feb 1, 2019 at 11:12 AM Eric Anholt wrote: > > Rob Herring writes: > > > Now that the base struct drm_gem_object has a reservation_object, use it > > and remove the private BO one. > > > > Cc: Eric Anholt > > Cc: Daniel Vetter > > Cc: David Airlie > > Cc:

Re: [PATCH 4/5] drm: v3d: Switch to use drm_gem_object reservation_object

2019-02-01 Thread Eric Anholt
Rob Herring writes: > Now that the base struct drm_gem_object has a reservation_object, use it > and remove the private BO one. > > Cc: Eric Anholt > Cc: Daniel Vetter > Cc: David Airlie > Cc: dri-devel@lists.freedesktop.org > Signed-off-by: Rob Herring > @@ -453,8 +453,6 @@

[PATCH 4/5] drm: v3d: Switch to use drm_gem_object reservation_object

2019-01-31 Thread Rob Herring
Now that the base struct drm_gem_object has a reservation_object, use it and remove the private BO one. Cc: Eric Anholt Cc: Daniel Vetter Cc: David Airlie Cc: dri-devel@lists.freedesktop.org Signed-off-by: Rob Herring --- drivers/gpu/drm/v3d/v3d_bo.c | 14 +-