]> git.baikalelectronics.ru Git - kernel.git/commit
drm/mediatek: add dsi reg commit disable control
authorJitao Shi <jitao.shi@mediatek.com>
Sun, 11 Aug 2019 10:40:04 +0000 (18:40 +0800)
committerCK Hu <ck.hu@mediatek.com>
Mon, 7 Oct 2019 04:29:38 +0000 (12:29 +0800)
commitb052adcfe2a1de39c91b27d397d8366fd6f0a1c6
treed107d2ebc75974d629fabfe807d633da7f8dab25
parent0967ee6084556a5c4f8ee6e0b4439ae4fa445435
drm/mediatek: add dsi reg commit disable control

New DSI IP has shadow register and working reg. The register
values are writen to shadow register. And then trigger with
commit reg, the register values will be moved working register.

This function is default on. But this driver doesn't use this
function. So add the disable control.

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