drm/rockchip: vop2: Fix r2y/csc_mode reigster definition
Fix r2y_en and csc_mode_en bit definition of ESMART/SMART. Change-Id: Ib41858d84161dfe20c4d2452506ce2ef1c22b6f4 Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
This commit is contained in:
parent
6786fe5aed
commit
98ce0ae63a
1 changed files with 2 additions and 2 deletions
|
|
@ -731,8 +731,8 @@ static const struct vop2_win_regs rk3568_esmart_win_data = {
|
|||
.yrgb_vir = VOP_REG(RK3568_ESMART0_REGION0_VIR, 0xffff, 0),
|
||||
.uv_vir = VOP_REG(RK3568_ESMART0_REGION0_VIR, 0xffff, 16),
|
||||
.y2r_en = VOP_REG(RK3568_ESMART0_CTRL0, 0x1, 0),
|
||||
.r2y_en = VOP_REG(RK3568_ESMART0_CTRL0, 0x1, 9),
|
||||
.csc_mode = VOP_REG(RK3568_ESMART0_CTRL0, 0x3, 10),
|
||||
.r2y_en = VOP_REG(RK3568_ESMART0_CTRL0, 0x1, 1),
|
||||
.csc_mode = VOP_REG(RK3568_ESMART0_CTRL0, 0x3, 2),
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue