alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/2] sti: add audio interface to the hdmi driver
@ 2016-04-21 15:29 Arnaud Pouliquen
  2016-04-21 15:29 ` [PATCH v4 1/2] video: hdmi: add helper functions for N and CTS Arnaud Pouliquen
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Arnaud Pouliquen @ 2016-04-21 15:29 UTC (permalink / raw)
  To: alsa-devel, dri-devel
  Cc: Jean-Francois Moine, Lars-Peter Clausen, Russell King - ARM Linux,
	Philipp Zabel, David Airlie, arnaud.pouliquen, Liam Girdwood,
	Jyri Sarha, Takashi Iwai, Mark Brown, Benjamin Gaignard

This patchset implements audio interface in HDMI drm driver. Implementation is based on 
ASoC generic hdmi codec driver( https://patchwork.kernel.org/patch/8713141/). 
It also proposes helper functions to compute N and CTS parameters
according to HDMI 1.4b specification. 

V4:
     fixes for "video: hdmi: add helper functions for N and CTS"
        - typo error and additional comments
        - cts_1_ratio computation
        - warning reported by kbuild test robot
        - add rounded value for 297/1.001 MHz

V3: 
     - video: hdmi: add helper function for N and CTS
     	  Also used on Mediatek platform (https://patchwork.kernel.org/patch/8887341)
	  delta vs V2:
          - typo fixes
          - if/else code optimisation
     - drm: sti: Add ASoC generic hdmi codec support.
	  - typo fixes
          - add audio registers in debugfs information
                
V2: RFC
https://patchwork.kernel.org/patch/8091531/("video: hdmi: add helper function for N and CTS")
https://patchwork.kernel.org/patch/8091561/("ASoC: hdmi-codec: Add hdmi-codec for external HDMI-encoders")
     - patch: video: hdmi: add helper function for N and CTS
         Fixes based on Russel King remarks
         - Duplicate function to have a separte treatment for coherent and
           non-coherent clocks
         - Add ratio field for alternate CTS value
         - Clock frequency in Hz for TMDS and audio clocks
         - Add information concerning clocks and CTS calculation. 

V1: 
This RFC is the implementation of audio HDMI on sti platform based on generic hdmi-codec driver:
	https://patchwork.kernel.org/patch/7215271/ ("ASoC: hdmi-codec: Add hdmi-codec for external HDMI-encoders")
	https://patchwork.kernel.org/patch/8062611/ ("video: hdmi: add helper function for N and CTS")
Arnaud Pouliquen (2):
  video: hdmi: add helper functions for N and CTS
  drm: sti: Add ASoC generic hdmi codec support.

 drivers/gpu/drm/sti/Kconfig    |   1 +
 drivers/gpu/drm/sti/sti_hdmi.c | 248 ++++++++++++++++++++++++++++++++++++++---
 drivers/gpu/drm/sti/sti_hdmi.h |  13 +++
 drivers/video/hdmi.c           | 208 ++++++++++++++++++++++++++++++++++
 include/linux/hdmi.h           |  24 ++++
 5 files changed, 477 insertions(+), 17 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2016-06-07 15:27 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-21 15:29 [PATCH v4 0/2] sti: add audio interface to the hdmi driver Arnaud Pouliquen
2016-04-21 15:29 ` [PATCH v4 1/2] video: hdmi: add helper functions for N and CTS Arnaud Pouliquen
2016-04-28 12:13   ` Arnaud Pouliquen
2016-05-09  8:15     ` Arnaud Pouliquen
2016-06-06 16:34   ` [v4,1/2] " Doug Anderson
2016-06-07  8:41     ` [v4, 1/2] " Arnaud Pouliquen
2016-06-07 15:27       ` Doug Anderson
2016-04-21 15:29 ` [PATCH v4 2/2] drm: sti: Add ASoC generic hdmi codec support Arnaud Pouliquen
2016-04-28 12:13   ` Arnaud Pouliquen
2016-04-28 12:13 ` [PATCH v4 0/2] sti: add audio interface to the hdmi driver Arnaud Pouliquen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).