Previously, the pair interfaces for MST had their type set to INTF_NONE, since they were not used. We are now preparing to enable MST on the platform, so the type needs to be set to the correct value (INTF_DP).
The second patch fixes an incorrect interrupt number on SA8775P, which causes DPU errors. Signed-off-by: Yongxing Mou <[email protected]> --- This patch was split out from the MST V3 patch series: https://lore.kernel.org/all/[email protected]/ --- Changes in v5: - Rebase to latest linux-next and modify glymur catalog. - Split out the patch that fixes the interrupt number.[Dmitry] - Link to v4: https://lore.kernel.org/r/[email protected] Changes in v4: - Splite chagne out from the MST V3 series. - Link to v3: https://lore.kernel.org/all/[email protected]/ Changes in v3: - Fix through the whole catalog - Link to v2: https://lore.kernel.org/all/[email protected]/ Changes in v2: - Change the patch order in the series. - Link to v1: https://lore.kernel.org/all/[email protected]/ --- Abhinav Kumar (2): drm/msm/dpu: Update the intf_type of MST interfaces drm/msm/dpu: Correct the SA8775P intr_underrun/intr_underrun index drivers/gpu/drm/msm/disp/dpu1/catalog/dpu_12_2_glymur.h | 6 +++--- drivers/gpu/drm/msm/disp/dpu1/catalog/dpu_8_0_sc8280xp.h | 6 +++--- drivers/gpu/drm/msm/disp/dpu1/catalog/dpu_8_4_sa8775p.h | 12 ++++++------ drivers/gpu/drm/msm/disp/dpu1/catalog/dpu_9_2_x1e80100.h | 6 +++--- 4 files changed, 15 insertions(+), 15 deletions(-) --- base-commit: fc7b1a72c6cd5cbbd989c6c32a6486e3e4e3594d change-id: 20251125-mdss_catalog-3af878fb6fcb Best regards, -- Yongxing Mou <[email protected]>
