]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/mediatek: adjust ddp clock control flow
authorYongqiang Niu <yongqiang.niu@mediatek.com>
Wed, 27 Mar 2019 06:19:18 +0000 (14:19 +0800)
committerCK Hu <ck.hu@mediatek.com>
Wed, 29 May 2019 06:54:38 +0000 (14:54 +0800)
commit937f861def1a1d49abb92e041efaa5c259281fbf
treedf69ff426dc5473272bff32ae2bb41f6dc4c6970
parenta188339ca5a396acc588e5851ed7e19f66b0ebd9
drm/mediatek: adjust ddp clock control flow

display hardware clock will not unprepare when
crtc is disable, until crtc is destroyed.
with this patch, hard clock will disable and unprepare
at the same time.

Signed-off-by: Yongqiang Niu <yongqiang.niu@mediatek.com>
Signed-off-by: Hsin-Yi Wang <hsinyi@chromium.org>
Signed-off-by: CK Hu <ck.hu@mediatek.com>
drivers/gpu/drm/mediatek/mtk_drm_crtc.c