Home
last modified time | relevance | path

Searched hist:"2 f501cc0b020b9d991128a70e26c84552121a31d" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/gpu/drm/mediatek/
H A Dmtk_drm_drv.cdiff 2f501cc0b020b9d991128a70e26c84552121a31d Sun Aug 11 05:40:08 CDT 2019 Jitao Shi <jitao.shi@mediatek.com> drm/mediatek: adjust dsi and mipi_tx probe sequence

mtk_mipi_tx is the phy of mtk_dsi.
mtk_dsi get the phy(mtk_mipi_tx) in probe().

So, mtk_mipi_tx init should be ahead of mtk_dsi. Or mtk_dsi will
defer to wait mtk_mipi_tx probe done.

Signed-off-by: Jitao Shi <jitao.shi@mediatek.com>
Signed-off-by: CK Hu <ck.hu@mediatek.com>