Hi Rob,
Please pull the following few patches into the msm-next(-staging).
They are mostly minor fixes for the issues reported by robot, a patch to silence CRC warnings during modeswitch, a change to use initializers in the IRQ regisers array and a change to MAINTAINERS file.
The following changes since commit d2dc68276133362f021bc8d429433b5818826c81:
Merge branches 'msm-next-lumag-core', 'msm-next-lumag-dpu', 'msm-next-lumag-dp', 'msm-next-lumag-dsi', 'msm-next-lumag-hdmi', 'msm-next-lumag-mdp5' and 'msm-next-lumag-mdp4' into msm-next-lumag (2022-04-27 13:44:44 +0300)
are available in the Git repository at:
https://gitlab.freedesktop.org/lumag/msm.git msm-next-lumag
for you to fetch changes up to d37d150e8b9773e2c83944ca276fd06b6d1d36d4:
MAINTAINERS: Add Dmitry as MSM DRM driver co-maintainer (2022-05-01 00:09:53 +0300)
---------------------------------------------------------------- Abhinav Kumar (1): drm/msm/dpu: remove unused refcount for encoder_phys_wb
Dmitry Baryshkov (4): drm/msm/dsi: use RMW cycles in dsi_update_dsc_timing drm/msm: add missing include to msm_drv.c drm/msm: drop old eDP block support (again) MAINTAINERS: Add Dmitry as MSM DRM driver co-maintainer
Jessica Zhang (1): drm/msm/dpu: Clean up CRC debug logs
Marijn Suijten (1): drm/msm/dpu: Use indexed array initializer to prevent mismatches
Vinod Polimera (1): drm/msm/disp/dpu1: set mdp clk to the maximum frequency in opp table during probe
MAINTAINERS | 5 +- drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.c | 3 +- .../gpu/drm/msm/disp/dpu1/dpu_encoder_phys_wb.c | 15 +- drivers/gpu/drm/msm/disp/dpu1/dpu_hw_interrupts.c | 34 +- drivers/gpu/drm/msm/disp/dpu1/dpu_hw_lm.c | 2 +- drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c | 8 + drivers/gpu/drm/msm/dsi/dsi_host.c | 5 +- drivers/gpu/drm/msm/edp/edp.h | 77 -- drivers/gpu/drm/msm/edp/edp_ctrl.c | 1373 -------------------- drivers/gpu/drm/msm/msm_drv.c | 1 + 10 files changed, 39 insertions(+), 1484 deletions(-) delete mode 100644 drivers/gpu/drm/msm/edp/edp.h delete mode 100644 drivers/gpu/drm/msm/edp/edp_ctrl.c
dri-devel@lists.freedesktop.org