mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
drm/rockchip: rk3036 vop: set win1 plane type to overlay layer
Change-Id: I893b92ae30c4cf9ac63ac7819cfd6ff2d668bc6a Signed-off-by: Sandy Huang <hjc@rock-chips.com>
This commit is contained in:
@@ -1053,7 +1053,7 @@ static const struct vop_win_data rk3036_vop_win_data[] = {
|
||||
{ .base = 0x00, .phy = &rk3036_win0_data,
|
||||
.type = DRM_PLANE_TYPE_PRIMARY },
|
||||
{ .base = 0x00, .phy = &rk3036_win1_data,
|
||||
.type = DRM_PLANE_TYPE_CURSOR },
|
||||
.type = DRM_PLANE_TYPE_OVERLAY },
|
||||
};
|
||||
|
||||
static const int rk3036_vop_intrs[] = {
|
||||
|
||||
Reference in New Issue
Block a user