Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

drm/msm/dpu: drop INTF_0 on MSM8953

There is no INTF_0 on MSM8953. Currently catalog lists dummy INTF_NONE
entry for it. Drop it from the catalog.

Fixes: 7a6109ce1c2c ("drm/msm/dpu: Add support for MSM8953")
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Patchwork: https://patchwork.freedesktop.org/patch/713990/
Link: https://lore.kernel.org/r/20260325-drop-8953-intf-v1-1-d80e214a1a75@oss.qualcomm.com

-7
-7
drivers/gpu/drm/msm/disp/dpu1/catalog/dpu_1_16_msm8953.h
··· 121 121 122 122 static const struct dpu_intf_cfg msm8953_intf[] = { 123 123 { 124 - .name = "intf_0", .id = INTF_0, 125 - .base = 0x6a000, .len = 0x268, 126 - .type = INTF_NONE, 127 - .prog_fetch_lines_worst_case = 14, 128 - .intr_underrun = DPU_IRQ_IDX(MDP_SSPP_TOP0_INTR, 24), 129 - .intr_vsync = DPU_IRQ_IDX(MDP_SSPP_TOP0_INTR, 25), 130 - }, { 131 124 .name = "intf_1", .id = INTF_1, 132 125 .base = 0x6a800, .len = 0x268, 133 126 .type = INTF_DSI,