Re: [PATCH 2/2] drm/amd/display: Add drm_audio_component support to amdgpu_dm

2019-07-19 Thread Takashi Iwai
On Wed, 17 Jul 2019 15:32:55 +0200, Takashi Iwai wrote: > > On Wed, 10 Jul 2019 16:36:19 +0200, > Takashi Iwai wrote: > > > > On Wed, 10 Jul 2019 16:31:40 +0200, > > Kazlauskas, Nicholas wrote: > > > > > > On 7/10/19 9:48 AM, Takashi Iwai wrote: > > > > On Tue, 09 Jul 2019 18:30:19 +0200, > > >

Re: [PATCH 2/2] drm/amd/display: Add drm_audio_component support to amdgpu_dm

2019-07-17 Thread Takashi Iwai
On Wed, 10 Jul 2019 16:36:19 +0200, Takashi Iwai wrote: > > On Wed, 10 Jul 2019 16:31:40 +0200, > Kazlauskas, Nicholas wrote: > > > > On 7/10/19 9:48 AM, Takashi Iwai wrote: > > > On Tue, 09 Jul 2019 18:30:19 +0200, > > > Nicholas Kazlauskas wrote: > > >> > > >> [Why] > > >> The

Re: [PATCH 2/2] drm/amd/display: Add drm_audio_component support to amdgpu_dm

2019-07-10 Thread Takashi Iwai
On Wed, 10 Jul 2019 16:31:40 +0200, Kazlauskas, Nicholas wrote: > > On 7/10/19 9:48 AM, Takashi Iwai wrote: > > On Tue, 09 Jul 2019 18:30:19 +0200, > > Nicholas Kazlauskas wrote: > >> > >> [Why] > >> The drm_audio_component can be used to give pin ELD notifications > >> directly to the sound

Re: [PATCH 2/2] drm/amd/display: Add drm_audio_component support to amdgpu_dm

2019-07-10 Thread Kazlauskas, Nicholas
On 7/10/19 9:48 AM, Takashi Iwai wrote: > On Tue, 09 Jul 2019 18:30:19 +0200, > Nicholas Kazlauskas wrote: >> >> [Why] >> The drm_audio_component can be used to give pin ELD notifications >> directly to the sound driver. This fixes audio endpoints disappearing >> due to missing unsolicited

Re: [PATCH 2/2] drm/amd/display: Add drm_audio_component support to amdgpu_dm

2019-07-10 Thread Takashi Iwai
On Tue, 09 Jul 2019 18:30:19 +0200, Nicholas Kazlauskas wrote: > > [Why] > The drm_audio_component can be used to give pin ELD notifications > directly to the sound driver. This fixes audio endpoints disappearing > due to missing unsolicited notifications. > > [How] > Send the notification via

Re: [PATCH 2/2] drm/amd/display: Add drm_audio_component support to amdgpu_dm

2019-07-09 Thread Alex Deucher
On Tue, Jul 9, 2019 at 12:30 PM Nicholas Kazlauskas wrote: > > [Why] > The drm_audio_component can be used to give pin ELD notifications > directly to the sound driver. This fixes audio endpoints disappearing > due to missing unsolicited notifications. > > [How] > Send the notification via the

[PATCH 2/2] drm/amd/display: Add drm_audio_component support to amdgpu_dm

2019-07-09 Thread Nicholas Kazlauskas
[Why] The drm_audio_component can be used to give pin ELD notifications directly to the sound driver. This fixes audio endpoints disappearing due to missing unsolicited notifications. [How] Send the notification via the audio component whenever we enable or disable audio state on a stream. This