Message ID | 1619048258-8717-1-git-send-email-khsieh@codeaurora.org |
---|---|
Headers | show |
Series | check sink_count before update is_connected status | expand |
On Wed, Apr 21, 2021 at 4:38 PM Kuogee Hsieh <khsieh@codeaurora.org> wrote: > > 1) check sink_count before update is_connected status > 2) initialize audio_comp when audio starts > 3) check main link status before start aux read > 4) dp_link_parse_sink_count() return immediately if aux read failed > > Kuogee Hsieh (4): > drm/msm/dp: check sink_count before update is_connected status > drm/msm/dp: initialize audio_comp when audio starts > drm/msm/dp: check main link status before start aux read > drm/msm/dp: dp_link_parse_sink_count() return immediately if aux read > failed I've picked up these two in msm-next for an upcoming -fixes pull req: drm/msm/dp: initialize audio_comp when audio starts drm/msm/dp: check sink_count before update is_connected status BR, -R > > drivers/gpu/drm/msm/dp/dp_audio.c | 1 + > drivers/gpu/drm/msm/dp/dp_aux.c | 5 +++++ > drivers/gpu/drm/msm/dp/dp_display.c | 38 +++++++++++++++++++++++++------------ > drivers/gpu/drm/msm/dp/dp_display.h | 1 + > drivers/gpu/drm/msm/dp/dp_link.c | 20 ++++++++++++++----- > 5 files changed, 48 insertions(+), 17 deletions(-) > > -- > The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, > a Linux Foundation Collaborative Project >