Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [RFC 0/3] I915 component master
@ 2018-07-11 14:11 Ramalingam C
  2018-07-11 14:11 ` [RFC 1/3] component: alloc component_match without any comp to match Ramalingam C
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Ramalingam C @ 2018-07-11 14:11 UTC (permalink / raw)
  To: intel-gfx, daniel, tomas.winkler, alexander.usyskin

i915_driver_load registers a component master and i915 driver
registration is moved into the bind call of that component master.

If any component of the particular features are registered with this
I915 component master's match, then I915 registration will wait
until all registered components are added to the framework.

In third patch component from mei_hdcp module is registered to 
component_match of I915 master component.

Hence I915 registration will wait until mei device is binded with
mei_hdcp driver and adds the component to the component framework.

Ramalingam C (3):
  component: alloc component_match without any comp to match
  drm/i915: component master at i915 driver load
  drm/i915: Initialize HDCP2.2 and its MEI interface

 drivers/base/component.c          | 30 ++++++++++++++
 drivers/gpu/drm/i915/i915_drv.c   | 87 +++++++++++++++++++++++++++++++++------
 drivers/gpu/drm/i915/i915_drv.h   |  3 ++
 drivers/gpu/drm/i915/intel_dp.c   |  3 +-
 drivers/gpu/drm/i915/intel_drv.h  |  5 ++-
 drivers/gpu/drm/i915/intel_hdcp.c | 78 ++++++++++++++++++++++++++++++++++-
 drivers/gpu/drm/i915/intel_hdmi.c |  2 +-
 include/drm/i915_component.h      | 76 ++++++++++++++++++++++++++++++++++
 include/linux/component.h         |  2 +
 9 files changed, 270 insertions(+), 16 deletions(-)

-- 
2.7.4

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2018-07-12  9:00 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-11 14:11 [RFC 0/3] I915 component master Ramalingam C
2018-07-11 14:11 ` [RFC 1/3] component: alloc component_match without any comp to match Ramalingam C
2018-07-12  8:21   ` Daniel Vetter
2018-07-12  8:53     ` Ramalingam C
2018-07-11 14:11 ` [RFC 2/3] drm/i915: component master at i915 driver load Ramalingam C
2018-07-12  8:26   ` Daniel Vetter
2018-07-12  9:00     ` Ramalingam C
2018-07-11 14:11 ` [RFC 3/3] drm/i915: Initialize HDCP2.2 and its MEI interface Ramalingam C
2018-07-11 14:21 ` ✗ Fi.CI.BAT: failure for I915 component master Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox