UPSTREAM: drm: Pass 'name' to drm_crtc_init_with_planes()
[firefly-linux-kernel-4.4.55.git] / drivers / gpu / drm / tegra / dc.c
index e9f24a85a1038701cc819f38e9b0318260e6679d..be894103fa49957c04291c4677efab7955c11c11 100644 (file)
@@ -1732,7 +1732,7 @@ static int tegra_dc_init(struct host1x_client *client)
        }
 
        err = drm_crtc_init_with_planes(drm, &dc->base, primary, cursor,
-                                       &tegra_crtc_funcs);
+                                       &tegra_crtc_funcs, NULL);
        if (err < 0)
                goto cleanup;