[PATCH 5/6] drm/exynos: remove struct *_win_data abstraction on planes

2015-02-02 Thread Joonyoung Shim
Hi, On 01/30/2015 11:42 PM, Gustavo Padovan wrote: > Hi Joonyoung, > > 2015-01-30 Joonyoung Shim : > >> +Cc Inki, >> >> Hi, >> >> On 01/23/2015 09:42 PM, Gustavo Padovan wrote: >>> From: Gustavo Padovan >>> >>> struct {fimd,mixer,vidi}_win_data was just keeping the same data >>> as struct exyno

[PATCH 5/6] drm/exynos: remove struct *_win_data abstraction on planes

2015-01-30 Thread Joonyoung Shim
+Cc Inki, Hi, On 01/23/2015 09:42 PM, Gustavo Padovan wrote: > From: Gustavo Padovan > > 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_

[PATCH 5/6] drm/exynos: remove struct *_win_data abstraction on planes

2015-01-30 Thread Gustavo Padovan
Hi Joonyoung, 2015-01-30 Joonyoung Shim : > +Cc Inki, > > Hi, > > On 01/23/2015 09:42 PM, Gustavo Padovan wrote: > > From: Gustavo Padovan > > > > 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 > > d

[PATCH 5/6] drm/exynos: remove struct *_win_data abstraction on planes

2015-01-23 Thread Gustavo Padovan
From: Gustavo Padovan 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. Signed-off