summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.c
diff options
context:
space:
mode:
authorBibby Hsieh <bibby.hsieh@mediatek.com>2020-02-17 17:10:19 +0800
committerCK Hu <ck.hu@mediatek.com>2020-02-18 16:14:38 +0800
commit839cbf0531428f3f9535077a461b8631359c1165 (patch)
treeef280a68fe3a4fdb6cd04facace9524e6b29f95c /drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.c
parent60fa8c13ab1a33b8b958efb1510ec2fd8a064bcc (diff)
drm/mediatek: Make sure previous message done or be aborted before send
Mediatek CMDQ driver removed atomic parameter and implementation related to atomic. DRM driver need to make sure previous message done or be aborted before we send next message. If previous message is still waiting for event, it means the setting hasn't been updated into display hardware register, we can abort the message and send next message to update the newest setting into display hardware. If previous message already started, we have to wait it until transmission has been completed. So we flush mbox client before we send new message to controller driver. Signed-off-by: Bibby Hsieh <bibby.hsieh@mediatek.com> Signed-off-by: CK Hu <ck.hu@mediatek.com>
Diffstat (limited to 'drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.c')
0 files changed, 0 insertions, 0 deletions