[PATCH 17/20] drm: add driver->set_busid() callback

2014-08-29 Thread Thierry Reding
On Fri, Aug 29, 2014 at 03:01:00PM +0200, Daniel Vetter wrote: > On Fri, Aug 29, 2014 at 12:12:43PM +0200, David Herrmann wrote: > > One step closer to dropping all the drm_bus_* code: > > Add a driver->set_busid() callback and make all drivers use the generic > > helpers. Nouveau is the only drive

[PATCH 17/20] drm: add driver->set_busid() callback

2014-08-29 Thread Daniel Vetter
On Fri, Aug 29, 2014 at 12:12:43PM +0200, David Herrmann wrote: > One step closer to dropping all the drm_bus_* code: > Add a driver->set_busid() callback and make all drivers use the generic > helpers. Nouveau is the only driver that uses two different bus-types with > the same drm_driver. This is

[PATCH 17/20] drm: add driver->set_busid() callback

2014-08-29 Thread Thierry Reding
On Fri, Aug 29, 2014 at 12:12:43PM +0200, David Herrmann wrote: > One step closer to dropping all the drm_bus_* code: > Add a driver->set_busid() callback and make all drivers use the generic > helpers. Nouveau is the only driver that uses two different bus-types with > the same drm_driver. This is

[PATCH 17/20] drm: add driver->set_busid() callback

2014-08-29 Thread David Herrmann
One step closer to dropping all the drm_bus_* code: Add a driver->set_busid() callback and make all drivers use the generic helpers. Nouveau is the only driver that uses two different bus-types with the same drm_driver. This is totally broken if both buses are available on the same machine (unlikel