Re: [Freedreno] [PATCH] drm/msm/dp: do not notify audio subsystem if sink doesn't support audio

2020-11-03 Thread Stephen Boyd
Quoting abhin...@codeaurora.org (2020-11-02 14:43:33) > Hi Stephen > > Thanks for the review. > > On 2020-11-02 13:19, Stephen Boyd wrote: > > Quoting Abhinav Kumar (2020-10-29 13:55:09) > >> For sinks that do not support audio, there is no need to notify > >> audio subsystem of the connection ev

Re: [PATCH] drm/msm/dp: do not notify audio subsystem if sink doesn't support audio

2020-11-03 Thread Stephen Boyd
Quoting Abhinav Kumar (2020-10-29 13:55:09) > For sinks that do not support audio, there is no need to notify > audio subsystem of the connection event. > > This will make sure that audio routes only to the primary display > when connected to such sinks. > Does this need a Fixes tag? Or it's jus

Re: [Freedreno] [PATCH] drm/msm/dp: do not notify audio subsystem if sink doesn't support audio

2020-11-02 Thread abhinavk
Hi Stephen On 2020-11-02 15:06, Stephen Boyd wrote: Quoting abhin...@codeaurora.org (2020-11-02 14:43:33) Hi Stephen Thanks for the review. On 2020-11-02 13:19, Stephen Boyd wrote: > Quoting Abhinav Kumar (2020-10-29 13:55:09) >> For sinks that do not support audio, there is no need to notify

Re: [Freedreno] [PATCH] drm/msm/dp: do not notify audio subsystem if sink doesn't support audio

2020-11-02 Thread abhinavk
Hi Stephen Thanks for the review. On 2020-11-02 13:19, Stephen Boyd wrote: Quoting Abhinav Kumar (2020-10-29 13:55:09) For sinks that do not support audio, there is no need to notify audio subsystem of the connection event. This will make sure that audio routes only to the primary display whe

[PATCH] drm/msm/dp: do not notify audio subsystem if sink doesn't support audio

2020-10-29 Thread Abhinav Kumar
For sinks that do not support audio, there is no need to notify audio subsystem of the connection event. This will make sure that audio routes only to the primary display when connected to such sinks. Signed-off-by: Abhinav Kumar --- drivers/gpu/drm/msm/dp/dp_display.c | 12 ++-- 1 file