From 7ee14cdcbc4f813b9c5875d6e8e3daef71c366b3 Mon Sep 17 00:00:00 2001 From: Gustavo Padovan Date: Fri, 3 Apr 2015 21:03:40 +0900 Subject: [PATCH] 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 --- Reading git-format-patch failed