[PATCH v2 13/27] drm/tegra: Move subdevice infrastructure to host1x

2013-11-04 Thread Daniel Vetter
On Mon, Nov 04, 2013 at 12:06:57PM +0100, Thierry Reding wrote: > On Mon, Nov 04, 2013 at 11:20:55AM +0100, Daniel Vetter wrote: > > On Mon, Oct 07, 2013 at 10:34:30AM +0200, Thierry Reding wrote: > > > +static struct drm_bus drm_host1x_bus = { > > > + .bus_type = DRIVER_BUS_HOST1X, > > > + .set_bu

[PATCH v2 13/27] drm/tegra: Move subdevice infrastructure to host1x

2013-11-04 Thread Thierry Reding
On Mon, Nov 04, 2013 at 11:20:55AM +0100, Daniel Vetter wrote: > On Mon, Oct 07, 2013 at 10:34:30AM +0200, Thierry Reding wrote: > > +static struct drm_bus drm_host1x_bus = { > > + .bus_type = DRIVER_BUS_HOST1X, > > + .set_busid = drm_host1x_set_busid, > > +}; > > Imo this needs to die asap, i

[PATCH v2 13/27] drm/tegra: Move subdevice infrastructure to host1x

2013-11-04 Thread Daniel Vetter
On Mon, Oct 07, 2013 at 10:34:30AM +0200, Thierry Reding wrote: > +static struct drm_bus drm_host1x_bus = { > + .bus_type = DRIVER_BUS_HOST1X, > + .set_busid = drm_host1x_set_busid, > +}; Imo this needs to die asap, i.e. before it lands in drm-next. I've just spent a bit of time trying to

Re: [PATCH v2 13/27] drm/tegra: Move subdevice infrastructure to host1x

2013-10-08 Thread Thierry Reding
On Tue, Oct 08, 2013 at 09:25:39AM +0300, Terje Bergström wrote: > On 07.10.2013 11:34, Thierry Reding wrote: > > The Tegra DRM driver currently uses some infrastructure to defer the DRM > > core initialization until all required devices have registered. The same > > infrastructure can potentially

Re: [PATCH v2 13/27] drm/tegra: Move subdevice infrastructure to host1x

2013-10-07 Thread Terje Bergström
On 07.10.2013 11:34, Thierry Reding wrote: > The Tegra DRM driver currently uses some infrastructure to defer the DRM > core initialization until all required devices have registered. The same > infrastructure can potentially be used by any other driver that requires > more than a single sub-device

[PATCH v2 13/27] drm/tegra: Move subdevice infrastructure to host1x

2013-10-07 Thread Thierry Reding
The Tegra DRM driver currently uses some infrastructure to defer the DRM core initialization until all required devices have registered. The same infrastructure can potentially be used by any other driver that requires more than a single sub-device of the host1x module. Make the infrastructure mor