]> git.baikalelectronics.ru Git - kernel.git/commit
soc: mediatek: mt8192-mmsys: Fix dither to dsi0 path's input sel
authorAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Fri, 28 Jan 2022 14:20:56 +0000 (15:20 +0100)
committerMatthias Brugger <matthias.bgg@gmail.com>
Tue, 1 Mar 2022 07:36:59 +0000 (08:36 +0100)
commit61a700d1d11b8a837be70e3bc25215fc7f8fe72f
treea1a6d1d7cfc5b0eea8c8474fce4ae8406b07ba0b
parent548c6658dc4a8dbcfb1d5fc75af0ca76a74378eb
soc: mediatek: mt8192-mmsys: Fix dither to dsi0 path's input sel

In commit 339570d3c67c ("soc: mediatek: mmsys: Add mt8192 mmsys routing table"),
the mmsys routing table for mt8192 was introduced but the input selector
for DITHER->DSI0 has no value assigned to it.

This means that we are clearing bit 0 instead of setting it, blocking
communication between these two blocks; due to that, any display that
is connected to DSI0 will not work, as no data will go through.
The effect of that issue is that, during bootup, the DRM will block for
some time, while atomically waiting for a vblank that never happens;
later, the situation doesn't get better, leaving the display in a
non-functional state.

To fix this issue, fix the route entry in the table by assigning the
dither input selector to MT8192_DISP_DSI0_SEL_IN.

Fixes: 339570d3c67c ("soc: mediatek: mmsys: Add mt8192 mmsys routing table")
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Tested-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Reviewed-by: NĂ­colas F. R. A. Prado <nfraprado@collabora.com>
Link: https://lore.kernel.org/r/20220128142056.359900-1-angelogioacchino.delregno@collabora.com
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
drivers/soc/mediatek/mt8192-mmsys.h