Re: [Intel-gfx] [PATCH v7 0/5] Prep. for DP audio MST support

2016-09-22 Thread Rodrigo Vivi
Series merged to dinq.
Thanks for the patches

On Mon, Sep 19, 2016 at 6:11 PM Dhinakaran Pandiyan <
dhinakaran.pandi...@intel.com> wrote:

> This series lays the groundwork for more DP MST audio work that will
> follow.
>
> v7:
> Added R-B tags and rebased.
>
> v6:
> Modified the return type for a helper that returns port in intel_dvo.c
>
> v5:
> Really renamed the port enum member from 'attached_port' to 'port'
> Rebased on atomic changes.
>
> v4:
> Fixed missing port initialization in intel_sdvo.c
> Renamed the port enum member from 'attached_port' to 'port'
> Fixed commit message typos.
>
> v3:
> Different solution to get port from encoder (danvet).
> Removed locals that are not needed any more.
> Minor variable renaming clean up.
> Rebased on dinq.
> Retained r-b for "start adding dp mst audio" as it does not change.
>
> v2:
> Different solution replacing the enc_to_dig_port() fix (Ville, Lyude).
> No changes to MST audio enabling and move audio_connector patches.
> Reordered the patches (Lyude)
>
> Pandiyan, Dhinakaran (4):
>   drm/i915: Standardize port type for DVO encoders
>   drm/i915: Store port enum in intel_encoder
>   drm/i915: Switch to using port stored in intel_encoder
>   drm/i915: Move audio_connector to intel_encoder
>
> Libin Yang (1):
>   drm/i915: start adding dp mst audio
>
>  drivers/gpu/drm/i915/i915_debugfs.c | 19 +++-
>  drivers/gpu/drm/i915/i915_drv.h |  1 +
>  drivers/gpu/drm/i915/intel_audio.c  | 44
> +++--
>  drivers/gpu/drm/i915/intel_crt.c|  2 ++
>  drivers/gpu/drm/i915/intel_ddi.c| 21 +-
>  drivers/gpu/drm/i915/intel_dp.c |  1 +
>  drivers/gpu/drm/i915/intel_dp_mst.c | 19 
>  drivers/gpu/drm/i915/intel_drv.h|  7 --
>  drivers/gpu/drm/i915/intel_dsi.c|  1 +
>  drivers/gpu/drm/i915/intel_dvo.c| 16 --
>  drivers/gpu/drm/i915/intel_hdmi.c   |  1 +
>  drivers/gpu/drm/i915/intel_lvds.c   |  3 ++-
>  drivers/gpu/drm/i915/intel_sdvo.c   |  1 +
>  drivers/gpu/drm/i915/intel_tv.c |  2 ++
>  14 files changed, 96 insertions(+), 42 deletions(-)
>
> --
> 2.5.0
>
> ___
> Intel-gfx mailing list
> Intel-gfx@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/intel-gfx
>
___
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx


[Intel-gfx] [PATCH v7 0/5] Prep. for DP audio MST support

2016-09-19 Thread Dhinakaran Pandiyan
This series lays the groundwork for more DP MST audio work that will
follow.

v7:
Added R-B tags and rebased.

v6:
Modified the return type for a helper that returns port in intel_dvo.c

v5:
Really renamed the port enum member from 'attached_port' to 'port'
Rebased on atomic changes.

v4:
Fixed missing port initialization in intel_sdvo.c
Renamed the port enum member from 'attached_port' to 'port'
Fixed commit message typos.

v3:
Different solution to get port from encoder (danvet).
Removed locals that are not needed any more.
Minor variable renaming clean up.
Rebased on dinq.
Retained r-b for "start adding dp mst audio" as it does not change.

v2:
Different solution replacing the enc_to_dig_port() fix (Ville, Lyude).
No changes to MST audio enabling and move audio_connector patches.
Reordered the patches (Lyude)

Pandiyan, Dhinakaran (4):
  drm/i915: Standardize port type for DVO encoders
  drm/i915: Store port enum in intel_encoder
  drm/i915: Switch to using port stored in intel_encoder
  drm/i915: Move audio_connector to intel_encoder

Libin Yang (1):
  drm/i915: start adding dp mst audio

 drivers/gpu/drm/i915/i915_debugfs.c | 19 +++-
 drivers/gpu/drm/i915/i915_drv.h |  1 +
 drivers/gpu/drm/i915/intel_audio.c  | 44 +++--
 drivers/gpu/drm/i915/intel_crt.c|  2 ++
 drivers/gpu/drm/i915/intel_ddi.c| 21 +-
 drivers/gpu/drm/i915/intel_dp.c |  1 +
 drivers/gpu/drm/i915/intel_dp_mst.c | 19 
 drivers/gpu/drm/i915/intel_drv.h|  7 --
 drivers/gpu/drm/i915/intel_dsi.c|  1 +
 drivers/gpu/drm/i915/intel_dvo.c| 16 --
 drivers/gpu/drm/i915/intel_hdmi.c   |  1 +
 drivers/gpu/drm/i915/intel_lvds.c   |  3 ++-
 drivers/gpu/drm/i915/intel_sdvo.c   |  1 +
 drivers/gpu/drm/i915/intel_tv.c |  2 ++
 14 files changed, 96 insertions(+), 42 deletions(-)

-- 
2.5.0

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