RE: [PATCH v3] drm/tegra: sor: Enable HDA interrupts at plug-in

2019-07-24 Thread Viswanath L
Thanks very much for the review, Dmitry! -Original Message- From: Dmitry Osipenko Sent: Wednesday, July 24, 2019 2:58 PM To: Viswanath L ; thierry.red...@gmail.com; Jonathan Hunter Cc: airl...@linux.ie; dan...@ffwll.ch; dri-devel@lists.freedesktop.org; linux-te...@vger.kernel.org

Re: [PATCH v2] drm/tegra: sor: Enable HDA interrupts at plugin

2019-07-23 Thread Viswanath L
Hello Dmitry, I have pushed new patch set v3 (https://patchwork.ozlabs.org/patch/1135605/). Request you to kindly review. Thanks. On 7/23/2019 3:48 PM, Dmitry Osipenko wrote: 23.07.2019 13:11, Viswanath L пишет: Thanks for your comments, Dmitry. Please see my responses inline. On 7/23/2019

[PATCH v3] drm/tegra: sor: Enable HDA interrupts at plug-in

2019-07-23 Thread Viswanath L
HDMI plugout calls runtime suspend, which clears interrupt registers and causes audio functionality to break on subsequent plug-in; setting interrupt registers in sor_audio_prepare() solves the issue. Signed-off-by: Viswanath L Fixes: 8e2988a76c26 ("drm/tegra: sor: Support for audio over

Re: [PATCH v2] drm/tegra: sor: Enable HDA interrupts at plugin

2019-07-23 Thread Viswanath L
Thanks for your comments, Dmitry. Please see my responses inline. On 7/23/2019 6:00 AM, Dmitry Osipenko wrote: 22.07.2019 12:27, Viswanath L пишет: HDMI plugout calls runtime suspend, which clears interrupt registers and causes audio functionality to break on subsequent plugin; setting

[PATCH v2] drm/tegra: sor: Enable HDA interrupts at plugin

2019-07-22 Thread Viswanath L
HDMI plugout calls runtime suspend, which clears interrupt registers and causes audio functionality to break on subsequent plugin; setting interrupt registers in sor_audio_prepare() solves the issue Signed-off-by: Viswanath L --- drivers/gpu/drm/tegra/sor.c | 18 +- 1 file