Re: [PATCH] drm/tegra: sor: Support for audio over HDMI

2018-12-05 Thread Dmitry Osipenko
On 04.12.2018 16:08, Thierry Reding wrote: > On Tue, Dec 04, 2018 at 02:09:07PM +0300, Dmitry Osipenko wrote: >> On 03.12.2018 18:36, Thierry Reding wrote: >>> From: Thierry Reding >>> >>> This code is very similar to the audio over HDMI support on older chips. >>> Interoperation with the audio co

Re: [PATCH] drm/tegra: sor: Support for audio over HDMI

2018-12-05 Thread Dmitry Osipenko
On 03.12.2018 18:36, Thierry Reding wrote: > From: Thierry Reding > > This code is very similar to the audio over HDMI support on older chips. > Interoperation with the audio codec is done via a pair of codec scratch > registers and an interrupt that is raised at the SOR when the codec has > writ

Re: [PATCH] drm/tegra: sor: Support for audio over HDMI

2018-12-04 Thread Thierry Reding
On Tue, Dec 04, 2018 at 04:50:44PM +0300, Dmitry Osipenko wrote: > On 04.12.2018 16:08, Thierry Reding wrote: > > On Tue, Dec 04, 2018 at 02:09:07PM +0300, Dmitry Osipenko wrote: > >> On 03.12.2018 18:36, Thierry Reding wrote: > >>> From: Thierry Reding > >>> > >>> This code is very similar to the

Re: [PATCH] drm/tegra: sor: Support for audio over HDMI

2018-12-04 Thread Thierry Reding
On Tue, Dec 04, 2018 at 02:09:07PM +0300, Dmitry Osipenko wrote: > On 03.12.2018 18:36, Thierry Reding wrote: > > From: Thierry Reding > > > > This code is very similar to the audio over HDMI support on older chips. > > Interoperation with the audio codec is done via a pair of codec scratch > > r

Re: [PATCH] drm/tegra: sor: Support for audio over HDMI

2018-12-04 Thread Thierry Reding
On Tue, Dec 04, 2018 at 11:33:48AM +0200, Jani Nikula wrote: > On Tue, 04 Dec 2018, Thierry Reding wrote: > > On Mon, Dec 03, 2018 at 06:05:07PM +0200, Jani Nikula wrote: > >> On Mon, 03 Dec 2018, Thierry Reding wrote: > >> > From: Thierry Reding > >> > > >> > This code is very similar to the au

Re: [PATCH] drm/tegra: sor: Support for audio over HDMI

2018-12-04 Thread Jani Nikula
On Tue, 04 Dec 2018, Thierry Reding wrote: > On Mon, Dec 03, 2018 at 06:05:07PM +0200, Jani Nikula wrote: >> On Mon, 03 Dec 2018, Thierry Reding wrote: >> > From: Thierry Reding >> > >> > This code is very similar to the audio over HDMI support on older chips. >> > Interoperation with the audio

Re: [PATCH] drm/tegra: sor: Support for audio over HDMI

2018-12-04 Thread Thierry Reding
On Mon, Dec 03, 2018 at 06:05:07PM +0200, Jani Nikula wrote: > On Mon, 03 Dec 2018, Thierry Reding wrote: > > From: Thierry Reding > > > > This code is very similar to the audio over HDMI support on older chips. > > Interoperation with the audio codec is done via a pair of codec scratch > > regis

Re: [PATCH] drm/tegra: sor: Support for audio over HDMI

2018-12-03 Thread Jani Nikula
On Mon, 03 Dec 2018, Thierry Reding wrote: > From: Thierry Reding > > This code is very similar to the audio over HDMI support on older chips. > Interoperation with the audio codec is done via a pair of codec scratch > registers and an interrupt that is raised at the SOR when the codec has > writ

[PATCH] drm/tegra: sor: Support for audio over HDMI

2018-12-03 Thread Thierry Reding
From: Thierry Reding This code is very similar to the audio over HDMI support on older chips. Interoperation with the audio codec is done via a pair of codec scratch registers and an interrupt that is raised at the SOR when the codec has written those registers. Signed-off-by: Thierry Reding --