drm: Pass 'name' to drm_universal_plane_init()
[deliverable/linux.git] / drivers / gpu / drm / drm_plane_helper.c
index f5a4273e71b5d30178ed6155b96080cd97588845..369d2898ff9ecdfc452818235642ef5d6502a641 100644 (file)
@@ -375,7 +375,7 @@ static struct drm_plane *create_primary_plane(struct drm_device *dev)
                                       &drm_primary_helper_funcs,
                                       safe_modeset_formats,
                                       ARRAY_SIZE(safe_modeset_formats),
-                                      DRM_PLANE_TYPE_PRIMARY);
+                                      DRM_PLANE_TYPE_PRIMARY, NULL);
        if (ret) {
                kfree(primary);
                primary = NULL;
This page took 0.026867 seconds and 5 git commands to generate.