From patchwork Wed Oct 3 10:50:09 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Liviu Dudau X-Patchwork-Id: 10624553 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 45F9914BD for ; Wed, 3 Oct 2018 10:50:19 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 314962877E for ; Wed, 3 Oct 2018 10:50:19 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 257EC28782; Wed, 3 Oct 2018 10:50:19 +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 CBEE92877E for ; Wed, 3 Oct 2018 10:50:18 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 8A247891DC; Wed, 3 Oct 2018 10:50:17 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from foss.arm.com (usa-sjc-mx-foss1.foss.arm.com [217.140.101.70]) by gabe.freedesktop.org (Postfix) with ESMTP id E6A0E891DC for ; Wed, 3 Oct 2018 10:50:12 +0000 (UTC) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id ECFC118A; Wed, 3 Oct 2018 03:50:11 -0700 (PDT) Received: from e110455-lin.cambridge.arm.com (usa-sjc-imap-foss1.foss.arm.com [10.72.51.249]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id BC6CA3F5A0; Wed, 3 Oct 2018 03:50:11 -0700 (PDT) Received: by e110455-lin.cambridge.arm.com (Postfix, from userid 1000) id 076E36803C2; Wed, 3 Oct 2018 11:50:09 +0100 (BST) Date: Wed, 3 Oct 2018 11:50:09 +0100 From: Liviu Dudau To: Dave Airlie Subject: [GIT PULL] mali-dp next Message-ID: <20181003105009.GD1156@e110455-lin.cambridge.arm.com> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) 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: MaliDP Maintainers , DRI devel Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Virus-Scanned: ClamAV using ClamSMTP Hi Dave, These are the latest changes I have for Mali DP. Please note that due to drm-next lagging behind drm-fixes at this moment, the first two patches ("drm: mali-dp: Call drm_crtc_vblank_reset on device init" and "drm/malidp: Fix writeback in NV12") will be skipped if you backport v4.19-rc6 into drm-next before pulling this. Let me know if you prefer a pull request without those commits or something based on v4.19-rc6 instead of drm-next. Best regards, Liviu The following changes since commit 87c2ee740c07f1edae9eec8bc45cb9b32a68f323: Merge branch 'drm-next-4.20' of git://people.freedesktop.org/~agd5f/linux into drm-next (2018-09-28 09:48:40 +1000) are available in the Git repository at: git://linux-arm.org/linux-ld.git for-upstream/mali-dp for you to fetch changes up to 3dae1c0919d8c46710187df4fa1a43622289a1f5: drm/arm/malidp: Implemented the size validation for AFBC framebuffers (2018-10-02 12:12:19 +0100) ---------------------------------------------------------------- Alexandru Gheorghe (3): drm: mali-dp: Call drm_crtc_vblank_reset on device init drm/malidp: Fix writeback in NV12 drm/malidp: Fix smart layer when doing pm_suspend/resume Ayan Kumar Halder (1): drm/arm/malidp: Implemented the size validation for AFBC framebuffers Jamie Fox (1): drm/malidp: Enable MMU prefetch on Mali-DP650 Liviu Dudau (1): drm/arm/malidp: Validate rotations for compressed/uncompressed framebuffers for each layer Lowry Li (1): drm/mali-dp: Implement plane alpha and pixel blend on malidp drivers/gpu/drm/arm/malidp_crtc.c | 28 +-- drivers/gpu/drm/arm/malidp_drv.c | 129 +++++++++++++- drivers/gpu/drm/arm/malidp_drv.h | 8 + drivers/gpu/drm/arm/malidp_hw.c | 83 +++++++-- drivers/gpu/drm/arm/malidp_hw.h | 16 +- drivers/gpu/drm/arm/malidp_mw.c | 25 ++- drivers/gpu/drm/arm/malidp_planes.c | 347 +++++++++++++++++++++++++++++++----- drivers/gpu/drm/arm/malidp_regs.h | 13 ++ 8 files changed, 569 insertions(+), 80 deletions(-)