UPSTREAM: drm: Pass 'name' to drm_universal_plane_init()
[firefly-linux-kernel-4.4.55.git] / drivers / gpu / drm / sti / sti_gdp.c
index c85dc7d6b0053d2f45a673e43bbda6b99032bcf7..f9a1d92c9d9519c3ddbeefe33277f26af4f37a32 100644 (file)
@@ -630,7 +630,7 @@ struct drm_plane *sti_gdp_create(struct drm_device *drm_dev,
                                       &sti_plane_helpers_funcs,
                                       gdp_supported_formats,
                                       ARRAY_SIZE(gdp_supported_formats),
-                                      type);
+                                      type, NULL);
        if (res) {
                DRM_ERROR("Failed to initialize universal plane\n");
                goto err;