diff options
Diffstat (limited to 'drivers/gpu/drm/imx/imx-drm.h')
-rw-r--r-- | drivers/gpu/drm/imx/imx-drm.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/imx/imx-drm.h b/drivers/gpu/drm/imx/imx-drm.h index 28e776d8d9d2..83284b4d4be1 100644 --- a/drivers/gpu/drm/imx/imx-drm.h +++ b/drivers/gpu/drm/imx/imx-drm.h | |||
@@ -9,6 +9,7 @@ struct drm_display_mode; | |||
9 | struct drm_encoder; | 9 | struct drm_encoder; |
10 | struct drm_fbdev_cma; | 10 | struct drm_fbdev_cma; |
11 | struct drm_framebuffer; | 11 | struct drm_framebuffer; |
12 | struct drm_plane; | ||
12 | struct imx_drm_crtc; | 13 | struct imx_drm_crtc; |
13 | struct platform_device; | 14 | struct platform_device; |
14 | 15 | ||
@@ -24,7 +25,7 @@ struct imx_drm_crtc_helper_funcs { | |||
24 | }; | 25 | }; |
25 | 26 | ||
26 | int imx_drm_add_crtc(struct drm_device *drm, struct drm_crtc *crtc, | 27 | int imx_drm_add_crtc(struct drm_device *drm, struct drm_crtc *crtc, |
27 | struct imx_drm_crtc **new_crtc, | 28 | struct imx_drm_crtc **new_crtc, struct drm_plane *primary_plane, |
28 | const struct imx_drm_crtc_helper_funcs *imx_helper_funcs, | 29 | const struct imx_drm_crtc_helper_funcs *imx_helper_funcs, |
29 | struct device_node *port); | 30 | struct device_node *port); |
30 | int imx_drm_remove_crtc(struct imx_drm_crtc *); | 31 | int imx_drm_remove_crtc(struct imx_drm_crtc *); |