mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 19:08:57 +09:00
drm/rockchip: vop: remove afbc support for rk3399 vop lit
rk3399 vop lite can't support afbc, so remove afbc support from win feature. Signed-off-by: Sandy Huang <hjc@rock-chips.com> Change-Id: I3ccdc2a821bc97fd4993688c61b776c1c77d0cb9
This commit is contained in:
@@ -742,13 +742,11 @@ static const struct vop_data rk3399_vop_big = {
|
||||
static const struct vop_win_data rk3399_vop_lit_win_data[] = {
|
||||
{ .base = 0x00, .phy = &rk3399_win01_data, .csc = &rk3399_win0_csc,
|
||||
.format_modifiers = format_modifiers,
|
||||
.type = DRM_PLANE_TYPE_OVERLAY,
|
||||
.feature = WIN_FEATURE_AFBDC },
|
||||
.type = DRM_PLANE_TYPE_OVERLAY },
|
||||
{ .phy = NULL },
|
||||
{ .base = 0x00, .phy = &rk3368_win23_data, .csc = &rk3399_win2_csc,
|
||||
.format_modifiers = format_modifiers,
|
||||
.type = DRM_PLANE_TYPE_PRIMARY,
|
||||
.feature = WIN_FEATURE_AFBDC,
|
||||
.area = rk3368_area_data,
|
||||
.area_size = ARRAY_SIZE(rk3368_area_data), },
|
||||
{ .phy = NULL },
|
||||
|
||||
Reference in New Issue
Block a user