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:
parent
406bb09a23
commit
c33e1feac9
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue