drm/mediatek: mtk-dpi: Set out_fmt from config if not the last bridge
authorHsin-Yi Wang <hsinyi@chromium.org>
Mon, 12 Jul 2021 09:46:57 +0000 (17:46 +0800)
committerChun-Kuang Hu <chunkuang.hu@kernel.org>
Thu, 22 Jul 2021 14:44:42 +0000 (22:44 +0800)
commit6b57ba3243c5774e5b2a0984e8ca0d34a126ac6b
tree850c883e4365b80ddee3c968732354bf2e1dc958
parente062233c0ed0a76b6dd4ec785550419a323f9380
drm/mediatek: mtk-dpi: Set out_fmt from config if not the last bridge

atomic_get_output_bus_fmts() is only called when the bridge is the last
element in the bridge chain.

If mtk-dpi is not the last bridge, the format of output_bus_cfg is
MEDIA_BUS_FMT_FIXED, and mtk_dpi_dual_edge() will fail to write correct
value to regs.

Fixes: ec8747c52434 ("drm/mediatek: dpi: Add bus format negotiation")
Signed-off-by: Hsin-Yi Wang <hsinyi@chromium.org>
Signed-off-by: Chun-Kuang Hu <chunkuang.hu@kernel.org>
drivers/gpu/drm/mediatek/mtk_dpi.c