diff options
Diffstat (limited to 'drivers/gpu/drm/sun4i/sun8i_ui_layer.c')
-rw-r--r-- | drivers/gpu/drm/sun4i/sun8i_ui_layer.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/sun4i/sun8i_ui_layer.c b/drivers/gpu/drm/sun4i/sun8i_ui_layer.c index e3fc8fa920fb..18534263a05d 100644 --- a/drivers/gpu/drm/sun4i/sun8i_ui_layer.c +++ b/drivers/gpu/drm/sun4i/sun8i_ui_layer.c | |||
@@ -19,6 +19,7 @@ | |||
19 | #include <drm/drm_crtc_helper.h> | 19 | #include <drm/drm_crtc_helper.h> |
20 | #include <drm/drm_fb_cma_helper.h> | 20 | #include <drm/drm_fb_cma_helper.h> |
21 | #include <drm/drm_gem_cma_helper.h> | 21 | #include <drm/drm_gem_cma_helper.h> |
22 | #include <drm/drm_gem_framebuffer_helper.h> | ||
22 | #include <drm/drm_plane_helper.h> | 23 | #include <drm/drm_plane_helper.h> |
23 | #include <drm/drmP.h> | 24 | #include <drm/drmP.h> |
24 | 25 | ||
@@ -300,6 +301,7 @@ static void sun8i_ui_layer_atomic_update(struct drm_plane *plane, | |||
300 | } | 301 | } |
301 | 302 | ||
302 | static struct drm_plane_helper_funcs sun8i_ui_layer_helper_funcs = { | 303 | static struct drm_plane_helper_funcs sun8i_ui_layer_helper_funcs = { |
304 | .prepare_fb = drm_gem_fb_prepare_fb, | ||
303 | .atomic_check = sun8i_ui_layer_atomic_check, | 305 | .atomic_check = sun8i_ui_layer_atomic_check, |
304 | .atomic_disable = sun8i_ui_layer_atomic_disable, | 306 | .atomic_disable = sun8i_ui_layer_atomic_disable, |
305 | .atomic_update = sun8i_ui_layer_atomic_update, | 307 | .atomic_update = sun8i_ui_layer_atomic_update, |