Skip to content
Snippets Groups Projects
Commit 0048359c authored by Enric Balletbo i Serra's avatar Enric Balletbo i Serra
Browse files

FROMLIST: soc: mediatek: mmsys: Fix missing UFOE component in mt8173 table routing


The UFOE (data compression engine) component needs to be enabled to have
the imgtec gpu driver working. If we don't enable it we see a black screen.
Looks like when we switched to use and array for setting the routing
registers in commit 44014763 ("soc: mediatek: mmsys: Use an array for
setting the routing registers") we missed to add this component in the new
routing table, it was present before taht commit, so fix it by adding
this component in the mt8173 routing table.

Fixes: 44014763 ("soc: mediatek: mmsys: Use an array for setting the routing registers")
Signed-off-by: default avatarEnric Balletbo i Serra <enric.balletbo@collabora.com>
Change-Id: I3a4195aa7927c13de7eb2a1fb05bb58a627b64e4
parent 922d5b52
No related branches found
No related tags found
No related merge requests found
...@@ -211,6 +211,9 @@ static const struct mtk_mmsys_routes mmsys_default_routing_table[] = { ...@@ -211,6 +211,9 @@ static const struct mtk_mmsys_routes mmsys_default_routing_table[] = {
}, { }, {
DDP_COMPONENT_RDMA2, DDP_COMPONENT_DSI3, DDP_COMPONENT_RDMA2, DDP_COMPONENT_DSI3,
DISP_REG_CONFIG_DSIO_SEL_IN, DSI3_SEL_IN_RDMA2 DISP_REG_CONFIG_DSIO_SEL_IN, DSI3_SEL_IN_RDMA2
}, {
DDP_COMPONENT_UFOE, DDP_COMPONENT_DSI0,
DISP_REG_CONFIG_DISP_UFOE_MOUT_EN, UFOE_MOUT_EN_DSI0,
} }
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment