[PATCH v5 0/2] drm/msm/dpu: Correct the dpu catalog config

From: Yongxing Mou

Date: Thu Mar 05 2026 - 05:19:27 EST


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 <yongxing.mou@xxxxxxxxxxxxxxxx>
---
This patch was split out from the MST V3 patch series:
https://lore.kernel.org/all/20250825-msm-dp-mst-v3-0-01faacfcdedd@xxxxxxxxxxxxxxxx/
---
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/20251125-mdss_catalog-v4-1-df651fba2702@xxxxxxxxxxxxxxxx

Changes in v4:
- Splite chagne out from the MST V3 series.
- Link to v3: https://lore.kernel.org/all/20250825-msm-dp-mst-v3-37-01faacfcdedd@xxxxxxxxxxxxxxxx/

Changes in v3:
- Fix through the whole catalog
- Link to v2: https://lore.kernel.org/all/20250609-msm-dp-mst-v2-37-a54d8902a23d@xxxxxxxxxxx/

Changes in v2:
- Change the patch order in the series.
- Link to v1: https://lore.kernel.org/all/20241205-dp_mst-v1-3-f8618d42a99a@xxxxxxxxxxx/

---
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 <yongxing.mou@xxxxxxxxxxxxxxxx>