From patchwork Tue Jul 31 17:08:31 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Liviu Dudau X-Patchwork-Id: 10551081 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 84B8613B8 for ; Tue, 31 Jul 2018 17:08:37 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 6BED428632 for ; Tue, 31 Jul 2018 17:08:37 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 5FC512AD65; Tue, 31 Jul 2018 17:08:37 +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 13D5C28632 for ; Tue, 31 Jul 2018 17:08:36 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id BA5EF89F3B; Tue, 31 Jul 2018 17:08:34 +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 3371489E43 for ; Tue, 31 Jul 2018 17:08:33 +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 ED76980D; Tue, 31 Jul 2018 10:08:32 -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 BF3643F5BA; Tue, 31 Jul 2018 10:08:32 -0700 (PDT) Received: by e110455-lin.cambridge.arm.com (Postfix, from userid 1000) id 2870868013B; Tue, 31 Jul 2018 18:08:31 +0100 (BST) Date: Tue, 31 Jul 2018 18:08:31 +0100 From: Liviu Dudau To: Dave Airlie Subject: [GIT PULL] hdlcd fixes for drm-next Message-ID: <20180731170831.GF17455@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: DRI devel Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Virus-Scanned: ClamAV using ClamSMTP Hi Dave, I managed to loose track of a few patches for HDLCD while focusing on Mali DP and found them again when investigating an issue with the way HDLCD behaves on teardown. They can go into drm-next for one of the v4.19-rcX if you're not going to do another pull request before the merge window. Many thanks, Liviu The following changes since commit 3fce4618279373efc59a91adb16c11da46cd69e5: BackMerge v4.18-rc7 into drm-next (2018-07-30 10:39:22 +1000) are available in the Git repository at: git://linux-arm.org/linux-ld.git for-upstream/hdlcd for you to fetch changes up to d664b851eb2bcdf84a3c063cf59457bb15bc6120: drm/arm/hdlcd: Reject atomic commits that disable only the plane (2018-07-31 16:31:50 +0100) ---------------------------------------------------------------- Laurent Pinchart (2): drm: arm: hdlcd: Don't destroy plane manually in hdlcd_setup_crtc() drm: arm: hdlcd: Use drm_atomic_helper_shutdown() to disable planes on removal Liviu Dudau (1): drm/arm/hdlcd: Reject atomic commits that disable only the plane Noralf Trønnes (2): drm/arm/hdlcd: Use drm_mode_config_helper_suspend/resume() drm/arm/hdlcd: Use drm_fb_cma_fbdev_init/fini() drivers/gpu/drm/arm/hdlcd_crtc.c | 35 +++++++----------- drivers/gpu/drm/arm/hdlcd_drv.c | 76 ++++++++++------------------------------ drivers/gpu/drm/arm/hdlcd_drv.h | 2 -- 3 files changed, 31 insertions(+), 82 deletions(-)