[PATCH 11/19] drm: restrict the device list for shadow attached drivers

2013-11-04 Thread Thierry Reding
On Sun, Nov 03, 2013 at 03:14:16PM +0100, Daniel Vetter wrote: > On Sun, Nov 3, 2013 at 3:05 PM, David Herrmann > wrote: > > On Sun, Nov 3, 2013 at 2:31 PM, Daniel Vetter > > wrote: > >> There's really no need for the drm core to keep a list of all > >> devices of a given driver - the linux dev

[PATCH 11/19] drm: restrict the device list for shadow attached drivers

2013-11-03 Thread Daniel Vetter
On Sun, Nov 3, 2013 at 3:05 PM, David Herrmann wrote: > On Sun, Nov 3, 2013 at 2:31 PM, Daniel Vetter > wrote: >> There's really no need for the drm core to keep a list of all >> devices of a given driver - the linux device model keeps perfect >> track of this already for us. >> >> The exception

[PATCH 11/19] drm: restrict the device list for shadow attached drivers

2013-11-03 Thread David Herrmann
Hi Daniel On Sun, Nov 3, 2013 at 2:31 PM, Daniel Vetter wrote: > There's really no need for the drm core to keep a list of all > devices of a given driver - the linux device model keeps perfect > track of this already for us. > > The exception is old legacy ums drivers using pci shadow attaching.

[PATCH 11/19] drm: restrict the device list for shadow attached drivers

2013-11-03 Thread Daniel Vetter
There's really no need for the drm core to keep a list of all devices of a given driver - the linux device model keeps perfect track of this already for us. The exception is old legacy ums drivers using pci shadow attaching. So rename the lists to make the use case clearer and rip out everything e