Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fa3692d1 authored by Inki Dae's avatar Inki Dae Committed by Inki Dae
Browse files

drm/exynos: remove unnecessary code.



plane->fb will be set to new fb after update_plane callback is called
by drm_mode_set_plane()

Signed-off-by: default avatarInki Dae <inki.dae@samsung.com>
Signed-off-by: default avatarKyungmin Park <kyungmin.park@samsung.com>
parent 9d934799
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -204,7 +204,6 @@ exynos_update_plane(struct drm_plane *plane, struct drm_crtc *crtc,
		return ret;

	plane->crtc = crtc;
	plane->fb = crtc->fb;

	exynos_plane_commit(plane);
	exynos_plane_dpms(plane, DRM_MODE_DPMS_ON);