diff options
Diffstat (limited to 'drivers/gpu/drm/meson/meson_plane.c')
-rw-r--r-- | drivers/gpu/drm/meson/meson_plane.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/meson/meson_plane.c b/drivers/gpu/drm/meson/meson_plane.c index 12a47b4f65a5..8ee2cf9e47cd 100644 --- a/drivers/gpu/drm/meson/meson_plane.c +++ b/drivers/gpu/drm/meson/meson_plane.c | |||
@@ -32,6 +32,7 @@ | |||
32 | #include <drm/drm_plane_helper.h> | 32 | #include <drm/drm_plane_helper.h> |
33 | #include <drm/drm_gem_cma_helper.h> | 33 | #include <drm/drm_gem_cma_helper.h> |
34 | #include <drm/drm_fb_cma_helper.h> | 34 | #include <drm/drm_fb_cma_helper.h> |
35 | #include <drm/drm_gem_framebuffer_helper.h> | ||
35 | #include <drm/drm_rect.h> | 36 | #include <drm/drm_rect.h> |
36 | 37 | ||
37 | #include "meson_plane.h" | 38 | #include "meson_plane.h" |
@@ -322,6 +323,7 @@ static const struct drm_plane_helper_funcs meson_plane_helper_funcs = { | |||
322 | .atomic_check = meson_plane_atomic_check, | 323 | .atomic_check = meson_plane_atomic_check, |
323 | .atomic_disable = meson_plane_atomic_disable, | 324 | .atomic_disable = meson_plane_atomic_disable, |
324 | .atomic_update = meson_plane_atomic_update, | 325 | .atomic_update = meson_plane_atomic_update, |
326 | .prepare_fb = drm_gem_fb_prepare_fb, | ||
325 | }; | 327 | }; |
326 | 328 | ||
327 | static const struct drm_plane_funcs meson_plane_funcs = { | 329 | static const struct drm_plane_funcs meson_plane_funcs = { |