Re: [PATCH 0/5] DRM device-alloc cleanup

2013-10-09 Thread Daniel Vetter
On Wed, Oct 09, 2013 at 04:00:00PM +1000, Dave Airlie wrote: > On Wed, Oct 9, 2013 at 3:31 PM, Dave Airlie wrote: > > On Wed, Oct 2, 2013 at 7:23 PM, David Herrmann > > wrote: > >> Hi > >> > >> This cleans up the bus drivers in DRM. Instead of copying the device > >> alloc/free > >> semantics i

Re: [PATCH 0/5] DRM device-alloc cleanup

2013-10-09 Thread Dave Airlie
On Wed, Oct 9, 2013 at 3:31 PM, Dave Airlie wrote: > On Wed, Oct 2, 2013 at 7:23 PM, David Herrmann wrote: >> Hi >> >> This cleans up the bus drivers in DRM. Instead of copying the device >> alloc/free >> semantics into each bus driver (drm_{pci,platform,usb}.c) we now have a >> central >> plac

Re: [PATCH 0/5] DRM device-alloc cleanup

2013-10-09 Thread Dave Airlie
On Wed, Oct 2, 2013 at 7:23 PM, David Herrmann wrote: > Hi > > This cleans up the bus drivers in DRM. Instead of copying the device > alloc/free > semantics into each bus driver (drm_{pci,platform,usb}.c) we now have a > central > place in drm_stub.c. > > This introduces drm_dev_{alloc,free,regi