Skip to content

Commit 424a08f

Browse files
committed
drm/rockchip: px30 vop: delete win2
Change-Id: If36214c7f57c96d7a06e81db383300cff0669681 Signed-off-by: Sandy Huang <hjc@rock-chips.com>
1 parent aed92d3 commit 424a08f

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

drivers/gpu/drm/rockchip/rockchip_vop_reg.c

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1486,10 +1486,12 @@ static const struct vop_win_data px30_vop_big_win_data[] = {
14861486
{ .base = 0x00, .phy = &rk3366_lit_win1_data,
14871487
.type = DRM_PLANE_TYPE_CURSOR,
14881488
.feature = WIN_FEATURE_AFBDC },
1489-
{ .base = 0xe0, .phy = &px30_win23_data,
1490-
.type = DRM_PLANE_TYPE_OVERLAY,
1491-
.area = rk3368_area_data,
1492-
.area_size = ARRAY_SIZE(rk3368_area_data), },
1489+
/*
1490+
* { .base = 0xe0, .phy = &px30_win23_data,
1491+
* .type = DRM_PLANE_TYPE_OVERLAY,
1492+
* .area = rk3368_area_data,
1493+
* .area_size = ARRAY_SIZE(rk3368_area_data), },
1494+
*/
14931495
};
14941496

14951497
static const struct vop_win_data px30_vop_lit_win_data[] = {

0 commit comments

Comments
 (0)