drm/rockchip: vop: Enable gate bit

Vop WIN with multi-region support(win2 of rv1126)
should enable the bit.

Change-Id: I3e2c4165e0d2c597ab839829f9cbed6a1e37c59a
Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
This commit is contained in:
Andy Yan 2020-06-04 17:31:29 +08:00 committed by Jianhong Chen
parent 406bb09a23
commit c33e1feac9
1 changed files with 1 additions and 0 deletions

View File

@ -723,6 +723,7 @@ static int rockchip_vop_set_plane(struct display_state *state)
rockchip_vop_setup_csc_table(state);
VOP_WIN_SET(vop, enable, 1);
VOP_WIN_SET(vop, gate, 1);
vop_cfg_done(vop);
return 0;