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.
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 432c0e2685e025eefe188135d617dc476fba69f2:
drm/msm: drop old eDP block support (again) (2022-05-01 00:02:38 +0300)
---------------------------------------------------------------- Abhinav Kumar (1): drm/msm/dpu: remove unused refcount for encoder_phys_wb
Dmitry Baryshkov (3): 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)
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
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 + 9 files changed, 36 insertions(+), 1482 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