OSDN Git Service

drm/mediatek: replace writeb() with mtk_dsi_mask()
authorJitao Shi <jitao.shi@mediatek.com>
Thu, 19 Sep 2019 06:58:00 +0000 (14:58 +0800)
committerCK Hu <ck.hu@mediatek.com>
Mon, 7 Oct 2019 04:29:37 +0000 (12:29 +0800)
commit89d0e3f8825822ca20f3af2d61e5e1e6df4c2476
tree66648e933097afa6462d1b9bc84716d6f573b976
parentbb6bc2982a28d5d8e83c3bf0887949be1cc6bb5d
drm/mediatek: replace writeb() with mtk_dsi_mask()

The writeb() is unavailable in mt8173. Because the mt8173 dsi module
doesn't support 8bit mode access.

Signed-off-by: Jitao Shi <jitao.shi@mediatek.com>
Signed-off-by: CK Hu <ck.hu@mediatek.com>
drivers/gpu/drm/mediatek/mtk_dsi.c