drm/rockchip: change the overlay for rk312x

Signed-off-by: Caesar Wang <wxt@rock-chips.com>
Change-Id: I3dfdff66a8903e1f7c710a3b5fea8fa43d2b0a07
This commit is contained in:
Caesar Wang
2020-03-11 16:45:14 +08:00
committed by Tao Huang
parent 1ae91d8954
commit 9835c70741

View File

@@ -1408,9 +1408,9 @@ static const struct vop_win_phy rk3126_win1_data = {
static const struct vop_win_data rk3126_vop_win_data[] = {
{ .base = 0x00, .phy = &rk3036_win0_data,
.type = DRM_PLANE_TYPE_PRIMARY },
.type = DRM_PLANE_TYPE_OVERLAY },
{ .base = 0x00, .phy = &rk3126_win1_data,
.type = DRM_PLANE_TYPE_CURSOR },
.type = DRM_PLANE_TYPE_PRIMARY },
};
static const struct vop_data rk3126_vop = {