mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
drm/rockchip: rk312x vop: add dither config
Change-Id: Ide4fe3d269bbea919d469db91ac83a696988932c Signed-off-by: Sandy Huang <hjc@rock-chips.com>
This commit is contained in:
committed by
Huang Jiachai
parent
7c79ab50ae
commit
f948a62d1d
@@ -1102,6 +1102,7 @@ static const struct vop_ctrl rk3036_ctrl_data = {
|
||||
.dsp_blank = VOP_REG(RK3036_DSP_CTRL1, 0x1, 24),
|
||||
.dclk_pol = VOP_REG(RK3036_DSP_CTRL0, 0x1, 7),
|
||||
.pin_pol = VOP_REG(RK3036_DSP_CTRL0, 0x7, 4),
|
||||
.dither_down = VOP_REG(RK3036_DSP_CTRL0, 0x3, 10),
|
||||
.dsp_layer_sel = VOP_REG(RK3036_DSP_CTRL0, 0x1, 8),
|
||||
.htotal_pw = VOP_REG(RK3036_DSP_HTOTAL_HS_END, 0x1fff1fff, 0),
|
||||
.hact_st_end = VOP_REG(RK3036_DSP_HACT_ST_END, 0x1fff1fff, 0),
|
||||
|
||||
Reference in New Issue
Block a user