drm/exynos: Stop updating plane->crtc
[sfrench/cifs-2.6.git] / drivers / gpu / drm / exynos / exynos_drm_plane.c
index d2a90dae5c71085c6ac919bc709c8dd378e39863..1b1af359c3037ce0a06fbc8615c78f85ae20eeff 100644 (file)
@@ -263,8 +263,6 @@ static void exynos_plane_atomic_update(struct drm_plane *plane,
        if (!state->crtc)
                return;
 
-       plane->crtc = state->crtc;
-
        if (exynos_crtc->ops->update_plane)
                exynos_crtc->ops->update_plane(exynos_crtc, exynos_plane);
 }