Merge tag 'drm-msm-next-2022-05-09' of https://gitlab.freedesktop.org/drm/msm into...
[linux-2.6-microblaze.git] / drivers / gpu / drm / vc4 / vc4_txp.c
index 82beb8c..3579d48 100644 (file)
@@ -503,7 +503,8 @@ static int vc4_txp_bind(struct device *dev, struct device *master, void *data)
        ret = drm_writeback_connector_init(drm, &txp->connector,
                                           &vc4_txp_connector_funcs,
                                           &vc4_txp_encoder_helper_funcs,
-                                          drm_fmts, ARRAY_SIZE(drm_fmts));
+                                          drm_fmts, ARRAY_SIZE(drm_fmts),
+                                          0);
        if (ret)
                return ret;