mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
drm/rockchip: vop: make windows disable take effect
Should do vop_cfg_done to let windows disable take effect Change-Id: Ib2966d8825a195696a963de7bc1d9665e78e5389 Signed-off-by: Mark Yao <mark.yao@rock-chips.com>
This commit is contained in:
@@ -584,6 +584,7 @@ static void vop_crtc_disable(struct drm_crtc *crtc)
|
||||
VOP_WIN_SET(vop, win, enable, 0);
|
||||
spin_unlock(&vop->reg_lock);
|
||||
}
|
||||
vop_cfg_done(vop);
|
||||
|
||||
drm_crtc_vblank_off(crtc);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user