mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
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:
@@ -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 },
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user