drm: Plumb modifiers through plane init
[linux-2.6-block.git] / drivers / gpu / drm / hisilicon / kirin / kirin_drm_ade.c
index 706efd0c41902efcb071f0777c0c52c623fef09d..9882ebd8751c833704de75bb5d3ffdefde230453 100644 (file)
@@ -910,7 +910,7 @@ static int ade_plane_init(struct drm_device *dev, struct ade_plane *aplane,
                return ret;
 
        ret = drm_universal_plane_init(dev, &aplane->base, 1, &ade_plane_funcs,
-                                      fmts, fmts_cnt, type, NULL);
+                                      fmts, fmts_cnt, NULL, type, NULL);
        if (ret) {
                DRM_ERROR("fail to init plane, ch=%d\n", aplane->ch);
                return ret;