fix primary corruption : 1) move struc of msm_display_info to msm_drv.h 2) decoupling dp->id out of dp controller_id at scxxxx_dp_cfg table 3) place edp at head of drm bridge chain to fix screen corruption Kuogee Hsieh (3): drm/msm/dp: move struc of msm_display_info to msm_drv.h drm/msm/dp: decoupling dp->id out of dp controller_id at scxxxx_dp_cfg table drm/msm/dp: place edp at head of drm bridge chain to fix screen corruption drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.h | 20 ------------------- drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c | 16 +++++++++------ drivers/gpu/drm/msm/dp/dp_display.c | 30 ++++++++++++++++++++++------- drivers/gpu/drm/msm/msm_drv.h | 21 ++++++++++++++++++++ 4 files changed, 54 insertions(+), 33 deletions(-) -- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project