[Intel-gfx] [PATCH v9 05/39] drm/i915: component master at i915 driver load

2018-12-12 Thread Ramalingam C
A generic component master is added to hold the i915 registration until all required kernel modules are up and active. This is achieved through following steps: - moving the i915 driver registration to the component master's bind call - all required kernel modules will add one component ea

Re: [Intel-gfx] [PATCH v9 05/39] drm/i915: component master at i915 driver load

2018-12-19 Thread Daniel Vetter
On Thu, Dec 13, 2018 at 09:31:07AM +0530, Ramalingam C wrote: > A generic component master is added to hold the i915 registration > until all required kernel modules are up and active. > > This is achieved through following steps: > - moving the i915 driver registration to the component master's