At Fri, 9 Jan 2015 10:18:45 +0100, Daniel Vetter wrote: > > 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, could you give a clean branch? This will change lots in hd-audio driver code, so I'd like to pull it into my tree for further development, too. thanks, Takashi > -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@xxxxxxxxxxxxxxxxxxxxx > > http://lists.freedesktop.org/mailman/listinfo/intel-gfx > > -- > Daniel Vetter > Software Engineer, Intel Corporation > +41 (0) 79 365 57 48 - http://blog.ffwll.ch > _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/intel-gfx