[PATCH 11/11] drm/exynos: remove struct exynos_drm_encoder layer

2015-08-05 Thread Gustavo Padovan
2015-08-05 Inki Dae : Hi Inki, > On 2015년 08월 04일 23:47, Gustavo Padovan wrote: > > Hi Inki, > > > > 2015-08-04 Inki Dae : > > > >> On 2015년 08월 04일 04:09, Gustavo Padovan wrote: > >>> From: Gustavo Padovan > >>> > >>> struct exynos_drm_encoder was justing wrapping struct

[PATCH 11/11] drm/exynos: remove struct exynos_drm_encoder layer

2015-08-05 Thread Inki Dae
On 2015년 08월 04일 23:47, Gustavo Padovan wrote: > Hi Inki, > > 2015-08-04 Inki Dae : > >> On 2015년 08월 04일 04:09, Gustavo Padovan wrote: >>> From: Gustavo Padovan >>> >>> struct exynos_drm_encoder was justing wrapping struct drm_encoder, it had >>> only a drm_encoder member and the

[PATCH 11/11] drm/exynos: remove struct exynos_drm_encoder layer

2015-08-04 Thread Inki Dae
On 2015년 08월 04일 04:09, Gustavo Padovan wrote: > From: Gustavo Padovan > > struct exynos_drm_encoder was justing wrapping struct drm_encoder, it had > only a drm_encoder member and the internal exynos_drm_encoders ops that > was directly mapped to the drm_encoder helper funcs. > > So now

[PATCH 11/11] drm/exynos: remove struct exynos_drm_encoder layer

2015-08-04 Thread Gustavo Padovan
Hi Inki, 2015-08-04 Inki Dae : > On 2015년 08월 04일 04:09, Gustavo Padovan wrote: > > From: Gustavo Padovan > > > > struct exynos_drm_encoder was justing wrapping struct drm_encoder, it had > > only a drm_encoder member and the internal exynos_drm_encoders ops that > > was directly mapped

[PATCH 11/11] drm/exynos: remove struct exynos_drm_encoder layer

2015-08-03 Thread Gustavo Padovan
From: Gustavo Padovan struct exynos_drm_encoder was justing wrapping struct drm_encoder, it had only a drm_encoder member and the internal exynos_drm_encoders ops that was directly mapped to the drm_encoder helper funcs. So now exynos DRM uses struct drm_encoder