Fix commands pannels support on DPU 3.x platforms and drop support for those platforms (MSM8998, SDM660 / SDM636, SDM630) from the MDP5 driver.
Signed-off-by: Dmitry Baryshkov <[email protected]> --- Changes in v3: - Fixed commit message (Marijn) - Reordered CTL_START checks to be more logical (Marijn) - Link to v2: https://lore.kernel.org/r/[email protected] Changes in v2: - Fixed CTL_START interrupt handling on DPU 3.x - Link to v1: https://lore.kernel.org/r/[email protected] --- Dmitry Baryshkov (3): drm/msm/dpu: drop intr_start from DPU 3.x catalog files drm/msm/dpu: fix CMD panels on DPU 1.x - 3.x drm/msm/mdp5: drop support for MSM8998, SDM630 and SDM660 .../drm/msm/disp/dpu1/catalog/dpu_3_0_msm8998.h | 5 - .../gpu/drm/msm/disp/dpu1/catalog/dpu_3_2_sdm660.h | 5 - .../gpu/drm/msm/disp/dpu1/catalog/dpu_3_3_sdm630.h | 5 - .../gpu/drm/msm/disp/dpu1/dpu_encoder_phys_cmd.c | 3 +- drivers/gpu/drm/msm/disp/mdp5/mdp5_cfg.c | 314 --------------------- drivers/gpu/drm/msm/msm_drv.c | 16 +- 6 files changed, 15 insertions(+), 333 deletions(-) --- base-commit: 4ba14a6add891fe9b2564e3049b7447de3256399 change-id: 20250926-mdp5-drop-dpu3-38bc04d44103 Best regards, -- With best wishes Dmitry
