Re: [Freedreno] [PATCH v2] drm/msm/dp: fix connect/disconnect handled at irq_hpd

2020-11-17 Thread Stephen Boyd
Quoting Kuogee Hsieh (2020-11-17 10:40:15) > Some usb type-c dongle use irq_hpd request to perform device connection > and disconnection. This patch add handling of both connection and > disconnection are based on the state of hpd_state and sink_count. > > Changes in V2: > -- add

[Freedreno] [PATCH v2] drm/msm/dp: fix connect/disconnect handled at irq_hpd

2020-11-17 Thread Kuogee Hsieh
Some usb type-c dongle use irq_hpd request to perform device connection and disconnection. This patch add handling of both connection and disconnection are based on the state of hpd_state and sink_count. Changes in V2: -- add dp_display_handle_port_ststus_changed() -- fix kernel test robot