On 10/01/2022 23:55, Kuogee Hsieh wrote:
Group below 5 dp driver related patches into one series.
Could you please rebase this on top of msm-next?
Kuogee Hsieh (5): drm/msm/dp: dp_link_parse_sink_count() return immediately if aux read failed
This patch is already a part of the tree.
drm/msm/dp: do not initialize phy until plugin interrupt received drm/msm/dp: populate connector of struct dp_panel
This one does not apply because of your dp-bridge patch. The conflict is more or less obvious to fix, but it would be nice to have the proper version from you.
drm/msm/dp: add support of tps4 (training pattern 4) for HBR3 drm/msm/dp: stop link training after link training 2 failed drivers/gpu/drm/msm/dp/dp_catalog.c | 12 ++--- drivers/gpu/drm/msm/dp/dp_catalog.h | 2 +- drivers/gpu/drm/msm/dp/dp_ctrl.c | 100 ++++++++++++++++-------------------- drivers/gpu/drm/msm/dp/dp_ctrl.h | 8 +-- drivers/gpu/drm/msm/dp/dp_display.c | 98 ++++++++++++++++++++++++----------- drivers/gpu/drm/msm/dp/dp_link.c | 19 +++++-- 6 files changed, 140 insertions(+), 99 deletions(-)
-- With best wishes Dmitry