[alsa-devel] [Intel-gfx] [PATCH v4 0/6] sanitize hda/i915 interface using the component fw

Daniel Vetter daniel at ffwll.ch
Fri Jan 9 10:18:45 CET 2015


On Thu, Jan 08, 2015 at 05:54:12PM +0200, Imre Deak wrote:
> This is v4 of [1] addressing the review comments from Takashi and Jani.
> 
> [1]
> http://lists.freedesktop.org/archives/intel-gfx/2014-December/056992.html
> 
> Imre Deak (6):
>   drm/i915: add dev_to_i915 helper
>   drm/i915: add component support
>   ALSA: hda: export struct hda_intel
>   ALSA: hda: pass intel_hda to all i915 interface functions
>   ALSA: hda: add component support
>   drm/i915: remove unused power_well/get_cdclk_freq api

All merged to dinq, thanks.
-Daniel

> 
>  drivers/gpu/drm/i915/i915_dma.c         |   4 +
>  drivers/gpu/drm/i915/i915_drv.c         |   9 +-
>  drivers/gpu/drm/i915/i915_drv.h         |   8 ++
>  drivers/gpu/drm/i915/intel_audio.c      | 110 +++++++++++++++++++++++
>  drivers/gpu/drm/i915/intel_drv.h        |   2 +
>  drivers/gpu/drm/i915/intel_runtime_pm.c |  56 ------------
>  include/drm/i915_component.h            |  38 ++++++++
>  include/drm/i915_powerwell.h            |  37 --------
>  sound/pci/hda/hda_i915.c                | 152 ++++++++++++++++++++++----------
>  sound/pci/hda/hda_i915.h                |  37 --------
>  sound/pci/hda/hda_intel.c               |  60 ++++---------
>  sound/pci/hda/hda_intel.h               |  71 +++++++++++++++
>  12 files changed, 360 insertions(+), 224 deletions(-)
>  create mode 100644 include/drm/i915_component.h
>  delete mode 100644 include/drm/i915_powerwell.h
>  delete mode 100644 sound/pci/hda/hda_i915.h
>  create mode 100644 sound/pci/hda/hda_intel.h
> 
> -- 
> 2.1.0
> 
> _______________________________________________
> Intel-gfx mailing list
> Intel-gfx at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/intel-gfx

-- 
Daniel Vetter
Software Engineer, Intel Corporation
+41 (0) 79 365 57 48 - http://blog.ffwll.ch


More information about the Alsa-devel mailing list