diff options
Diffstat (limited to 'drivers/gpu/drm/sun4i/sun8i_vi_layer.c')
-rw-r--r-- | drivers/gpu/drm/sun4i/sun8i_vi_layer.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/sun4i/sun8i_vi_layer.c b/drivers/gpu/drm/sun4i/sun8i_vi_layer.c index 4249edfb47ed..87be898f9b7a 100644 --- a/drivers/gpu/drm/sun4i/sun8i_vi_layer.c +++ b/drivers/gpu/drm/sun4i/sun8i_vi_layer.c | |||
@@ -13,6 +13,7 @@ | |||
13 | #include <drm/drm_crtc_helper.h> | 13 | #include <drm/drm_crtc_helper.h> |
14 | #include <drm/drm_fb_cma_helper.h> | 14 | #include <drm/drm_fb_cma_helper.h> |
15 | #include <drm/drm_gem_cma_helper.h> | 15 | #include <drm/drm_gem_cma_helper.h> |
16 | #include <drm/drm_gem_framebuffer_helper.h> | ||
16 | #include <drm/drm_plane_helper.h> | 17 | #include <drm/drm_plane_helper.h> |
17 | #include <drm/drmP.h> | 18 | #include <drm/drmP.h> |
18 | 19 | ||
@@ -336,6 +337,7 @@ static void sun8i_vi_layer_atomic_update(struct drm_plane *plane, | |||
336 | } | 337 | } |
337 | 338 | ||
338 | static struct drm_plane_helper_funcs sun8i_vi_layer_helper_funcs = { | 339 | static struct drm_plane_helper_funcs sun8i_vi_layer_helper_funcs = { |
340 | .prepare_fb = drm_gem_fb_prepare_fb, | ||
339 | .atomic_check = sun8i_vi_layer_atomic_check, | 341 | .atomic_check = sun8i_vi_layer_atomic_check, |
340 | .atomic_disable = sun8i_vi_layer_atomic_disable, | 342 | .atomic_disable = sun8i_vi_layer_atomic_disable, |
341 | .atomic_update = sun8i_vi_layer_atomic_update, | 343 | .atomic_update = sun8i_vi_layer_atomic_update, |