drm: Pass 'name' to drm_universal_plane_init()
[deliverable/linux.git] / drivers / gpu / drm / imx / ipuv3-plane.c
index e2ff410bab744442e5c6cb2e1bc27cbba58ee7f2..591ba2f1ae03674224b4719660d547ad4e64c0b1 100644 (file)
@@ -401,7 +401,8 @@ struct ipu_plane *ipu_plane_init(struct drm_device *dev, struct ipu_soc *ipu,
 
        ret = drm_universal_plane_init(dev, &ipu_plane->base, possible_crtcs,
                                       &ipu_plane_funcs, ipu_plane_formats,
-                                      ARRAY_SIZE(ipu_plane_formats), type);
+                                      ARRAY_SIZE(ipu_plane_formats), type,
+                                      NULL);
        if (ret) {
                DRM_ERROR("failed to initialize plane\n");
                kfree(ipu_plane);
This page took 0.025353 seconds and 5 git commands to generate.