public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* Re: [alsa-devel] [PATCH v4 0/3] support DP MST audio
       [not found]   ` <s5hzik94j74.wl-tiwai@suse.de>
@ 2016-12-06  7:51     ` Daniel Vetter
  2016-12-06  8:11       ` Takashi Iwai
  0 siblings, 1 reply; 10+ messages in thread
From: Daniel Vetter @ 2016-12-06  7:51 UTC (permalink / raw)
  To: Takashi Iwai, intel-gfx, Nikula, Jani; +Cc: alsa-devel@alsa-project.org

On Tue, Dec 6, 2016 at 8:20 AM, Takashi Iwai <tiwai@suse.de> wrote:
> On Tue, 06 Dec 2016 03:58:21 +0100,
> Yang, Libin wrote:
>>
>> The patchset is based on drm-tip branch in
>> git://anongit.freedesktop.org/drm-tip
>
> I'll review and merge if it's OK.
>
> Daniel, do you guys have the stable branch that I can pull into sound
> tree for DP-MST audio stuff for 4.10?

DP mst audio support missed 4.10 over here on the drm side. And I
wasn't aware that we need a topic branch for it, so I just smashed it
into our drm-intel-next queue ... I can send you the most recent
stable tag for that, but that's heading in only for 4.11.
-Daniel

>
>
> thanks,
>
> Takashi
>
>
>> Regards,
>> Libin
>>
>>
>> >-----Original Message-----
>> >From: Yang, Libin
>> >Sent: Tuesday, December 6, 2016 10:49 AM
>> >To: alsa-devel@alsa-project.org; tiwai@suse.de
>> >Cc: Lin, Mengdong <mengdong.lin@intel.com>; Yang, Libin
>> ><libin.yang@intel.com>
>> >Subject: [alsa-devel] [PATCH v4 0/3] support DP MST audio
>> >
>> >From: Libin Yang <libin.yang@intel.com>
>> >
>> >This patchset starts to support DP MST audio.
>> >
>> >This patchset is based on drm-tip on
>> >git://anongit.freedesktop.org/drm-tip
>> >
>> >change log:
>> >v4: refine some comments in 0001 and 0002 patches.
>> >    refine the 0003 patch for the new ALSA-Configuration document
>> >
>> >Libin Yang (3):
>> >  ALSA: hda - add DP mst verb support
>> >  ALSA: hda - add DP MST audio support
>> >  ALSA: Documentation about HDA DP MST pin init and connection
>> >
>> > Documentation/sound/hd-audio/dp-mst.rst |  17 +++
>> > sound/pci/hda/hda_codec.c               |  76 +++++++++-
>> > sound/pci/hda/hda_codec.h               |   3 +
>> > sound/pci/hda/patch_hdmi.c              | 245 +++++++++++++++++++++++++------
>> >-
>> > 4 files changed, 285 insertions(+), 56 deletions(-)
>> >
>> >--
>> >2.7.4
>>



-- 
Daniel Vetter
Software Engineer, Intel Corporation
+41 (0) 79 365 57 48 - http://blog.ffwll.ch
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

* Re: [alsa-devel] [PATCH v4 0/3] support DP MST audio
  2016-12-06  7:51     ` [alsa-devel] [PATCH v4 0/3] support DP MST audio Daniel Vetter
@ 2016-12-06  8:11       ` Takashi Iwai
  2017-01-09  6:22         ` Yang, Libin
  0 siblings, 1 reply; 10+ messages in thread
From: Takashi Iwai @ 2016-12-06  8:11 UTC (permalink / raw)
  To: Daniel Vetter; +Cc: intel-gfx, alsa-devel@alsa-project.org

On Tue, 06 Dec 2016 08:51:43 +0100,
Daniel Vetter wrote:
> 
> On Tue, Dec 6, 2016 at 8:20 AM, Takashi Iwai <tiwai@suse.de> wrote:
> > On Tue, 06 Dec 2016 03:58:21 +0100,
> > Yang, Libin wrote:
> >>
> >> The patchset is based on drm-tip branch in
> >> git://anongit.freedesktop.org/drm-tip
> >
> > I'll review and merge if it's OK.
> >
> > Daniel, do you guys have the stable branch that I can pull into sound
> > tree for DP-MST audio stuff for 4.10?
> 
> DP mst audio support missed 4.10 over here on the drm side. And I
> wasn't aware that we need a topic branch for it, so I just smashed it
> into our drm-intel-next queue ... I can send you the most recent
> stable tag for that, but that's heading in only for 4.11.

It's fine, we can postpone to 4.11 as well.  I just thought it were
already queued for 4.10.

If so, I'm going to queue these patches once after 4.10-rc1 is
released.


thanks,

Takashi


> -Daniel
> 
> >
> >
> > thanks,
> >
> > Takashi
> >
> >
> >> Regards,
> >> Libin
> >>
> >>
> >> >-----Original Message-----
> >> >From: Yang, Libin
> >> >Sent: Tuesday, December 6, 2016 10:49 AM
> >> >To: alsa-devel@alsa-project.org; tiwai@suse.de
> >> >Cc: Lin, Mengdong <mengdong.lin@intel.com>; Yang, Libin
> >> ><libin.yang@intel.com>
> >> >Subject: [alsa-devel] [PATCH v4 0/3] support DP MST audio
> >> >
> >> >From: Libin Yang <libin.yang@intel.com>
> >> >
> >> >This patchset starts to support DP MST audio.
> >> >
> >> >This patchset is based on drm-tip on
> >> >git://anongit.freedesktop.org/drm-tip
> >> >
> >> >change log:
> >> >v4: refine some comments in 0001 and 0002 patches.
> >> >    refine the 0003 patch for the new ALSA-Configuration document
> >> >
> >> >Libin Yang (3):
> >> >  ALSA: hda - add DP mst verb support
> >> >  ALSA: hda - add DP MST audio support
> >> >  ALSA: Documentation about HDA DP MST pin init and connection
> >> >
> >> > Documentation/sound/hd-audio/dp-mst.rst |  17 +++
> >> > sound/pci/hda/hda_codec.c               |  76 +++++++++-
> >> > sound/pci/hda/hda_codec.h               |   3 +
> >> > sound/pci/hda/patch_hdmi.c              | 245 +++++++++++++++++++++++++------
> >> >-
> >> > 4 files changed, 285 insertions(+), 56 deletions(-)
> >> >
> >> >--
> >> >2.7.4
> >>
> 
> 
> 
> -- 
> Daniel Vetter
> Software Engineer, Intel Corporation
> +41 (0) 79 365 57 48 - http://blog.ffwll.ch
> 
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

* Re: [alsa-devel] [PATCH v4 0/3] support DP MST audio
  2016-12-06  8:11       ` Takashi Iwai
@ 2017-01-09  6:22         ` Yang, Libin
  2017-01-10  8:19           ` Takashi Iwai
  0 siblings, 1 reply; 10+ messages in thread
From: Yang, Libin @ 2017-01-09  6:22 UTC (permalink / raw)
  To: Takashi Iwai, Daniel Vetter; +Cc: intel-gfx, alsa-devel@alsa-project.org

Hi Takashi,

It seems the patches for DP MST in gfx is not merged into Linus branch.

Do we have plan to merge gfx branch manually and review the patches for audio? Or we will wait the DP MST patches for i915 merged into Linus branch?

Regards,
Libin


>-----Original Message-----
>From: Takashi Iwai [mailto:tiwai@suse.de]
>Sent: Tuesday, December 6, 2016 4:11 PM
>To: Daniel Vetter <daniel@ffwll.ch>
>Cc: intel-gfx <intel-gfx@lists.freedesktop.org>; Nikula, Jani
><jani.nikula@linux.intel.com>; Yang, Libin <libin.yang@intel.com>; alsa-
>devel@alsa-project.org; Lin, Mengdong <mengdong.lin@intel.com>
>Subject: Re: [alsa-devel] [PATCH v4 0/3] support DP MST audio
>
>On Tue, 06 Dec 2016 08:51:43 +0100,
>Daniel Vetter wrote:
>>
>> On Tue, Dec 6, 2016 at 8:20 AM, Takashi Iwai <tiwai@suse.de> wrote:
>> > On Tue, 06 Dec 2016 03:58:21 +0100,
>> > Yang, Libin wrote:
>> >>
>> >> The patchset is based on drm-tip branch in
>> >> git://anongit.freedesktop.org/drm-tip
>> >
>> > I'll review and merge if it's OK.
>> >
>> > Daniel, do you guys have the stable branch that I can pull into
>> > sound tree for DP-MST audio stuff for 4.10?
>>
>> DP mst audio support missed 4.10 over here on the drm side. And I
>> wasn't aware that we need a topic branch for it, so I just smashed it
>> into our drm-intel-next queue ... I can send you the most recent
>> stable tag for that, but that's heading in only for 4.11.
>
>It's fine, we can postpone to 4.11 as well.  I just thought it were already
>queued for 4.10.
>
>If so, I'm going to queue these patches once after 4.10-rc1 is released.
>
>
>thanks,
>
>Takashi
>
>
>> -Daniel
>>
>> >
>> >
>> > thanks,
>> >
>> > Takashi
>> >
>> >
>> >> Regards,
>> >> Libin
>> >>
>> >>
>> >> >-----Original Message-----
>> >> >From: Yang, Libin
>> >> >Sent: Tuesday, December 6, 2016 10:49 AM
>> >> >To: alsa-devel@alsa-project.org; tiwai@suse.de
>> >> >Cc: Lin, Mengdong <mengdong.lin@intel.com>; Yang, Libin
>> >> ><libin.yang@intel.com>
>> >> >Subject: [alsa-devel] [PATCH v4 0/3] support DP MST audio
>> >> >
>> >> >From: Libin Yang <libin.yang@intel.com>
>> >> >
>> >> >This patchset starts to support DP MST audio.
>> >> >
>> >> >This patchset is based on drm-tip on
>> >> >git://anongit.freedesktop.org/drm-tip
>> >> >
>> >> >change log:
>> >> >v4: refine some comments in 0001 and 0002 patches.
>> >> >    refine the 0003 patch for the new ALSA-Configuration document
>> >> >
>> >> >Libin Yang (3):
>> >> >  ALSA: hda - add DP mst verb support
>> >> >  ALSA: hda - add DP MST audio support
>> >> >  ALSA: Documentation about HDA DP MST pin init and connection
>> >> >
>> >> > Documentation/sound/hd-audio/dp-mst.rst |  17 +++
>> >> > sound/pci/hda/hda_codec.c               |  76 +++++++++-
>> >> > sound/pci/hda/hda_codec.h               |   3 +
>> >> > sound/pci/hda/patch_hdmi.c              | 245
>+++++++++++++++++++++++++------
>> >> >-
>> >> > 4 files changed, 285 insertions(+), 56 deletions(-)
>> >> >
>> >> >--
>> >> >2.7.4
>> >>
>>
>>
>>
>> --
>> Daniel Vetter
>> Software Engineer, Intel Corporation
>> +41 (0) 79 365 57 48 - http://blog.ffwll.ch
>>
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

* Re: [alsa-devel] [PATCH v4 0/3] support DP MST audio
  2017-01-09  6:22         ` Yang, Libin
@ 2017-01-10  8:19           ` Takashi Iwai
  2017-01-10  8:45             ` Yang, Libin
  0 siblings, 1 reply; 10+ messages in thread
From: Takashi Iwai @ 2017-01-10  8:19 UTC (permalink / raw)
  To: Yang, Libin; +Cc: intel-gfx, alsa-devel@alsa-project.org

On Mon, 09 Jan 2017 07:22:55 +0100,
Yang, Libin wrote:
> 
> Hi Takashi,
> 
> It seems the patches for DP MST in gfx is not merged into Linus branch.
> 
> Do we have plan to merge gfx branch manually and review the patches for audio? Or we will wait the DP MST patches for i915 merged into Linus branch?

Sorry, this was delayed due to the vacation.
Now I applied these three patches to topic/hda-dp-mst branch based on
4.10-rc2, and it was merged to for-next branch.

  git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git topic/hda-dp-mst

Daniel, Jani, if you guys need to merge to i915 tree, feel free to
pull from that branch.


thanks,

Takashi

> 
> Regards,
> Libin
> 
> 
> >-----Original Message-----
> >From: Takashi Iwai [mailto:tiwai@suse.de]
> >Sent: Tuesday, December 6, 2016 4:11 PM
> >To: Daniel Vetter <daniel@ffwll.ch>
> >Cc: intel-gfx <intel-gfx@lists.freedesktop.org>; Nikula, Jani
> ><jani.nikula@linux.intel.com>; Yang, Libin <libin.yang@intel.com>; alsa-
> >devel@alsa-project.org; Lin, Mengdong <mengdong.lin@intel.com>
> >Subject: Re: [alsa-devel] [PATCH v4 0/3] support DP MST audio
> >
> >On Tue, 06 Dec 2016 08:51:43 +0100,
> >Daniel Vetter wrote:
> >>
> >> On Tue, Dec 6, 2016 at 8:20 AM, Takashi Iwai <tiwai@suse.de> wrote:
> >> > On Tue, 06 Dec 2016 03:58:21 +0100,
> >> > Yang, Libin wrote:
> >> >>
> >> >> The patchset is based on drm-tip branch in
> >> >> git://anongit.freedesktop.org/drm-tip
> >> >
> >> > I'll review and merge if it's OK.
> >> >
> >> > Daniel, do you guys have the stable branch that I can pull into
> >> > sound tree for DP-MST audio stuff for 4.10?
> >>
> >> DP mst audio support missed 4.10 over here on the drm side. And I
> >> wasn't aware that we need a topic branch for it, so I just smashed it
> >> into our drm-intel-next queue ... I can send you the most recent
> >> stable tag for that, but that's heading in only for 4.11.
> >
> >It's fine, we can postpone to 4.11 as well.  I just thought it were already
> >queued for 4.10.
> >
> >If so, I'm going to queue these patches once after 4.10-rc1 is released.
> >
> >
> >thanks,
> >
> >Takashi
> >
> >
> >> -Daniel
> >>
> >> >
> >> >
> >> > thanks,
> >> >
> >> > Takashi
> >> >
> >> >
> >> >> Regards,
> >> >> Libin
> >> >>
> >> >>
> >> >> >-----Original Message-----
> >> >> >From: Yang, Libin
> >> >> >Sent: Tuesday, December 6, 2016 10:49 AM
> >> >> >To: alsa-devel@alsa-project.org; tiwai@suse.de
> >> >> >Cc: Lin, Mengdong <mengdong.lin@intel.com>; Yang, Libin
> >> >> ><libin.yang@intel.com>
> >> >> >Subject: [alsa-devel] [PATCH v4 0/3] support DP MST audio
> >> >> >
> >> >> >From: Libin Yang <libin.yang@intel.com>
> >> >> >
> >> >> >This patchset starts to support DP MST audio.
> >> >> >
> >> >> >This patchset is based on drm-tip on
> >> >> >git://anongit.freedesktop.org/drm-tip
> >> >> >
> >> >> >change log:
> >> >> >v4: refine some comments in 0001 and 0002 patches.
> >> >> >    refine the 0003 patch for the new ALSA-Configuration document
> >> >> >
> >> >> >Libin Yang (3):
> >> >> >  ALSA: hda - add DP mst verb support
> >> >> >  ALSA: hda - add DP MST audio support
> >> >> >  ALSA: Documentation about HDA DP MST pin init and connection
> >> >> >
> >> >> > Documentation/sound/hd-audio/dp-mst.rst |  17 +++
> >> >> > sound/pci/hda/hda_codec.c               |  76 +++++++++-
> >> >> > sound/pci/hda/hda_codec.h               |   3 +
> >> >> > sound/pci/hda/patch_hdmi.c              | 245
> >+++++++++++++++++++++++++------
> >> >> >-
> >> >> > 4 files changed, 285 insertions(+), 56 deletions(-)
> >> >> >
> >> >> >--
> >> >> >2.7.4
> >> >>
> >>
> >>
> >>
> >> --
> >> Daniel Vetter
> >> Software Engineer, Intel Corporation
> >> +41 (0) 79 365 57 48 - http://blog.ffwll.ch
> >>
> 
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

* Re: [alsa-devel] [PATCH v4 0/3] support DP MST audio
  2017-01-10  8:19           ` Takashi Iwai
@ 2017-01-10  8:45             ` Yang, Libin
  2017-01-10  8:49               ` Takashi Iwai
  0 siblings, 1 reply; 10+ messages in thread
From: Yang, Libin @ 2017-01-10  8:45 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: intel-gfx, alsa-devel@alsa-project.org

Hi Takashi,

>-----Original Message-----
>From: Takashi Iwai [mailto:tiwai@suse.de]
>Sent: Tuesday, January 10, 2017 4:19 PM
>To: Yang, Libin <libin.yang@intel.com>
>Cc: Daniel Vetter <daniel@ffwll.ch>; intel-gfx <intel-gfx@lists.freedesktop.org>;
>Nikula, Jani <jani.nikula@linux.intel.com>; alsa-devel@alsa-project.org; Lin,
>Mengdong <mengdong.lin@intel.com>
>Subject: Re: [alsa-devel] [PATCH v4 0/3] support DP MST audio
>
>On Mon, 09 Jan 2017 07:22:55 +0100,
>Yang, Libin wrote:
>>
>> Hi Takashi,
>>
>> It seems the patches for DP MST in gfx is not merged into Linus branch.
>>
>> Do we have plan to merge gfx branch manually and review the patches for
>audio? Or we will wait the DP MST patches for i915 merged into Linus branch?
>
>Sorry, this was delayed due to the vacation.
>Now I applied these three patches to topic/hda-dp-mst branch based on 4.10-
>rc2, and it was merged to for-next branch.
>
>  git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git topic/hda-dp-
>mst

Thanks. These audio patches are based on the i915 dp mst patches. Without
I915 driver patches support, it will make errors.

Regards,
Libin

>
>Daniel, Jani, if you guys need to merge to i915 tree, feel free to pull from that
>branch.
>
>
>thanks,
>
>Takashi
>
>>
>> Regards,
>> Libin
>>
>>
>> >-----Original Message-----
>> >From: Takashi Iwai [mailto:tiwai@suse.de]
>> >Sent: Tuesday, December 6, 2016 4:11 PM
>> >To: Daniel Vetter <daniel@ffwll.ch>
>> >Cc: intel-gfx <intel-gfx@lists.freedesktop.org>; Nikula, Jani
>> ><jani.nikula@linux.intel.com>; Yang, Libin <libin.yang@intel.com>;
>> >alsa- devel@alsa-project.org; Lin, Mengdong <mengdong.lin@intel.com>
>> >Subject: Re: [alsa-devel] [PATCH v4 0/3] support DP MST audio
>> >
>> >On Tue, 06 Dec 2016 08:51:43 +0100,
>> >Daniel Vetter wrote:
>> >>
>> >> On Tue, Dec 6, 2016 at 8:20 AM, Takashi Iwai <tiwai@suse.de> wrote:
>> >> > On Tue, 06 Dec 2016 03:58:21 +0100, Yang, Libin wrote:
>> >> >>
>> >> >> The patchset is based on drm-tip branch in
>> >> >> git://anongit.freedesktop.org/drm-tip
>> >> >
>> >> > I'll review and merge if it's OK.
>> >> >
>> >> > Daniel, do you guys have the stable branch that I can pull into
>> >> > sound tree for DP-MST audio stuff for 4.10?
>> >>
>> >> DP mst audio support missed 4.10 over here on the drm side. And I
>> >> wasn't aware that we need a topic branch for it, so I just smashed
>> >> it into our drm-intel-next queue ... I can send you the most recent
>> >> stable tag for that, but that's heading in only for 4.11.
>> >
>> >It's fine, we can postpone to 4.11 as well.  I just thought it were
>> >already queued for 4.10.
>> >
>> >If so, I'm going to queue these patches once after 4.10-rc1 is released.
>> >
>> >
>> >thanks,
>> >
>> >Takashi
>> >
>> >
>> >> -Daniel
>> >>
>> >> >
>> >> >
>> >> > thanks,
>> >> >
>> >> > Takashi
>> >> >
>> >> >
>> >> >> Regards,
>> >> >> Libin
>> >> >>
>> >> >>
>> >> >> >-----Original Message-----
>> >> >> >From: Yang, Libin
>> >> >> >Sent: Tuesday, December 6, 2016 10:49 AM
>> >> >> >To: alsa-devel@alsa-project.org; tiwai@suse.de
>> >> >> >Cc: Lin, Mengdong <mengdong.lin@intel.com>; Yang, Libin
>> >> >> ><libin.yang@intel.com>
>> >> >> >Subject: [alsa-devel] [PATCH v4 0/3] support DP MST audio
>> >> >> >
>> >> >> >From: Libin Yang <libin.yang@intel.com>
>> >> >> >
>> >> >> >This patchset starts to support DP MST audio.
>> >> >> >
>> >> >> >This patchset is based on drm-tip on
>> >> >> >git://anongit.freedesktop.org/drm-tip
>> >> >> >
>> >> >> >change log:
>> >> >> >v4: refine some comments in 0001 and 0002 patches.
>> >> >> >    refine the 0003 patch for the new ALSA-Configuration
>> >> >> >document
>> >> >> >
>> >> >> >Libin Yang (3):
>> >> >> >  ALSA: hda - add DP mst verb support
>> >> >> >  ALSA: hda - add DP MST audio support
>> >> >> >  ALSA: Documentation about HDA DP MST pin init and connection
>> >> >> >
>> >> >> > Documentation/sound/hd-audio/dp-mst.rst |  17 +++
>> >> >> > sound/pci/hda/hda_codec.c               |  76 +++++++++-
>> >> >> > sound/pci/hda/hda_codec.h               |   3 +
>> >> >> > sound/pci/hda/patch_hdmi.c              | 245
>> >+++++++++++++++++++++++++------
>> >> >> >-
>> >> >> > 4 files changed, 285 insertions(+), 56 deletions(-)
>> >> >> >
>> >> >> >--
>> >> >> >2.7.4
>> >> >>
>> >>
>> >>
>> >>
>> >> --
>> >> Daniel Vetter
>> >> Software Engineer, Intel Corporation
>> >> +41 (0) 79 365 57 48 - http://blog.ffwll.ch
>> >>
>>
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

* Re: [alsa-devel] [PATCH v4 0/3] support DP MST audio
  2017-01-10  8:45             ` Yang, Libin
@ 2017-01-10  8:49               ` Takashi Iwai
  2017-01-11  7:39                 ` Daniel Vetter
  0 siblings, 1 reply; 10+ messages in thread
From: Takashi Iwai @ 2017-01-10  8:49 UTC (permalink / raw)
  To: Yang, Libin; +Cc: intel-gfx, alsa-devel@alsa-project.org

On Tue, 10 Jan 2017 09:45:31 +0100,
Yang, Libin wrote:
> 
> Hi Takashi,
> 
> >-----Original Message-----
> >From: Takashi Iwai [mailto:tiwai@suse.de]
> >Sent: Tuesday, January 10, 2017 4:19 PM
> >To: Yang, Libin <libin.yang@intel.com>
> >Cc: Daniel Vetter <daniel@ffwll.ch>; intel-gfx <intel-gfx@lists.freedesktop.org>;
> >Nikula, Jani <jani.nikula@linux.intel.com>; alsa-devel@alsa-project.org; Lin,
> >Mengdong <mengdong.lin@intel.com>
> >Subject: Re: [alsa-devel] [PATCH v4 0/3] support DP MST audio
> >
> >On Mon, 09 Jan 2017 07:22:55 +0100,
> >Yang, Libin wrote:
> >>
> >> Hi Takashi,
> >>
> >> It seems the patches for DP MST in gfx is not merged into Linus branch.
> >>
> >> Do we have plan to merge gfx branch manually and review the patches for
> >audio? Or we will wait the DP MST patches for i915 merged into Linus branch?
> >
> >Sorry, this was delayed due to the vacation.
> >Now I applied these three patches to topic/hda-dp-mst branch based on 4.10-
> >rc2, and it was merged to for-next branch.
> >
> >  git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git topic/hda-dp-
> >mst
> 
> Thanks. These audio patches are based on the i915 dp mst patches. Without
> I915 driver patches support, it will make errors.

Ah yeah, I forgot it.  So I removed it from for-next branch, but
topic/hda-dp-mst branch is kept so that it can be merged to i915
tree.

Let me know if there is any i915 branch I can pull into sound tree.


thanks,

Takashi

> 
> Regards,
> Libin
> 
> >
> >Daniel, Jani, if you guys need to merge to i915 tree, feel free to pull from that
> >branch.
> >
> >
> >thanks,
> >
> >Takashi
> >
> >>
> >> Regards,
> >> Libin
> >>
> >>
> >> >-----Original Message-----
> >> >From: Takashi Iwai [mailto:tiwai@suse.de]
> >> >Sent: Tuesday, December 6, 2016 4:11 PM
> >> >To: Daniel Vetter <daniel@ffwll.ch>
> >> >Cc: intel-gfx <intel-gfx@lists.freedesktop.org>; Nikula, Jani
> >> ><jani.nikula@linux.intel.com>; Yang, Libin <libin.yang@intel.com>;
> >> >alsa- devel@alsa-project.org; Lin, Mengdong <mengdong.lin@intel.com>
> >> >Subject: Re: [alsa-devel] [PATCH v4 0/3] support DP MST audio
> >> >
> >> >On Tue, 06 Dec 2016 08:51:43 +0100,
> >> >Daniel Vetter wrote:
> >> >>
> >> >> On Tue, Dec 6, 2016 at 8:20 AM, Takashi Iwai <tiwai@suse.de> wrote:
> >> >> > On Tue, 06 Dec 2016 03:58:21 +0100, Yang, Libin wrote:
> >> >> >>
> >> >> >> The patchset is based on drm-tip branch in
> >> >> >> git://anongit.freedesktop.org/drm-tip
> >> >> >
> >> >> > I'll review and merge if it's OK.
> >> >> >
> >> >> > Daniel, do you guys have the stable branch that I can pull into
> >> >> > sound tree for DP-MST audio stuff for 4.10?
> >> >>
> >> >> DP mst audio support missed 4.10 over here on the drm side. And I
> >> >> wasn't aware that we need a topic branch for it, so I just smashed
> >> >> it into our drm-intel-next queue ... I can send you the most recent
> >> >> stable tag for that, but that's heading in only for 4.11.
> >> >
> >> >It's fine, we can postpone to 4.11 as well.  I just thought it were
> >> >already queued for 4.10.
> >> >
> >> >If so, I'm going to queue these patches once after 4.10-rc1 is released.
> >> >
> >> >
> >> >thanks,
> >> >
> >> >Takashi
> >> >
> >> >
> >> >> -Daniel
> >> >>
> >> >> >
> >> >> >
> >> >> > thanks,
> >> >> >
> >> >> > Takashi
> >> >> >
> >> >> >
> >> >> >> Regards,
> >> >> >> Libin
> >> >> >>
> >> >> >>
> >> >> >> >-----Original Message-----
> >> >> >> >From: Yang, Libin
> >> >> >> >Sent: Tuesday, December 6, 2016 10:49 AM
> >> >> >> >To: alsa-devel@alsa-project.org; tiwai@suse.de
> >> >> >> >Cc: Lin, Mengdong <mengdong.lin@intel.com>; Yang, Libin
> >> >> >> ><libin.yang@intel.com>
> >> >> >> >Subject: [alsa-devel] [PATCH v4 0/3] support DP MST audio
> >> >> >> >
> >> >> >> >From: Libin Yang <libin.yang@intel.com>
> >> >> >> >
> >> >> >> >This patchset starts to support DP MST audio.
> >> >> >> >
> >> >> >> >This patchset is based on drm-tip on
> >> >> >> >git://anongit.freedesktop.org/drm-tip
> >> >> >> >
> >> >> >> >change log:
> >> >> >> >v4: refine some comments in 0001 and 0002 patches.
> >> >> >> >    refine the 0003 patch for the new ALSA-Configuration
> >> >> >> >document
> >> >> >> >
> >> >> >> >Libin Yang (3):
> >> >> >> >  ALSA: hda - add DP mst verb support
> >> >> >> >  ALSA: hda - add DP MST audio support
> >> >> >> >  ALSA: Documentation about HDA DP MST pin init and connection
> >> >> >> >
> >> >> >> > Documentation/sound/hd-audio/dp-mst.rst |  17 +++
> >> >> >> > sound/pci/hda/hda_codec.c               |  76 +++++++++-
> >> >> >> > sound/pci/hda/hda_codec.h               |   3 +
> >> >> >> > sound/pci/hda/patch_hdmi.c              | 245
> >> >+++++++++++++++++++++++++------
> >> >> >> >-
> >> >> >> > 4 files changed, 285 insertions(+), 56 deletions(-)
> >> >> >> >
> >> >> >> >--
> >> >> >> >2.7.4
> >> >> >>
> >> >>
> >> >>
> >> >>
> >> >> --
> >> >> Daniel Vetter
> >> >> Software Engineer, Intel Corporation
> >> >> +41 (0) 79 365 57 48 - http://blog.ffwll.ch
> >> >>
> >>
> 
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

* Re: [alsa-devel] [PATCH v4 0/3] support DP MST audio
  2017-01-10  8:49               ` Takashi Iwai
@ 2017-01-11  7:39                 ` Daniel Vetter
  2017-01-11  8:00                   ` Takashi Iwai
  0 siblings, 1 reply; 10+ messages in thread
From: Daniel Vetter @ 2017-01-11  7:39 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: intel-gfx, alsa-devel@alsa-project.org

On Tue, Jan 10, 2017 at 9:49 AM, Takashi Iwai <tiwai@suse.de> wrote:
> On Tue, 10 Jan 2017 09:45:31 +0100,
>> >-----Original Message-----
>> >From: Takashi Iwai [mailto:tiwai@suse.de]
>> >Sent: Tuesday, January 10, 2017 4:19 PM
>> >To: Yang, Libin <libin.yang@intel.com>
>> >Cc: Daniel Vetter <daniel@ffwll.ch>; intel-gfx <intel-gfx@lists.freedesktop.org>;
>> >Nikula, Jani <jani.nikula@linux.intel.com>; alsa-devel@alsa-project.org; Lin,
>> >Mengdong <mengdong.lin@intel.com>
>> >Subject: Re: [alsa-devel] [PATCH v4 0/3] support DP MST audio
>> >
>> >On Mon, 09 Jan 2017 07:22:55 +0100,
>> >Yang, Libin wrote:
>> >>
>> >> Hi Takashi,
>> >>
>> >> It seems the patches for DP MST in gfx is not merged into Linus branch.
>> >>
>> >> Do we have plan to merge gfx branch manually and review the patches for
>> >audio? Or we will wait the DP MST patches for i915 merged into Linus branch?
>> >
>> >Sorry, this was delayed due to the vacation.
>> >Now I applied these three patches to topic/hda-dp-mst branch based on 4.10-
>> >rc2, and it was merged to for-next branch.
>> >
>> >  git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git topic/hda-dp-
>> >mst
>>
>> Thanks. These audio patches are based on the i915 dp mst patches. Without
>> I915 driver patches support, it will make errors.
>
> Ah yeah, I forgot it.  So I removed it from for-next branch, but
> topic/hda-dp-mst branch is kept so that it can be merged to i915
> tree.
>
> Let me know if there is any i915 branch I can pull into sound tree.

Aw, I didn't know that the depency goes this way round, the dp mst
patches (I'm not even sure which ones they are) on the i915 are just
on the general pile. So not anywhere near a place where I can make a
topic branch.

I guess what needs to be done now is a cherry-picked list of just the
patches we need, on top of -rc3, that I can then pull into
drm-intel.git plus send a pull request for that to Takashi. That means
the patches are twice in drm-intel.git, but if we cherry-pick
reference them correctly then that should be all ok and can't really
be helped.

Or we just delay the audio side for 4.12, dp mst audio support is 4
years late anyway, so one more release won'thurt that much ;-)
-Daniel
-- 
Daniel Vetter
Software Engineer, Intel Corporation
+41 (0) 79 365 57 48 - http://blog.ffwll.ch
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

* Re: [alsa-devel] [PATCH v4 0/3] support DP MST audio
  2017-01-11  7:39                 ` Daniel Vetter
@ 2017-01-11  8:00                   ` Takashi Iwai
  2017-01-11  8:35                     ` Daniel Vetter
  0 siblings, 1 reply; 10+ messages in thread
From: Takashi Iwai @ 2017-01-11  8:00 UTC (permalink / raw)
  To: Daniel Vetter; +Cc: intel-gfx, alsa-devel@alsa-project.org

On Wed, 11 Jan 2017 08:39:13 +0100,
Daniel Vetter wrote:
> 
> On Tue, Jan 10, 2017 at 9:49 AM, Takashi Iwai <tiwai@suse.de> wrote:
> > On Tue, 10 Jan 2017 09:45:31 +0100,
> >> >-----Original Message-----
> >> >From: Takashi Iwai [mailto:tiwai@suse.de]
> >> >Sent: Tuesday, January 10, 2017 4:19 PM
> >> >To: Yang, Libin <libin.yang@intel.com>
> >> >Cc: Daniel Vetter <daniel@ffwll.ch>; intel-gfx <intel-gfx@lists.freedesktop.org>;
> >> >Nikula, Jani <jani.nikula@linux.intel.com>; alsa-devel@alsa-project.org; Lin,
> >> >Mengdong <mengdong.lin@intel.com>
> >> >Subject: Re: [alsa-devel] [PATCH v4 0/3] support DP MST audio
> >> >
> >> >On Mon, 09 Jan 2017 07:22:55 +0100,
> >> >Yang, Libin wrote:
> >> >>
> >> >> Hi Takashi,
> >> >>
> >> >> It seems the patches for DP MST in gfx is not merged into Linus branch.
> >> >>
> >> >> Do we have plan to merge gfx branch manually and review the patches for
> >> >audio? Or we will wait the DP MST patches for i915 merged into Linus branch?
> >> >
> >> >Sorry, this was delayed due to the vacation.
> >> >Now I applied these three patches to topic/hda-dp-mst branch based on 4.10-
> >> >rc2, and it was merged to for-next branch.
> >> >
> >> >  git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git topic/hda-dp-
> >> >mst
> >>
> >> Thanks. These audio patches are based on the i915 dp mst patches. Without
> >> I915 driver patches support, it will make errors.
> >
> > Ah yeah, I forgot it.  So I removed it from for-next branch, but
> > topic/hda-dp-mst branch is kept so that it can be merged to i915
> > tree.
> >
> > Let me know if there is any i915 branch I can pull into sound tree.
> 
> Aw, I didn't know that the depency goes this way round, the dp mst
> patches (I'm not even sure which ones they are) on the i915 are just
> on the general pile. So not anywhere near a place where I can make a
> topic branch.
> 
> I guess what needs to be done now is a cherry-picked list of just the
> patches we need, on top of -rc3, that I can then pull into
> drm-intel.git plus send a pull request for that to Takashi. That means
> the patches are twice in drm-intel.git, but if we cherry-pick
> reference them correctly then that should be all ok and can't really
> be helped.
> 
> Or we just delay the audio side for 4.12, dp mst audio support is 4
> years late anyway, so one more release won'thurt that much ;-)

Well, thinking of the amount of patches, I guess we can do other way
round: basically it's fine to apply Libin's latest patches to drm tree
for 4.11, if it makes things easier.  I don't think we'll have a big
conflict with these changes for others during 4.11 development.  If
any, I can pull some of stable point from drm tree.

Does it work for you?  If yes, feel free to apply these three sound
patches to drm or i915 tree with my ack.

Reviewed-by: Takashi Iwai <tiwai@suse.de>


thanks,

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

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

* Re: [alsa-devel] [PATCH v4 0/3] support DP MST audio
  2017-01-11  8:00                   ` Takashi Iwai
@ 2017-01-11  8:35                     ` Daniel Vetter
  2017-01-11  8:44                       ` Yang, Libin
  0 siblings, 1 reply; 10+ messages in thread
From: Daniel Vetter @ 2017-01-11  8:35 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel@alsa-project.org, intel-gfx

On Wed, Jan 11, 2017 at 09:00:27AM +0100, Takashi Iwai wrote:
> On Wed, 11 Jan 2017 08:39:13 +0100,
> Daniel Vetter wrote:
> > 
> > On Tue, Jan 10, 2017 at 9:49 AM, Takashi Iwai <tiwai@suse.de> wrote:
> > > On Tue, 10 Jan 2017 09:45:31 +0100,
> > >> >-----Original Message-----
> > >> >From: Takashi Iwai [mailto:tiwai@suse.de]
> > >> >Sent: Tuesday, January 10, 2017 4:19 PM
> > >> >To: Yang, Libin <libin.yang@intel.com>
> > >> >Cc: Daniel Vetter <daniel@ffwll.ch>; intel-gfx <intel-gfx@lists.freedesktop.org>;
> > >> >Nikula, Jani <jani.nikula@linux.intel.com>; alsa-devel@alsa-project.org; Lin,
> > >> >Mengdong <mengdong.lin@intel.com>
> > >> >Subject: Re: [alsa-devel] [PATCH v4 0/3] support DP MST audio
> > >> >
> > >> >On Mon, 09 Jan 2017 07:22:55 +0100,
> > >> >Yang, Libin wrote:
> > >> >>
> > >> >> Hi Takashi,
> > >> >>
> > >> >> It seems the patches for DP MST in gfx is not merged into Linus branch.
> > >> >>
> > >> >> Do we have plan to merge gfx branch manually and review the patches for
> > >> >audio? Or we will wait the DP MST patches for i915 merged into Linus branch?
> > >> >
> > >> >Sorry, this was delayed due to the vacation.
> > >> >Now I applied these three patches to topic/hda-dp-mst branch based on 4.10-
> > >> >rc2, and it was merged to for-next branch.
> > >> >
> > >> >  git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git topic/hda-dp-
> > >> >mst
> > >>
> > >> Thanks. These audio patches are based on the i915 dp mst patches. Without
> > >> I915 driver patches support, it will make errors.
> > >
> > > Ah yeah, I forgot it.  So I removed it from for-next branch, but
> > > topic/hda-dp-mst branch is kept so that it can be merged to i915
> > > tree.
> > >
> > > Let me know if there is any i915 branch I can pull into sound tree.
> > 
> > Aw, I didn't know that the depency goes this way round, the dp mst
> > patches (I'm not even sure which ones they are) on the i915 are just
> > on the general pile. So not anywhere near a place where I can make a
> > topic branch.
> > 
> > I guess what needs to be done now is a cherry-picked list of just the
> > patches we need, on top of -rc3, that I can then pull into
> > drm-intel.git plus send a pull request for that to Takashi. That means
> > the patches are twice in drm-intel.git, but if we cherry-pick
> > reference them correctly then that should be all ok and can't really
> > be helped.
> > 
> > Or we just delay the audio side for 4.12, dp mst audio support is 4
> > years late anyway, so one more release won'thurt that much ;-)
> 
> Well, thinking of the amount of patches, I guess we can do other way
> round: basically it's fine to apply Libin's latest patches to drm tree
> for 4.11, if it makes things easier.  I don't think we'll have a big
> conflict with these changes for others during 4.11 development.  If
> any, I can pull some of stable point from drm tree.
> 
> Does it work for you?  If yes, feel free to apply these three sound
> patches to drm or i915 tree with my ack.
> 
> Reviewed-by: Takashi Iwai <tiwai@suse.de>

Works for me too. Libin, can you pls resend (somehow this thread
disconnected from the patches for me), with Takashi's r-b + ack for
merging through drm-intel?

Thanks, Daniel
-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

* Re: [alsa-devel] [PATCH v4 0/3] support DP MST audio
  2017-01-11  8:35                     ` Daniel Vetter
@ 2017-01-11  8:44                       ` Yang, Libin
  0 siblings, 0 replies; 10+ messages in thread
From: Yang, Libin @ 2017-01-11  8:44 UTC (permalink / raw)
  To: Daniel Vetter, Takashi Iwai
  Cc: intel-gfx, alsa-devel@alsa-project.org, Pandiyan, Dhinakaran

Hi Daniel,

OK, I will resend the patches tomorrow. Thanks.

Hi Takashi,

In case you still need the patches for i915, it is on
git://anongit.freedesktop.org/drm-tip:drm-tip

My patches are:

commit 9a148a96fc3a654ddcf142a7ab7db37b972ba5d8
drm/i915/debugfs: add dp mst info

commit 9935f7fa2854355203e3976762eecfb218079aac
drm/i915: abstract ddi being audio enabled

commit 7f9e77545b92bcb894b8e2be5646535e8ba8da9e
drm/i915: enable dp mst audio

commit 31613268c0a6f7abdb0c19487a084249bcf203ba
drm/i915/audio: extend get_saved_enc() to support more scenarios

commit f55d23be11ed15f493957246f3b81fc530e79d70
drm/i915/audio: extend audio sync rate support for DP MST

And you may still need the patches in gfx to fix the flicker issue, which Dhinakaran
can help.

Regards,
Libin


>-----Original Message-----
>From: Daniel Vetter [mailto:daniel.vetter@ffwll.ch] On Behalf Of Daniel Vetter
>Sent: Wednesday, January 11, 2017 4:35 PM
>To: Takashi Iwai <tiwai@suse.de>
>Cc: Daniel Vetter <daniel@ffwll.ch>; Yang, Libin <libin.yang@intel.com>; intel-
>gfx <intel-gfx@lists.freedesktop.org>; Nikula, Jani
><jani.nikula@linux.intel.com>; alsa-devel@alsa-project.org; Lin, Mengdong
><mengdong.lin@intel.com>
>Subject: Re: [alsa-devel] [PATCH v4 0/3] support DP MST audio
>
>On Wed, Jan 11, 2017 at 09:00:27AM +0100, Takashi Iwai wrote:
>> On Wed, 11 Jan 2017 08:39:13 +0100,
>> Daniel Vetter wrote:
>> >
>> > On Tue, Jan 10, 2017 at 9:49 AM, Takashi Iwai <tiwai@suse.de> wrote:
>> > > On Tue, 10 Jan 2017 09:45:31 +0100,
>> > >> >-----Original Message-----
>> > >> >From: Takashi Iwai [mailto:tiwai@suse.de]
>> > >> >Sent: Tuesday, January 10, 2017 4:19 PM
>> > >> >To: Yang, Libin <libin.yang@intel.com>
>> > >> >Cc: Daniel Vetter <daniel@ffwll.ch>; intel-gfx
>> > >> ><intel-gfx@lists.freedesktop.org>;
>> > >> >Nikula, Jani <jani.nikula@linux.intel.com>;
>> > >> >alsa-devel@alsa-project.org; Lin, Mengdong
>> > >> ><mengdong.lin@intel.com>
>> > >> >Subject: Re: [alsa-devel] [PATCH v4 0/3] support DP MST audio
>> > >> >
>> > >> >On Mon, 09 Jan 2017 07:22:55 +0100, Yang, Libin wrote:
>> > >> >>
>> > >> >> Hi Takashi,
>> > >> >>
>> > >> >> It seems the patches for DP MST in gfx is not merged into Linus
>branch.
>> > >> >>
>> > >> >> Do we have plan to merge gfx branch manually and review the
>> > >> >> patches for
>> > >> >audio? Or we will wait the DP MST patches for i915 merged into Linus
>branch?
>> > >> >
>> > >> >Sorry, this was delayed due to the vacation.
>> > >> >Now I applied these three patches to topic/hda-dp-mst branch
>> > >> >based on 4.10- rc2, and it was merged to for-next branch.
>> > >> >
>> > >> >  git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
>> > >> >topic/hda-dp- mst
>> > >>
>> > >> Thanks. These audio patches are based on the i915 dp mst patches.
>> > >> Without
>> > >> I915 driver patches support, it will make errors.
>> > >
>> > > Ah yeah, I forgot it.  So I removed it from for-next branch, but
>> > > topic/hda-dp-mst branch is kept so that it can be merged to i915
>> > > tree.
>> > >
>> > > Let me know if there is any i915 branch I can pull into sound tree.
>> >
>> > Aw, I didn't know that the depency goes this way round, the dp mst
>> > patches (I'm not even sure which ones they are) on the i915 are just
>> > on the general pile. So not anywhere near a place where I can make a
>> > topic branch.
>> >
>> > I guess what needs to be done now is a cherry-picked list of just
>> > the patches we need, on top of -rc3, that I can then pull into
>> > drm-intel.git plus send a pull request for that to Takashi. That
>> > means the patches are twice in drm-intel.git, but if we cherry-pick
>> > reference them correctly then that should be all ok and can't really
>> > be helped.
>> >
>> > Or we just delay the audio side for 4.12, dp mst audio support is 4
>> > years late anyway, so one more release won'thurt that much ;-)
>>
>> Well, thinking of the amount of patches, I guess we can do other way
>> round: basically it's fine to apply Libin's latest patches to drm tree
>> for 4.11, if it makes things easier.  I don't think we'll have a big
>> conflict with these changes for others during 4.11 development.  If
>> any, I can pull some of stable point from drm tree.
>>
>> Does it work for you?  If yes, feel free to apply these three sound
>> patches to drm or i915 tree with my ack.
>>
>> Reviewed-by: Takashi Iwai <tiwai@suse.de>
>
>Works for me too. Libin, can you pls resend (somehow this thread
>disconnected from the patches for me), with Takashi's r-b + ack for merging
>through drm-intel?
>
>Thanks, Daniel
>--
>Daniel Vetter
>Software Engineer, Intel Corporation
>http://blog.ffwll.ch
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

end of thread, other threads:[~2017-01-11  8:44 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <1480992519-108079-1-git-send-email-libin.yang@intel.com>
     [not found] ` <96A12704CE18D347B625EE2D4A099D194FA69699@SHSMSX103.ccr.corp.intel.com>
     [not found]   ` <s5hzik94j74.wl-tiwai@suse.de>
2016-12-06  7:51     ` [alsa-devel] [PATCH v4 0/3] support DP MST audio Daniel Vetter
2016-12-06  8:11       ` Takashi Iwai
2017-01-09  6:22         ` Yang, Libin
2017-01-10  8:19           ` Takashi Iwai
2017-01-10  8:45             ` Yang, Libin
2017-01-10  8:49               ` Takashi Iwai
2017-01-11  7:39                 ` Daniel Vetter
2017-01-11  8:00                   ` Takashi Iwai
2017-01-11  8:35                     ` Daniel Vetter
2017-01-11  8:44                       ` Yang, Libin

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