From mboxrd@z Thu Jan 1 00:00:00 1970 From: Inki Dae Subject: Re: [PATCH 11/11] drm/exynos: remove struct exynos_drm_encoder layer Date: Tue, 04 Aug 2015 18:53:28 +0900 Message-ID: <55C08B98.4090002@samsung.com> References: <1438628998-3435-1-git-send-email-gustavo@padovan.org> <1438628998-3435-12-git-send-email-gustavo@padovan.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: In-reply-to: <1438628998-3435-12-git-send-email-gustavo@padovan.org> Sender: linux-samsung-soc-owner@vger.kernel.org To: Gustavo Padovan , linux-samsung-soc@vger.kernel.org Cc: dri-devel@lists.freedesktop.org, jy0922.shim@samsung.com, tjakobi@math.uni-bielefeld.de, Gustavo Padovan List-Id: dri-devel@lists.freedesktop.org On 2015=EB=85=84 08=EC=9B=94 04=EC=9D=BC 04:09, Gustavo Padovan wrote: > From: Gustavo Padovan >=20 > struct exynos_drm_encoder was justing wrapping struct drm_encoder, it= had > only a drm_encoder member and the internal exynos_drm_encoders ops th= at > was directly mapped to the drm_encoder helper funcs. >=20 > So now exynos DRM uses struct drm_encoder directly, this removes > completely the struct exynos_drm_encoder. >=20 > Signed-off-by: Gustavo Padovan > --- > drivers/gpu/drm/exynos/Makefile | 7 +- > drivers/gpu/drm/exynos/exynos7_drm_decon.c | 2 +- > drivers/gpu/drm/exynos/exynos_dp_core.c | 68 ++++++++++++------ > drivers/gpu/drm/exynos/exynos_dp_core.h | 2 +- > drivers/gpu/drm/exynos/exynos_drm_core.c | 1 - > drivers/gpu/drm/exynos/exynos_drm_crtc.c | 1 - > drivers/gpu/drm/exynos/exynos_drm_dpi.c | 51 ++++++++------ > drivers/gpu/drm/exynos/exynos_drm_drv.c | 1 - > drivers/gpu/drm/exynos/exynos_drm_drv.h | 47 ++----------- > drivers/gpu/drm/exynos/exynos_drm_dsi.c | 80 +++++++++++-------= --- > drivers/gpu/drm/exynos/exynos_drm_encoder.c | 105 ------------------= ---------- > drivers/gpu/drm/exynos/exynos_drm_encoder.h | 22 ------ > drivers/gpu/drm/exynos/exynos_drm_fimd.c | 2 +- > drivers/gpu/drm/exynos/exynos_drm_vidi.c | 71 ++++++++++++++----= - > drivers/gpu/drm/exynos/exynos_hdmi.c | 85 +++++++++++++-----= ---- > 15 files changed, 236 insertions(+), 309 deletions(-) > delete mode 100644 drivers/gpu/drm/exynos/exynos_drm_encoder.c > delete mode 100644 drivers/gpu/drm/exynos/exynos_drm_encoder.h [-- SNIP --] > diff --git a/drivers/gpu/drm/exynos/exynos_drm_dsi.c b/drivers/gpu/dr= m/exynos/exynos_drm_dsi.c > index d791ad4..a87d030 100644 > --- a/drivers/gpu/drm/exynos/exynos_drm_dsi.c > +++ b/drivers/gpu/drm/exynos/exynos_drm_dsi.c > @@ -30,7 +30,6 @@ > #include