]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: add component support
authorImre Deak <imre.deak@intel.com>
Thu, 8 Jan 2015 15:54:14 +0000 (17:54 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 12 Jan 2015 01:48:20 +0000 (02:48 +0100)
commit2e85404e3fa42736b3c2292c84b476f8cefdac74
tree1f7e7a2c7d6f5b7992e258427dce4293a295cb44
parent3daa2fe17c68b4dee18484b47ed3846c91aa72cf
drm/i915: add component support

Register a component to be used to interface with the snd_hda_intel
driver. This is meant to replace the same interface that is currently
based on module symbol lookup.

v2:
- change roles between the hda and i915 components (Daniel)
- add the implementation to a new file (Jani)
- use better namespacing (Jani)
v3:
- move the implementation to intel_audio.c (Daniel)
- rename display_component to audio_component (Daniel)
- add kerneldoc (Daniel)
v4:
- run forgotten git rm i915_component.c (Jani)

Signed-off-by: Imre Deak <imre.deak@intel.com>
Reviewed-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_dma.c
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/i915/intel_audio.c
drivers/gpu/drm/i915/intel_drv.h
include/drm/i915_component.h [new file with mode: 0644]