drm: Plumb modifiers through plane init
[linux-2.6-block.git] / drivers / gpu / drm / rcar-du / rcar_du_vsp.c
index f870445ebc8df025b0ff9b37696d95552b9e1353..7362d80d236b8af4892ad240a21984908af1a8ba 100644 (file)
@@ -439,8 +439,8 @@ int rcar_du_vsp_init(struct rcar_du_vsp *vsp)
                                               1 << vsp->index,
                                               &rcar_du_vsp_plane_funcs,
                                               formats_kms,
-                                              ARRAY_SIZE(formats_kms), type,
-                                              NULL);
+                                              ARRAY_SIZE(formats_kms),
+                                              NULL, type, NULL);
                if (ret < 0)
                        return ret;