mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 14:42:37 +02:00
drm/rockchip: vop: fix win2 area0 mst register config error
Change-Id: If122fb253090c4a613f9d5a63f9fcf9f75f31db6 Signed-off-by: Sandy Huang <hjc@rock-chips.com>
This commit is contained in:
parent
945db3d053
commit
c6fc59e97a
|
|
@ -134,7 +134,7 @@ static const struct vop_win_phy rk3288_win23_data = {
|
|||
.rb_swap = VOP_REG(RK3288_WIN2_CTRL0, 0x1, 12),
|
||||
.dsp_info = VOP_REG(RK3288_WIN2_DSP_INFO0, 0x0fff0fff, 0),
|
||||
.dsp_st = VOP_REG(RK3288_WIN2_DSP_ST0, 0x1fff1fff, 0),
|
||||
.yrgb_mst = VOP_REG(RK3288_WIN2_MST0, 0xffff, 0),
|
||||
.yrgb_mst = VOP_REG(RK3288_WIN2_MST0, 0xffffffff, 0),
|
||||
.yrgb_vir = VOP_REG(RK3288_WIN2_VIR0_1, 0x1fff, 0),
|
||||
.src_alpha_ctl = VOP_REG(RK3288_WIN2_SRC_ALPHA_CTRL, 0xffff, 0),
|
||||
.global_alpha_val = VOP_REG(RK3288_WIN2_SRC_ALPHA_CTRL, 0xff, 16),
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user