mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 19:08:57 +09:00
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:
@@ -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[] = {
|
||||
|
||||
Reference in New Issue
Block a user