drm/rockchip: vop: correct rk3328 vop windows

Rk3328 only have three windows, it's mistake add four windows.

Change-Id: I2a9495c6be407d12dbc9033f44a4cd6b2f54ff1a
Signed-off-by: Mark Yao <mark.yao@rock-chips.com>
This commit is contained in:
Mark Yao
2017-03-31 11:32:59 +08:00
committed by Huang, Tao
parent e0881ef2dc
commit 85fc90289a

View File

@@ -611,8 +611,6 @@ static const struct vop_win_data rk3328_vop_win_data[] = {
{ .base = 0x1d0, .phy = &rk3288_win01_data,
.type = DRM_PLANE_TYPE_OVERLAY },
{ .base = 0x2d0, .phy = &rk3288_win01_data,
.type = DRM_PLANE_TYPE_OVERLAY },
{ .base = 0x3d0, .phy = &rk3288_win01_data,
.type = DRM_PLANE_TYPE_CURSOR },
};