diff options
author | Inki Dae <inki.dae@samsung.com> | 2012-11-14 17:28:36 +0900 |
---|---|---|
committer | Inki Dae <daeinki@gmail.com> | 2012-11-29 03:30:33 -0800 |
commit | fa3692d1edebf67a4c93e9c6dbef7b0e0d23cb49 (patch) | |
tree | c1f70d273314f9293c9128a9a56da5a078c99c36 /drivers/gpu/drm/exynos | |
parent | 9d934799025072d0a9c47b0ac6b9541418e5e88c (diff) |
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: Inki Dae <inki.dae@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Diffstat (limited to 'drivers/gpu/drm/exynos')
-rw-r--r-- | drivers/gpu/drm/exynos/exynos_drm_plane.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/exynos/exynos_drm_plane.c b/drivers/gpu/drm/exynos/exynos_drm_plane.c index 60b877a388c2..862ca1eb2102 100644 --- a/drivers/gpu/drm/exynos/exynos_drm_plane.c +++ b/drivers/gpu/drm/exynos/exynos_drm_plane.c @@ -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); |