drm/exynos: set plane possible_crtcs in exynos_plane_init
[platform/kernel/linux-exynos.git] / drivers / gpu / drm / exynos / exynos_drm_vidi.c
index 68870a9..92ebeaf 100644 (file)
@@ -407,7 +407,7 @@ static int vidi_bind(struct device *dev, struct device *master, void *data)
                plane_config.type = vidi_win_types[i];
 
                ret = exynos_plane_init(drm_dev, &ctx->planes[i], i,
-                                       1 << ctx->pipe, &plane_config);
+                                       &plane_config);
                if (ret)
                        return ret;
        }