drm/exynos: set plane possible_crtcs in exynos_plane_init
[platform/kernel/linux-exynos.git] / drivers / gpu / drm / exynos / exynos7_drm_decon.c
index 206e779..4320b3b 100644 (file)
@@ -642,7 +642,7 @@ static int decon_bind(struct device *dev, struct device *master, void *data)
                ctx->configs[i].type = decon_win_types[i];
 
                ret = exynos_plane_init(drm_dev, &ctx->planes[i], i,
-                                       1 << ctx->pipe, &ctx->configs[i]);
+                                       &ctx->configs[i]);
                if (ret)
                        return ret;
        }