From: Gustavo Padovan Date: Fri, 3 Apr 2015 12:03:40 +0000 (+0900) Subject: drm/exynos: remove struct *_win_data abstraction on planes X-Git-Tag: v4.1-rc1~69^2~9^2~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7ee14cdcbc4f813b9c5875d6e8e3daef71c366b3;p=platform%2Fkernel%2Flinux-exynos.git drm/exynos: remove struct *_win_data abstraction on planes struct {fimd,mixer,vidi}_win_data was just keeping the same data as struct exynos_drm_plane thus get ride of it and use exynos_drm_plane directly. It changes how planes are created and remove .win_mode_set() callback that was only filling all *_win_data structs. v2: check for return of exynos_plane_init() Signed-off-by: Gustavo Padovan Signed-off-by: Inki Dae --- diff --git a/drivers/gpu/drm/exynos/exynos7_drm_decon.c b/drivers/gpu/drm/exynos/exynos7_drm_decon.c index 9700461..c5dfd99 100644 --- a/drivers/gpu/drm/exynos/exynos7_drm_decon.c +++ b/drivers/gpu/drm/exynos/exynos7_drm_decon.c @@ -28,6 +28,7 @@ #include