drm/exynos: Unreference fb in exynos_disable_plane()

2012-11-21 Thread Inki Dae
From: YoungJun Cho This patch is for unreferencing the (current)fb if plane->fb is existed in exynos_disable_plane(). In exynos_update_plane(), the new fb reference count can be bigger than 1. So it can't be removed for that reference count. And this patch is based on exynos-drm-next. Signed-of

drm/exynos: Unreference fb in exynos_disable_plane()

2012-11-20 Thread Inki Dae
From: YoungJun Cho This patch is for unreferencing the (current)fb if plane->fb is existed in exynos_disable_plane(). In exynos_update_plane(), the new fb reference count can be bigger than 1. So it can't be removed for that reference count. And this patch is based on exynos-drm-next. Signed-of