Re: [PATCH] drm/msm/dp: promote irq_hpd handle to handle link trainign correctly

2020-11-04 Thread khsieh
On 2020-11-02 11:29, Stephen Boyd wrote: Subject has a typo in "training". Quoting Kuogee Hsieh (2020-10-30 16:23:24) Some dongles, such as Apple, required link training done at irq_hpd s/required/require/ request instead of plugin request. This patch promote irq_hpd hanlder s/hanlder/han

Re: [PATCH] drm/msm/dp: promote irq_hpd handle to handle link trainign correctly

2020-11-03 Thread Stephen Boyd
Subject has a typo in "training". Quoting Kuogee Hsieh (2020-10-30 16:23:24) > Some dongles, such as Apple, required link training done at irq_hpd s/required/require/ > request instead of plugin request. This patch promote irq_hpd hanlder s/hanlder/handler/ > to handle link training and setup

Re: [PATCH] drm/msm/dp: promote irq_hpd handle to handle link trainign correctly

2020-11-02 Thread Rob Clark
On Mon, Nov 2, 2020 at 11:29 AM Stephen Boyd wrote: > > Subject has a typo in "training". > > Quoting Kuogee Hsieh (2020-10-30 16:23:24) > > Some dongles, such as Apple, required link training done at irq_hpd > > s/required/require/ > > > request instead of plugin request. This patch promote irq_h

[PATCH] drm/msm/dp: promote irq_hpd handle to handle link trainign correctly

2020-11-01 Thread Kuogee Hsieh
Some dongles, such as Apple, required link training done at irq_hpd request instead of plugin request. This patch promote irq_hpd hanlder to handle link training and setup hpd_state correctly. Signed-off-by: Kuogee Hsieh --- drivers/gpu/drm/msm/dp/dp_display.c | 20 ++-- 1 file c