[Freedreno] [PATCH 1/2] drm/msm/dp: postpone irq_hpd event during connection pending state

2021-01-07 Thread Kuogee Hsieh
irq_hpd event can only be executed at connected state. Therefore irq_hpd event should be postponed if it happened at connection pending state. This patch also make sure both link rate and lane are valid before start link training. Signed-off-by: Kuogee Hsieh --- drivers/gpu/drm/msm/dp/dp_display

Re: [Freedreno] [PATCH 1/2] drm/msm/dp: postpone irq_hpd event during connection pending state

2021-01-11 Thread Stephen Boyd
Quoting Kuogee Hsieh (2021-01-07 12:30:24) > irq_hpd event can only be executed at connected state. Therefore > irq_hpd event should be postponed if it happened at connection > pending state. This patch also make sure both link rate and lane Why does it happen at connection pending state? > are v

Re: [Freedreno] [PATCH 1/2] drm/msm/dp: postpone irq_hpd event during connection pending state

2021-01-13 Thread khsieh
On 2021-01-11 11:55, Stephen Boyd wrote: Quoting Kuogee Hsieh (2021-01-07 12:30:24) irq_hpd event can only be executed at connected state. Therefore irq_hpd event should be postponed if it happened at connection pending state. This patch also make sure both link rate and lane Why does it happe

Re: [Freedreno] [PATCH 1/2] drm/msm/dp: postpone irq_hpd event during connection pending state

2021-01-13 Thread Stephen Boyd
Quoting khs...@codeaurora.org (2021-01-13 09:44:24) > On 2021-01-11 11:55, Stephen Boyd wrote: > > Quoting Kuogee Hsieh (2021-01-07 12:30:24) > >> irq_hpd event can only be executed at connected state. Therefore > >> irq_hpd event should be postponed if it happened at connection > >> pending state.

Re: [Freedreno] [PATCH 1/2] drm/msm/dp: postpone irq_hpd event during connection pending state

2021-01-13 Thread Stephen Boyd
Quoting khs...@codeaurora.org (2021-01-13 09:44:24) > On 2021-01-11 11:55, Stephen Boyd wrote: > > Quoting Kuogee Hsieh (2021-01-07 12:30:24) > >> irq_hpd event can only be executed at connected state. Therefore > >> irq_hpd event should be postponed if it happened at connection > >> pending state.

Re: [Freedreno] [PATCH 1/2] drm/msm/dp: postpone irq_hpd event during connection pending state

2021-01-13 Thread khsieh
On 2021-01-13 12:22, Stephen Boyd wrote: Quoting khs...@codeaurora.org (2021-01-13 09:44:24) On 2021-01-11 11:55, Stephen Boyd wrote: > Quoting Kuogee Hsieh (2021-01-07 12:30:24) >> irq_hpd event can only be executed at connected state. Therefore >> irq_hpd event should be postponed if it happen

Re: [Freedreno] [PATCH 1/2] drm/msm/dp: postpone irq_hpd event during connection pending state

2021-01-13 Thread Stephen Boyd
Quoting khs...@codeaurora.org (2021-01-13 15:44:32) > On 2021-01-13 12:22, Stephen Boyd wrote: > > Quoting khs...@codeaurora.org (2021-01-13 09:44:24) > >> On 2021-01-11 11:55, Stephen Boyd wrote: > >> > Quoting Kuogee Hsieh (2021-01-07 12:30:24) > >> >> irq_hpd event can only be executed at connec

Re: [Freedreno] [PATCH 1/2] drm/msm/dp: postpone irq_hpd event during connection pending state

2021-01-14 Thread khsieh
On 2021-01-13 16:00, Stephen Boyd wrote: Quoting khs...@codeaurora.org (2021-01-13 15:44:32) On 2021-01-13 12:22, Stephen Boyd wrote: > Quoting khs...@codeaurora.org (2021-01-13 09:44:24) >> On 2021-01-11 11:55, Stephen Boyd wrote: >> > Quoting Kuogee Hsieh (2021-01-07 12:30:24) >> >> irq_hpd ev