Message ID | 20201103204902.11899-1-khsieh@codeaurora.org |
---|---|
Headers | show |
Series | fix dp link training failed at irq_hpd request | expand |
Quoting Kuogee Hsieh (2020-11-03 12:49:02) > Some dongles require link training done at irq_hpd request instead > of plugin request. This patch promote irq_hpd handler to handle link > training and setup hpd_state correctly. > > Fixes: fdaf9a5e3c15 (drm/msm/dp: fixes wrong connection state caused by failure of link training) This fixes tag has a space before it incorrectly. Also, it should have quotes. Fixes: fdaf9a5e3c15 ("drm/msm/dp: fixes wrong connection state caused by failure of link training") > Signed-off-by: Kuogee Hsieh <khsieh@codeaurora.org> > ---