From patchwork Tue Mar 31 15:53:13 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Tobias Jakobi X-Patchwork-Id: 6131521 Return-Path: X-Original-To: patchwork-linux-samsung-soc@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id CB23C9F2EC for ; Tue, 31 Mar 2015 15:53:46 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id AE13D201BC for ; Tue, 31 Mar 2015 15:53:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 35DC82014A for ; Tue, 31 Mar 2015 15:53:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750781AbbCaPxi (ORCPT ); Tue, 31 Mar 2015 11:53:38 -0400 Received: from mout.gmx.net ([212.227.17.21]:56219 "EHLO mout.gmx.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750774AbbCaPxh convert rfc822-to-8bit (ORCPT ); Tue, 31 Mar 2015 11:53:37 -0400 Received: from [129.70.15.110] by 3capp-gmx-bs24.server.lan (via HTTP); Tue, 31 Mar 2015 17:53:13 +0200 MIME-Version: 1.0 Message-ID: From: "Tobias Jakobi" To: "Gustavo Padovan" Cc: linux-samsung-soc@vger.kernel.org, dri-devel@lists.freedesktop.org, inki.dae@samsung.com, jy0922.shim@samsung.com, "Gustavo Padovan" Subject: Aw: [PATCH 3/8] drm/exynos: remove struct *_win_data abstraction on planes Date: Tue, 31 Mar 2015 17:53:13 +0200 Importance: normal Sensitivity: Normal In-Reply-To: <1427816827-14867-4-git-send-email-gustavo@padovan.org> References: <1427816827-14867-1-git-send-email-gustavo@padovan.org>, <1427816827-14867-4-git-send-email-gustavo@padovan.org> X-UI-Message-Type: mail X-Priority: 3 X-Provags-ID: V03:K0:JcyAT/z4uaobXl5l0SS0Lx+k4ZKkmz1bhKYX9Kj4W1U nnEbyqGK/Ny/OxJQo+RGXth4lRZE0AON055d2dSYoKEZyd8oy2 d9jJD7RtWy1jDejO+UqI+CmFzl1ajFB9nex0Q1ActdMlmGFr4T 1tANb/fCw6ImgR2mVgMEPxwS39UpIiOBFnaKMiZ+oAkRYycuX9 I2uRwXiNsrJAvyDFsipfTCWDR6tmdbpz7D8ZTX+3DCU76PPdlT Cp4j/iq7J/q4oxFfe68k888YgBX7HDv1z/qXKSm4Lq2lsCd/ad VjzOBM= X-UI-Out-Filterresults: notjunk:1; Sender: linux-samsung-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-samsung-soc@vger.kernel.org X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_HI, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Hello, I just wanted to point out that this doesn't apply to exynos-drm-fixes, which was probably caused by Daniel's pitch patch here: https://git.kernel.org/cgit/linux/kernel/git/daeinki/drm-exynos.git/commit/?h=exynos-drm-fixes&id=57aaaf373ede95ebaaf90695071f7b1f4a97795f With best wishes, Tobias Gesendet: Dienstag, 31. März 2015 um 17:47 Uhr Von: "Gustavo Padovan" An: linux-samsung-soc@vger.kernel.org Cc: dri-devel@lists.freedesktop.org, inki.dae@samsung.com, jy0922.shim@samsung.com, "Gustavo Padovan" Betreff: [PATCH 3/8] drm/exynos: remove struct *_win_data abstraction on planes 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. v2: check for return of exynos_plane_init() Signed-off-by: Gustavo Padovan fixup! drm/exynos: remove struct *_win_data abstraction on planes --- drivers/gpu/drm/exynos/exynos7_drm_decon.c | 166 ++++++++-------------- drivers/gpu/drm/exynos/exynos_drm_crtc.c | 9 +- drivers/gpu/drm/exynos/exynos_drm_crtc.h | 1 + drivers/gpu/drm/exynos/exynos_drm_drv.c | 14 -- drivers/gpu/drm/exynos/exynos_drm_drv.h | 5 +- drivers/gpu/drm/exynos/exynos_drm_fimd.c | 184 ++++++++++--------------- drivers/gpu/drm/exynos/exynos_drm_plane.c | 23 +--- drivers/gpu/drm/exynos/exynos_drm_plane.h | 6 +- drivers/gpu/drm/exynos/exynos_drm_vidi.c | 125 +++++------------ drivers/gpu/drm/exynos/exynos_mixer.c | 214 ++++++++++------------------- 10 files changed, 250 insertions(+), 497 deletions(-) -- 2.1.0 -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/drivers/gpu/drm/exynos/exynos7_drm_decon.c b/drivers/gpu/drm/exynos/exynos7_drm_decon.c index 63f02e2..cd67037 100644 --- a/drivers/gpu/drm/exynos/exynos7_drm_decon.c +++ b/drivers/gpu/drm/exynos/exynos7_drm_decon.c @@ -28,6 +28,7 @@ #include