mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
drm/rockchip: vop: p2i is supported from rk3399
Change-Id: I52206f36caecc01134f9ade7112c6b345e7b9834 Signed-off-by: Sandy Huang <hjc@rock-chips.com>
This commit is contained in:
@@ -177,7 +177,7 @@ static const struct vop_ctrl rk3288_ctrl_data = {
|
||||
.dma_stop = VOP_REG(RK3288_SYS_CTRL, 0x1, 21),
|
||||
.axi_outstanding_max_num = VOP_REG(RK3288_SYS_CTRL1, 0x1f, 13),
|
||||
.axi_max_outstanding_en = VOP_REG(RK3288_SYS_CTRL1, 0x1, 12),
|
||||
.reg_done_frm = VOP_REG_VER(RK3288_SYS_CTRL1, 0x1, 24, 3, 7, -1),
|
||||
.reg_done_frm = VOP_REG_VER(RK3288_SYS_CTRL1, 0x1, 24, 3, 5, -1),
|
||||
.htotal_pw = VOP_REG(RK3288_DSP_HTOTAL_HS_END, 0x1fff1fff, 0),
|
||||
.hact_st_end = VOP_REG(RK3288_DSP_HACT_ST_END, 0x1fff1fff, 0),
|
||||
.vtotal_pw = VOP_REG(RK3288_DSP_VTOTAL_VS_END, 0x1fff1fff, 0),
|
||||
|
||||
Reference in New Issue
Block a user