Hey Rob, Here's a few patches from the DPU sets that can go into msm as-is. In addition to these, there is the atomic helper conversion that I am anxious to get in as well. If you'd like, I can round those up into a PR, but the latest version should be bundled up in a set on the ML. I've tested it on both mdp5 and dpu, fwiw. Cheers, Sean The following changes since commit 288e5c8898c488298c39ff4bbf58928d30fbf99f: drm/msm: fix building without debugfs (2018-03-19 06:33:39 -0400) are available in the Git repository at: https://gitlab.freedesktop.org/seanpaul/dpu-staging.git tags/for-rob-0418 for you to fetch changes up to e8b50958962d11ef8f64b06ad4d9821bf57be827: drm/msm: Add modifier to mdp_get_format arguments (2018-04-18 10:55:28 -0400) ---------------------------------------------------------------- Abhinav Kumar (3): drm/msm/dsi: check return value for video done waits drm/msm/dsi: check video mode engine status before waiting drm/msm/dsi: implement auto PHY timing calculator for 10nm PHY Jeykumar Sankaran (1): drm/msm: Add modifier to mdp_get_format arguments Sean Paul (1): drm/msm: Mark the crtc->state->event consumed drivers/gpu/drm/msm/disp/mdp4/mdp4_crtc.c | 1 + drivers/gpu/drm/msm/disp/mdp5/mdp5_crtc.c | 1 + drivers/gpu/drm/msm/disp/mdp_format.c | 3 +- drivers/gpu/drm/msm/disp/mdp_kms.h | 2 +- drivers/gpu/drm/msm/dsi/dsi_host.c | 14 +++- drivers/gpu/drm/msm/dsi/phy/dsi_phy.c | 109 +++++++++++++++++++++++++++++ drivers/gpu/drm/msm/dsi/phy/dsi_phy.h | 2 + drivers/gpu/drm/msm/dsi/phy/dsi_phy_10nm.c | 28 -------- drivers/gpu/drm/msm/msm_fb.c | 3 +- drivers/gpu/drm/msm/msm_kms.h | 5 +- 10 files changed, 133 insertions(+), 35 deletions(-) -- Sean Paul, Software Engineer, Google / Chromium OS -- To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html