mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
drm/rockchip: vop2: fix vop power domain vp mask config
When disable win, just need clear the vp mask value. Signed-off-by: Zhang Yubing <yubing.zhang@rock-chips.com> Change-Id: I31aac908b2cae2ff01d116ceea901cd4a111289f
This commit is contained in:
@@ -1646,7 +1646,7 @@ static void vop2_win_disable(struct vop2_win *win, bool skip_splice_win)
|
||||
vop2_win_multi_area_disable(win);
|
||||
if (win->pd) {
|
||||
vop2_power_domain_put(win->pd);
|
||||
win->pd->vp_mask &= ~BIT(win->vp_mask);
|
||||
win->pd->vp_mask &= ~win->vp_mask;
|
||||
}
|
||||
win->enabled = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user