mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 02:50:49 +09:00
drm/rockchip: vop3: fix rk3528 csc mode register config
Signed-off-by: Zhang Yubing <yubing.zhang@rock-chips.com> Change-Id: Ifca0405a705e333ed98ee8b0b5925857fcb63102
This commit is contained in:
@@ -831,7 +831,7 @@ static const struct vop2_video_port_regs rk3528_vop_vp0_regs = {
|
||||
.acm_bypass_en = VOP_REG(RK3528_VP0_ACM_CTRL, 0x1, 0),
|
||||
.csc_en = VOP_REG(RK3528_VP0_ACM_CTRL, 0x1, 1),
|
||||
.acm_r2y_en = VOP_REG(RK3528_VP0_ACM_CTRL, 0x1, 2),
|
||||
.csc_mode = VOP_REG(RK3528_VP0_ACM_CTRL, 0x1, 3),
|
||||
.csc_mode = VOP_REG(RK3528_VP0_ACM_CTRL, 0x7, 3),
|
||||
.acm_r2y_mode = VOP_REG(RK3528_VP0_ACM_CTRL, 0x7, 8),
|
||||
.csc_coe00 = VOP_REG(RK3528_VP0_ACM_CTRL, 0xffff, 16),
|
||||
.csc_coe01 = VOP_REG(RK3528_VP0_CSC_COE01_02, 0xffff, 0),
|
||||
|
||||
Reference in New Issue
Block a user