summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/mediatek/mtk_mt8183_mipi_tx.c
Commit message (Collapse)AuthorAgeFilesLines
* phy: mediatek: Move mtk_mipi_dsi_phy driver into drivers/phy/mediatek folderChun-Kuang Hu2020-11-301-177/+0
| | | | | | | | | | mtk_mipi_dsi_phy is currently placed inside mediatek drm driver, but it's more suitable to place a phy driver into phy driver folder, so move mtk_mipi_dsi_phy driver into phy driver folder. Signed-off-by: Chun-Kuang Hu <chunkuang.hu@kernel.org> Acked-by: Chunfeng Yun <chunfeng.yun@mediatek.com> Acked-by: Vinod Koul <vkoul@kernel.org>
* drm/mediatek: config mipitx impedance with calibration dataJitao Shi2020-04-221-0/+21
| | | | | | | | Read calibration data from nvmem, and config mipitx impedance with calibration data to make sure their impedance are 100ohm. Signed-off-by: Jitao Shi <jitao.shi@mediatek.com> Signed-off-by: Chun-Kuang Hu <chunkuang.hu@kernel.org>
* drm/mediatek: add the mipitx driving controlJitao Shi2020-04-221-0/+7
| | | | | | | | | Add a property in device tree to control the driving by different board. Reviewed-by: Matthias Brugger <matthias.bgg@gmail.com> Signed-off-by: Jitao Shi <jitao.shi@mediatek.com> Signed-off-by: Chun-Kuang Hu <chunkuang.hu@kernel.org>
* drm/mediatek: add mipi_tx driver for mt8183Jitao Shi2019-10-071-0/+149
This patch add mt8183 mipi_tx driver. And also support other chips that use the same binding and driver. Signed-off-by: Jitao Shi <jitao.shi@mediatek.com> Signed-off-by: CK Hu <ck.hu@mediatek.com>