OSDN Git Service

drm/mediatek: separate mipi_tx to different file
authorJitao Shi <jitao.shi@mediatek.com>
Wed, 7 Aug 2019 08:46:44 +0000 (16:46 +0800)
committerCK Hu <ck.hu@mediatek.com>
Mon, 7 Oct 2019 04:29:37 +0000 (12:29 +0800)
commit78e01a8d0f4662a9de4ef21bff254bf4f833d05a
tree1da5b303d9edf465cdbde872397fd2dc8d65b4f6
parentf92013259d32c903d360039ff26a659f8f1552f5
drm/mediatek: separate mipi_tx to different file

Different IC has different mipi_tx setting of dsi.
This patch separates the mipi_tx hardware relate part for mt8173.

Signed-off-by: Jitao Shi <jitao.shi@mediatek.com>
Signed-off-by: CK Hu <ck.hu@mediatek.com>
drivers/gpu/drm/mediatek/Makefile
drivers/gpu/drm/mediatek/mtk_mipi_tx.c
drivers/gpu/drm/mediatek/mtk_mipi_tx.h [new file with mode: 0644]
drivers/gpu/drm/mediatek/mtk_mt8173_mipi_tx.c [new file with mode: 0644]