diff options
author | Stu Hsieh <stu.hsieh@mediatek.com> | 2018-08-09 10:15:49 +0800 |
---|---|---|
committer | CK Hu <ck.hu@mediatek.com> | 2018-08-27 11:24:37 +0800 |
commit | 08bcbed747eb87f00d2e2590b49607af1a9f4fe9 (patch) | |
tree | ee7cae883b922e277a9b27c3317150b5ee05e8ee /drivers/gpu | |
parent | f265905c939e21a0c9e83540d4c2776c3e43c310 (diff) | |
download | talos-obmc-linux-08bcbed747eb87f00d2e2590b49607af1a9f4fe9.tar.gz talos-obmc-linux-08bcbed747eb87f00d2e2590b49607af1a9f4fe9.zip |
drm/mediatek: fix connection from RDMA2 to DSI1
This patch fix connection from RDMA2 to DSI1
Signed-off-by: Stu Hsieh <stu.hsieh@mediatek.com>
Signed-off-by: CK Hu <ck.hu@mediatek.com>
Diffstat (limited to 'drivers/gpu')
-rw-r--r-- | drivers/gpu/drm/mediatek/mtk_drm_ddp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/mediatek/mtk_drm_ddp.c b/drivers/gpu/drm/mediatek/mtk_drm_ddp.c index 3239f22785fd..546b3e3b300b 100644 --- a/drivers/gpu/drm/mediatek/mtk_drm_ddp.c +++ b/drivers/gpu/drm/mediatek/mtk_drm_ddp.c @@ -314,7 +314,7 @@ static unsigned int mtk_ddp_sel_in(enum mtk_ddp_comp_id cur, *addr = DISP_REG_CONFIG_DSIE_SEL_IN; value = DSI0_SEL_IN_RDMA2; } else if (cur == DDP_COMPONENT_RDMA2 && next == DDP_COMPONENT_DSI1) { - *addr = DISP_REG_CONFIG_DSIE_SEL_IN; + *addr = DISP_REG_CONFIG_DSIO_SEL_IN; value = DSI1_SEL_IN_RDMA2; } else if (cur == DDP_COMPONENT_RDMA2 && next == DDP_COMPONENT_DSI2) { *addr = DISP_REG_CONFIG_DSIE_SEL_IN; |