* [GIT PULL] Add get_eld audio component for i915/HD-audio
@ 2015-12-10 13:16 Takashi Iwai
2015-12-21 9:25 ` Takashi Iwai
0 siblings, 1 reply; 4+ messages in thread
From: Takashi Iwai @ 2015-12-10 13:16 UTC (permalink / raw)
To: Daniel Vetter; +Cc: intel-gfx, alsa-devel
Hi Daniel,
please pull the get_eld op addition from:
git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/drm-i915-get-eld
The topmost commit is 0bdf5a05647a66dcc6394986e061daeac9b1cf96
----------------------------------------------------------------
Add get_eld audio component for i915/HD-audio
Here are the patchset to add get_eld op to audio component for
communicating more directly between i915 and HD-audio.
Currently, the HDMI/DP audio status and ELD are notified and obtained
via the hardware-level communication over HD-audio unsolicited event
and verbs although the graphics driver holds the exactly same
information. As we already have a notification via audio component,
this is another step forward; namely, the audio driver may fetch
directly the audio status and ELD via the new component op.
The commits are based on Dave's latest drm-next branch.
----------------------------------------------------------------
Takashi Iwai (2):
drm/i915: Add get_eld audio component
drm/i915: Add reverse mapping between port and intel_encoder
---
drivers/gpu/drm/i915/i915_drv.h | 2 +
drivers/gpu/drm/i915/intel_audio.c | 79 ++++++++++++++++++++++++++------------
drivers/gpu/drm/i915/intel_ddi.c | 1 +
drivers/gpu/drm/i915/intel_dp.c | 1 +
drivers/gpu/drm/i915/intel_drv.h | 2 +
drivers/gpu/drm/i915/intel_hdmi.c | 2 +
include/drm/i915_component.h | 14 +++++++
7 files changed, 77 insertions(+), 24 deletions(-)
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL] Add get_eld audio component for i915/HD-audio
2015-12-10 13:16 [GIT PULL] Add get_eld audio component for i915/HD-audio Takashi Iwai
@ 2015-12-21 9:25 ` Takashi Iwai
2015-12-21 9:59 ` Daniel Vetter
0 siblings, 1 reply; 4+ messages in thread
From: Takashi Iwai @ 2015-12-21 9:25 UTC (permalink / raw)
To: Daniel Vetter; +Cc: intel-gfx, alsa-devel
On Thu, 10 Dec 2015 14:16:03 +0100,
Takashi Iwai wrote:
>
> Hi Daniel,
>
> please pull the get_eld op addition from:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/drm-i915-get-eld
>
> The topmost commit is 0bdf5a05647a66dcc6394986e061daeac9b1cf96
>
> ----------------------------------------------------------------
>
> Add get_eld audio component for i915/HD-audio
>
> Here are the patchset to add get_eld op to audio component for
> communicating more directly between i915 and HD-audio.
>
> Currently, the HDMI/DP audio status and ELD are notified and obtained
> via the hardware-level communication over HD-audio unsolicited event
> and verbs although the graphics driver holds the exactly same
> information. As we already have a notification via audio component,
> this is another step forward; namely, the audio driver may fetch
> directly the audio status and ELD via the new component op.
>
> The commits are based on Dave's latest drm-next branch.
Daniel, would you pull this one, or should we postpone it for 4.6?
The changes aren't too intrusive, so I prefer having it for 4.5, so
that we can continue developing the MST audio stuff based on this.
thanks,
Takashi
>
> ----------------------------------------------------------------
>
> Takashi Iwai (2):
> drm/i915: Add get_eld audio component
> drm/i915: Add reverse mapping between port and intel_encoder
>
> ---
> drivers/gpu/drm/i915/i915_drv.h | 2 +
> drivers/gpu/drm/i915/intel_audio.c | 79 ++++++++++++++++++++++++++------------
> drivers/gpu/drm/i915/intel_ddi.c | 1 +
> drivers/gpu/drm/i915/intel_dp.c | 1 +
> drivers/gpu/drm/i915/intel_drv.h | 2 +
> drivers/gpu/drm/i915/intel_hdmi.c | 2 +
> include/drm/i915_component.h | 14 +++++++
> 7 files changed, 77 insertions(+), 24 deletions(-)
>
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL] Add get_eld audio component for i915/HD-audio
2015-12-21 9:25 ` Takashi Iwai
@ 2015-12-21 9:59 ` Daniel Vetter
2015-12-21 10:24 ` Takashi Iwai
0 siblings, 1 reply; 4+ messages in thread
From: Daniel Vetter @ 2015-12-21 9:59 UTC (permalink / raw)
To: Takashi Iwai; +Cc: intel-gfx, alsa-devel
On Mon, Dec 21, 2015 at 10:25:14AM +0100, Takashi Iwai wrote:
> On Thu, 10 Dec 2015 14:16:03 +0100,
> Takashi Iwai wrote:
> >
> > Hi Daniel,
> >
> > please pull the get_eld op addition from:
> >
> > git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/drm-i915-get-eld
> >
> > The topmost commit is 0bdf5a05647a66dcc6394986e061daeac9b1cf96
> >
> > ----------------------------------------------------------------
> >
> > Add get_eld audio component for i915/HD-audio
> >
> > Here are the patchset to add get_eld op to audio component for
> > communicating more directly between i915 and HD-audio.
> >
> > Currently, the HDMI/DP audio status and ELD are notified and obtained
> > via the hardware-level communication over HD-audio unsolicited event
> > and verbs although the graphics driver holds the exactly same
> > information. As we already have a notification via audio component,
> > this is another step forward; namely, the audio driver may fetch
> > directly the audio status and ELD via the new component op.
> >
> > The commits are based on Dave's latest drm-next branch.
>
> Daniel, would you pull this one, or should we postpone it for 4.6?
> The changes aren't too intrusive, so I prefer having it for 4.5, so
> that we can continue developing the MST audio stuff based on this.
Sorry, simply for got send out the confirmation mail. I pulled this a few
days ago already and will send the final drm-intel pull for 4.5 with it to
Dave soonish.
Thanks, Daniel
--
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL] Add get_eld audio component for i915/HD-audio
2015-12-21 9:59 ` Daniel Vetter
@ 2015-12-21 10:24 ` Takashi Iwai
0 siblings, 0 replies; 4+ messages in thread
From: Takashi Iwai @ 2015-12-21 10:24 UTC (permalink / raw)
To: Daniel Vetter; +Cc: intel-gfx, alsa-devel
On Mon, 21 Dec 2015 10:59:41 +0100,
Daniel Vetter wrote:
>
> On Mon, Dec 21, 2015 at 10:25:14AM +0100, Takashi Iwai wrote:
> > On Thu, 10 Dec 2015 14:16:03 +0100,
> > Takashi Iwai wrote:
> > >
> > > Hi Daniel,
> > >
> > > please pull the get_eld op addition from:
> > >
> > > git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/drm-i915-get-eld
> > >
> > > The topmost commit is 0bdf5a05647a66dcc6394986e061daeac9b1cf96
> > >
> > > ----------------------------------------------------------------
> > >
> > > Add get_eld audio component for i915/HD-audio
> > >
> > > Here are the patchset to add get_eld op to audio component for
> > > communicating more directly between i915 and HD-audio.
> > >
> > > Currently, the HDMI/DP audio status and ELD are notified and obtained
> > > via the hardware-level communication over HD-audio unsolicited event
> > > and verbs although the graphics driver holds the exactly same
> > > information. As we already have a notification via audio component,
> > > this is another step forward; namely, the audio driver may fetch
> > > directly the audio status and ELD via the new component op.
> > >
> > > The commits are based on Dave's latest drm-next branch.
> >
> > Daniel, would you pull this one, or should we postpone it for 4.6?
> > The changes aren't too intrusive, so I prefer having it for 4.5, so
> > that we can continue developing the MST audio stuff based on this.
>
> Sorry, simply for got send out the confirmation mail. I pulled this a few
> days ago already and will send the final drm-intel pull for 4.5 with it to
> Dave soonish.
Great, that's a good news. Then I'll merge the branch and the commits
on its top to sound git tree, too.
Thanks!
Takashi
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-12-21 10:24 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-10 13:16 [GIT PULL] Add get_eld audio component for i915/HD-audio Takashi Iwai
2015-12-21 9:25 ` Takashi Iwai
2015-12-21 9:59 ` Daniel Vetter
2015-12-21 10:24 ` Takashi Iwai
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox