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-Url: http://drtracing.org/?a=commitdiff_plain;h=7ee14cdcbc4f813b9c5875d6e8e3daef71c366b3;p=deliverable%2Flinux.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 970046199608..c5dfd99653d8 100644 --- a/drivers/gpu/drm/exynos/exynos7_drm_decon.c +++ b/drivers/gpu/drm/exynos/exynos7_drm_decon.c @@ -28,6 +28,7 @@ #include