From patchwork Fri Apr 21 09:18:36 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Liviu Dudau X-Patchwork-Id: 97874 Delivered-To: patch@linaro.org Received: by 10.140.109.52 with SMTP id k49csp225856qgf; Fri, 21 Apr 2017 02:18:53 -0700 (PDT) X-Received: by 10.98.0.7 with SMTP id 7mr7597489pfa.127.1492766333377; Fri, 21 Apr 2017 02:18:53 -0700 (PDT) Return-Path: Received: from gabe.freedesktop.org (gabe.freedesktop.org. [131.252.210.177]) by mx.google.com with ESMTPS id i5si9725035pgj.223.2017.04.21.02.18.53 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 21 Apr 2017 02:18:53 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of dri-devel-bounces@lists.freedesktop.org designates 131.252.210.177 as permitted sender) client-ip=131.252.210.177; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of dri-devel-bounces@lists.freedesktop.org designates 131.252.210.177 as permitted sender) smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 22DE46E3EA; Fri, 21 Apr 2017 09:18:52 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from cam-smtp0.cambridge.arm.com (fw-tnat.cambridge.arm.com [217.140.96.140]) by gabe.freedesktop.org (Postfix) with ESMTPS id 49C7F6E3E0 for ; Fri, 21 Apr 2017 09:18:51 +0000 (UTC) Received: from e110455-lin.cambridge.arm.com (e110455-lin.cambridge.arm.com [10.2.131.9]) by cam-smtp0.cambridge.arm.com (8.13.8/8.13.8) with ESMTP id v3L9ImWP025801; Fri, 21 Apr 2017 10:18:48 +0100 From: Liviu Dudau To: Brian Starkey Subject: [PATCH 00/12] drm/mali-dp: Collate the pending patches in a series Date: Fri, 21 Apr 2017 10:18:36 +0100 Message-Id: <20170421091848.4666-1-Liviu.Dudau@arm.com> X-Mailer: git-send-email 2.12.0 Cc: Mali DP Maintainers , DRI devel X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Hello, This is not a topic series, but a collection of patches that I have acked previously on the dri-devel list and I now plan to push to drm-next. I have rebased on the latest drm-next from 20/04 and also cleaned up some comments compared to what has been already pushed into the mailing list. I'm sending them now to see if there are any more comments to the series, otherwise I will send a pull request to David next week. Best regards, Liviu Arnd Bergmann (1): drm: mali-dp: remove unused variable Liviu Dudau (3): drm: mali-dp: Update the state of all planes before re-enabling active CRTCs. drm: mali-dp: Enable power management for the device. drm/mali-dp: Add core_id file to the sysfs interface Mihail Atanassov (8): drm: mali-dp: add atomic_print_state for planes drm: mali-dp: add custom reset hook for planes drm: mali-dp: add malidp_crtc_state struct drm: mali-dp: enable gamma support drm: mali-dp: Add CTM support drm: mali-dp: Add plane upscaling support drm: mali-dp: Enable image enhancement when scaling drm: mali-dp: Check the mclk rate and allow up/down scaling drivers/gpu/drm/arm/malidp_crtc.c | 342 ++++++++++++++++++++++++++++++++++-- drivers/gpu/drm/arm/malidp_drv.c | 307 +++++++++++++++++++++++++++++--- drivers/gpu/drm/arm/malidp_drv.h | 13 ++ drivers/gpu/drm/arm/malidp_hw.c | 213 ++++++++++++++++++++++ drivers/gpu/drm/arm/malidp_hw.h | 81 +++++++++ drivers/gpu/drm/arm/malidp_planes.c | 110 ++++++++++-- drivers/gpu/drm/arm/malidp_regs.h | 72 +++++++- 7 files changed, 1076 insertions(+), 62 deletions(-)