UPSTREAM: drm: Pass 'name' to drm_crtc_init_with_planes()
[firefly-linux-kernel-4.4.55.git] / drivers / gpu / drm / imx / imx-drm-core.c
index 7b990b4e96d234bcdc965572383092e3d9b303a0..e9eb8bb1d4800992bc01d3a8b6c1a030b539fd01 100644 (file)
@@ -379,7 +379,7 @@ int imx_drm_add_crtc(struct drm_device *drm, struct drm_crtc *crtc,
                        imx_drm_crtc->imx_drm_helper_funcs.crtc_helper_funcs);
 
        drm_crtc_init_with_planes(drm, crtc, primary_plane, NULL,
-                       imx_drm_crtc->imx_drm_helper_funcs.crtc_funcs);
+                       imx_drm_crtc->imx_drm_helper_funcs.crtc_funcs, NULL);
 
        return 0;