From patchwork Thu Jun 27 14:28:11 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Inki Dae X-Patchwork-Id: 11019799 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id C8FE017D2 for ; Thu, 27 Jun 2019 14:28:50 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id BB5C328727 for ; Thu, 27 Jun 2019 14:28:50 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id AF4C828875; Thu, 27 Jun 2019 14:28:50 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 5F00828727 for ; Thu, 27 Jun 2019 14:28:50 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id E5B336E492; Thu, 27 Jun 2019 14:28:48 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-ot1-f68.google.com (mail-ot1-f68.google.com [209.85.210.68]) by gabe.freedesktop.org (Postfix) with ESMTPS id 751696E492 for ; Thu, 27 Jun 2019 14:28:48 +0000 (UTC) Received: by mail-ot1-f68.google.com with SMTP id q20so2491478otl.0 for ; Thu, 27 Jun 2019 07:28:48 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to:cc; bh=GiyIGq67JTc5+DUdTknNYEojZgMQWAxjL9dXZ+msxU8=; b=jhhFuBxGuGlqUgUhAZcRdvxpxeLzQmGU2HoyYCgxSRL9zKLFgSUZRkAP5hRCjWa5e+ Qv/OoaScho7uXuRmohfsK7p5OTyk6049LJNtFIvJuqaftnC6R44WFbf575R+TzhFutMo +GxbTY+SZlJZrobuCIzj+1ybFaL2HMGsB2HDMPK/Ad8+TF/bbxUF0/UasFp2G2s0iBJi 3LVZqkvwjPkqt12D3PHLEeh7u2IBuatGqbqkvsHNXBxOtSO9hGMFddRzDySQZCH3tS7M gie8llaYW2xMx5qZvK99k5mE7QfUJzSqADn3JYEZcAwP7IgRs9dN25cuTvBpmgSWthu4 B42Q== X-Gm-Message-State: APjAAAXOMmVTXjfC192u6enoQwOpoOCdWTzvQ3cS7p/6mF3fgAwYigGw W5njMxgLRded/eBqks8oM2NCcwhyYqf4gpVfJDo= X-Google-Smtp-Source: APXvYqz6Pu3O7LTBddy/VnhjJPjq4a0DMGVKe8qLWg88EII4dc9RSakNvMdyFFgPvcjaqwuQHedlknzR3n5tjxJKd1Y= X-Received: by 2002:a9d:66c8:: with SMTP id t8mr3694400otm.94.1561645727487; Thu, 27 Jun 2019 07:28:47 -0700 (PDT) MIME-Version: 1.0 From: Inki Dae Date: Thu, 27 Jun 2019 23:28:11 +0900 Message-ID: Subject: [GIT PULL] exynos-drm-next To: Dave Airlie X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-samsung-soc@vger.kernel.org, DRI mailing list Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Virus-Scanned: ClamAV using ClamSMTP Hi Dave, Just two cleanups - one is to drop drmP.h header, and other is to add COMPILE_TEST flag for increasing build test coverage. Please kindly let me know if there is any problem. Thanks, Inki Dae The following changes since commit 14808a12bdbdc21143eba70ea07830197b3a04ff: Merge tag 'drm-next-5.3-2019-06-25' of git://people.freedesktop.org/~agd5f/linux into drm-next (2019-06-27 12:33:57 +1000) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos tags/exynos-drm-next-for-v5.3 for you to fetch changes up to 156bdac99061b4013c8e47799c6e574f7f84e9f4: drm/exynos: trigger build of all modules (2019-06-27 22:30:56 +0900) ---------------------------------------------------------------- - Drop the use of drmP.h header file drmP.h header file has been deprecated so this patch drops the use of this header, and instead includes appropriate header files required. - Add COMPILE_TEST flag This patch adds COMPILE_TEST dependency to exynos drm driver to increase build test coverage. And also, it includes vmalloc.h header file to fix one build warning which is introduced when building the Linux kernel using sh. ---------------------------------------------------------------- Sam Ravnborg (2): drm/exynos: drop drmP.h usage drm/exynos: trigger build of all modules drivers/gpu/drm/exynos/Kconfig | 6 ++-- drivers/gpu/drm/exynos/exynos5433_drm_decon.c | 7 +++-- drivers/gpu/drm/exynos/exynos7_drm_decon.c | 8 ++++-- drivers/gpu/drm/exynos/exynos_dp.c | 13 ++++----- drivers/gpu/drm/exynos/exynos_drm_crtc.c | 2 +- drivers/gpu/drm/exynos/exynos_drm_dma.c | 6 ++-- drivers/gpu/drm/exynos/exynos_drm_dpi.c | 8 +++--- drivers/gpu/drm/exynos/exynos_drm_drv.c | 12 ++++---- drivers/gpu/drm/exynos/exynos_drm_drv.h | 8 +++++- drivers/gpu/drm/exynos/exynos_drm_dsi.c | 21 +++++++------- drivers/gpu/drm/exynos/exynos_drm_fb.c | 6 ++-- drivers/gpu/drm/exynos/exynos_drm_fbdev.c | 8 ++++-- drivers/gpu/drm/exynos/exynos_drm_fimc.c | 15 +++++----- drivers/gpu/drm/exynos/exynos_drm_fimd.c | 14 +++++---- drivers/gpu/drm/exynos/exynos_drm_g2d.c | 11 ++++--- drivers/gpu/drm/exynos/exynos_drm_gem.c | 7 +++-- drivers/gpu/drm/exynos/exynos_drm_gsc.c | 13 +++++---- drivers/gpu/drm/exynos/exynos_drm_ipp.c | 3 +- drivers/gpu/drm/exynos/exynos_drm_mic.c | 22 +++++++------- drivers/gpu/drm/exynos/exynos_drm_plane.c | 4 +-- drivers/gpu/drm/exynos/exynos_drm_rotator.c | 10 +++---- drivers/gpu/drm/exynos/exynos_drm_scaler.c | 12 ++++---- drivers/gpu/drm/exynos/exynos_drm_vidi.c | 9 +++--- drivers/gpu/drm/exynos/exynos_hdmi.c | 41 +++++++++++++-------------- drivers/gpu/drm/exynos/exynos_mixer.c | 31 ++++++++++---------- 25 files changed, 158 insertions(+), 139 deletions(-)