All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Add support for sun4i HDMI audio
@ 2020-01-10 14:11 ` Stefan Mavrodiev
  0 siblings, 0 replies; 42+ messages in thread
From: Stefan Mavrodiev @ 2020-01-10 14:11 UTC (permalink / raw)
  To: Dan Williams, Vinod Koul, Maxime Ripard, Chen-Yu Tsai,
	David Airlie, Daniel Vetter, open list,
	open list:DMA GENERIC OFFLOAD ENGINE SUBSYSTEM,
	moderated list:ARM/Allwinner sunXi SoC support,
	open list:DRM DRIVERS FOR ALLWINNER A10
  Cc: linux-sunxi, Stefan Mavrodiev

This patch series add support for HDMI audio for sun4i HDMI encored.
The code uses some parts from the Allwinners's BSP kernel.

Currently cyclic DMA transfers are disabled. The first patch permits them
as they are required for the audio.

The patch is tested on A20 chip. For the other chips, only the addresses
of the registers are checked.

Stefan Mavrodiev (2):
  dmaengine: sun4i: Add support for cyclic requests with dedicated DMA
  drm: sun4i: hdmi: Add support for sun4i HDMI encoder audio

 drivers/dma/sun4i-dma.c                  |  45 +--
 drivers/gpu/drm/sun4i/Kconfig            |   1 +
 drivers/gpu/drm/sun4i/Makefile           |   1 +
 drivers/gpu/drm/sun4i/sun4i_hdmi.h       |  30 ++
 drivers/gpu/drm/sun4i/sun4i_hdmi_audio.c | 375 +++++++++++++++++++++++
 drivers/gpu/drm/sun4i/sun4i_hdmi_enc.c   |   4 +
 6 files changed, 435 insertions(+), 21 deletions(-)
 create mode 100644 drivers/gpu/drm/sun4i/sun4i_hdmi_audio.c

-- 
2.17.1

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

end of thread, other threads:[~2020-01-22  8:23 UTC | newest]

Thread overview: 42+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-10 14:11 [PATCH 0/2] Add support for sun4i HDMI audio Stefan Mavrodiev
2020-01-10 14:11 ` Stefan Mavrodiev
2020-01-10 14:11 ` Stefan Mavrodiev
2020-01-10 14:11 ` [PATCH 1/2] dmaengine: sun4i: Add support for cyclic requests with dedicated DMA Stefan Mavrodiev
2020-01-10 14:11   ` Stefan Mavrodiev
2020-01-10 14:11   ` Stefan Mavrodiev
2020-01-10 16:18   ` Maxime Ripard
2020-01-10 16:18     ` Maxime Ripard
2020-01-10 16:18     ` Maxime Ripard
2020-01-15 12:31   ` Vinod Koul
2020-01-15 12:31     ` Vinod Koul
2020-01-15 12:31     ` Vinod Koul
2020-01-15 17:07     ` Maxime Ripard
2020-01-15 17:07       ` Maxime Ripard
2020-01-15 17:07       ` Maxime Ripard
2020-01-21  8:35       ` Vinod Koul
2020-01-21  8:35         ` Vinod Koul
2020-01-21  8:35         ` Vinod Koul
2020-01-21 11:37         ` Stefan Mavrodiev
2020-01-21 11:37           ` Stefan Mavrodiev
2020-01-21 11:37           ` Stefan Mavrodiev
2020-01-21 12:14           ` Vinod Koul
2020-01-21 12:14             ` Vinod Koul
2020-01-21 12:14             ` Vinod Koul
2020-01-10 14:11 ` [PATCH 2/2] drm: sun4i: hdmi: Add support for sun4i HDMI encoder audio Stefan Mavrodiev
2020-01-10 14:11   ` Stefan Mavrodiev
2020-01-10 14:11   ` Stefan Mavrodiev
2020-01-10 16:26   ` Maxime Ripard
2020-01-10 16:26     ` Maxime Ripard
2020-01-10 16:26     ` Maxime Ripard
2020-01-14  9:04     ` Stefan Mavrodiev
2020-01-14  9:04       ` Stefan Mavrodiev
2020-01-14  9:04       ` Stefan Mavrodiev
2020-01-15  8:32       ` Maxime Ripard
2020-01-15  8:32         ` Maxime Ripard
2020-01-15  8:32         ` Maxime Ripard
2020-01-15 12:23         ` Stefan Mavrodiev
2020-01-15 12:23           ` Stefan Mavrodiev
2020-01-15 12:23           ` Stefan Mavrodiev
2020-01-10 16:30   ` [linux-sunxi] " Chen-Yu Tsai
2020-01-10 16:30     ` Chen-Yu Tsai
2020-01-10 16:30     ` Chen-Yu Tsai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.