drm/rockchip: vop: init win axi read id for px30

Signed-off-by: Sandy Huang <hjc@rock-chips.com>
Change-Id: Ic2752ad9472b2b5658a24c18525947da621f367c
This commit is contained in:
Sandy Huang
2022-03-07 17:21:55 +08:00
committed by Tao Huang
parent 18cd4a3e70
commit 060fe22bc9

View File

@@ -1429,6 +1429,7 @@ static const struct vop_win_phy rk3366_lit_win0_data = {
.global_alpha_val = VOP_REG(RK3366_LIT_WIN0_ALPHA_CTRL, 0xff, 4),
.color_key = VOP_REG(RK3366_LIT_WIN0_COLOR_KEY, 0xffffff, 0),
.color_key_en = VOP_REG(RK3366_LIT_WIN0_COLOR_KEY, 0x1, 24),
.channel = VOP_REG(RK3366_LIT_WIN0_CTRL0, 0xff, 12),
};
static const struct vop_win_phy rk3366_lit_win1_data = {
@@ -1450,6 +1451,7 @@ static const struct vop_win_phy rk3366_lit_win1_data = {
.global_alpha_val = VOP_REG(RK3366_LIT_WIN1_ALPHA_CTRL, 0xff, 4),
.color_key = VOP_REG(RK3366_LIT_WIN1_COLOR_KEY, 0xffffff, 0),
.color_key_en = VOP_REG(RK3366_LIT_WIN1_COLOR_KEY, 0x1, 24),
.channel = VOP_REG(RK3366_LIT_WIN1_CTRL1, 0xf, 8),
};
static const struct vop_win_data rk3366_vop_lit_win_data[] = {