diff options
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/gpu/drm/rockchip/rockchip_vop_reg.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/rockchip/rockchip_vop_reg.c b/drivers/gpu/drm/rockchip/rockchip_vop_reg.c index 7f29913824ce..09910d3b01ce 100644 --- a/drivers/gpu/drm/rockchip/rockchip_vop_reg.c +++ b/drivers/gpu/drm/rockchip/rockchip_vop_reg.c | |||
| @@ -276,6 +276,7 @@ static const struct vop_win_data px30_vop_big_win_data[] = { | |||
| 276 | 276 | ||
| 277 | static const struct vop_data px30_vop_big = { | 277 | static const struct vop_data px30_vop_big = { |
| 278 | .intr = &px30_intr, | 278 | .intr = &px30_intr, |
| 279 | .feature = VOP_FEATURE_INTERNAL_RGB, | ||
| 279 | .common = &px30_common, | 280 | .common = &px30_common, |
| 280 | .modeset = &px30_modeset, | 281 | .modeset = &px30_modeset, |
| 281 | .output = &px30_output, | 282 | .output = &px30_output, |
| @@ -290,6 +291,7 @@ static const struct vop_win_data px30_vop_lit_win_data[] = { | |||
| 290 | 291 | ||
| 291 | static const struct vop_data px30_vop_lit = { | 292 | static const struct vop_data px30_vop_lit = { |
| 292 | .intr = &px30_intr, | 293 | .intr = &px30_intr, |
| 294 | .feature = VOP_FEATURE_INTERNAL_RGB, | ||
| 293 | .common = &px30_common, | 295 | .common = &px30_common, |
| 294 | .modeset = &px30_modeset, | 296 | .modeset = &px30_modeset, |
| 295 | .output = &px30_output, | 297 | .output = &px30_output, |
