drm/rockchip: px30 vop: delete win2

Change-Id: If36214c7f57c96d7a06e81db383300cff0669681
Signed-off-by: Sandy Huang <hjc@rock-chips.com>
This commit is contained in:
Sandy Huang 2018-02-10 11:06:43 +08:00
parent aed92d3f61
commit 424a08f4cb

View File

@ -1486,10 +1486,12 @@ static const struct vop_win_data px30_vop_big_win_data[] = {
{ .base = 0x00, .phy = &rk3366_lit_win1_data,
.type = DRM_PLANE_TYPE_CURSOR,
.feature = WIN_FEATURE_AFBDC },
{ .base = 0xe0, .phy = &px30_win23_data,
.type = DRM_PLANE_TYPE_OVERLAY,
.area = rk3368_area_data,
.area_size = ARRAY_SIZE(rk3368_area_data), },
/*
* { .base = 0xe0, .phy = &px30_win23_data,
* .type = DRM_PLANE_TYPE_OVERLAY,
* .area = rk3368_area_data,
* .area_size = ARRAY_SIZE(rk3368_area_data), },
*/
};
static const struct vop_win_data px30_vop_lit_win_data[] = {