[PATCH 0/7] DRM: Remove gem_init_object() and friends

2013-08-14 Thread Daniel Vetter
On Wed, Aug 14, 2013 at 03:07:13PM +0200, David Herrmann wrote: > Hi > > This series removes any access to gem_obj->driver_private from all drivers and > then drops drm_gem_object_alloc() with its ->gem_init_object() driver > callback. > > All this is only needed if a gem object is not embedded

[PATCH 0/7] DRM: Remove gem_init_object() and friends

2013-08-14 Thread David Herrmann
Hi This series removes any access to gem_obj->driver_private from all drivers and then drops drm_gem_object_alloc() with its ->gem_init_object() driver callback. All this is only needed if a gem object is not embedded into the driver's bo. However, all drivers (except for nouveau, see patch #6) e

Re: [PATCH 0/7] DRM: Remove gem_init_object() and friends

2013-08-14 Thread Daniel Vetter
On Wed, Aug 14, 2013 at 03:07:13PM +0200, David Herrmann wrote: > Hi > > This series removes any access to gem_obj->driver_private from all drivers and > then drops drm_gem_object_alloc() with its ->gem_init_object() driver > callback. > > All this is only needed if a gem object is not embedded

[PATCH 0/7] DRM: Remove gem_init_object() and friends

2013-08-14 Thread David Herrmann
Hi This series removes any access to gem_obj->driver_private from all drivers and then drops drm_gem_object_alloc() with its ->gem_init_object() driver callback. All this is only needed if a gem object is not embedded into the driver's bo. However, all drivers (except for nouveau, see patch #6) e