From patchwork Thu Mar 28 04:20:35 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 10874461 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 B0BBB922 for ; Thu, 28 Mar 2019 04:21:01 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 9092828B10 for ; Thu, 28 Mar 2019 04:21:01 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 8345928BF3; Thu, 28 Mar 2019 04:21:01 +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 AB70B28B10 for ; Thu, 28 Mar 2019 04:21:00 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 6D6716E2D1; Thu, 28 Mar 2019 04:20:58 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by gabe.freedesktop.org (Postfix) with ESMTPS id 2557B6E2D1 for ; Thu, 28 Mar 2019 04:20:57 +0000 (UTC) Received: from pendragon.ideasonboard.com (unknown [38.98.37.142]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id B3C7654D; Thu, 28 Mar 2019 05:20:53 +0100 (CET) Date: Thu, 28 Mar 2019 06:20:35 +0200 From: Laurent Pinchart To: dri-devel@lists.freedesktop.org, Dave Airlie Subject: [GIT PULL FOR v5.2] R-Car DU changes, part 2 Message-ID: <20190328042035.GA4846@pendragon.ideasonboard.com> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) X-Mailman-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1553746855; bh=ORxU/6pWPjQjoDCdjeHzSdk8VM+pI9pVscV5HsqVDa0=; h=Date:From:To:Subject:From; b=OGQwLheOY0bWUSG6L3E1S/0u5ts1BZrunZ6Aw/s1b5Y1kgSRH3rVmFX5Icf1VkEEP ADboGoNcX+2UdD6gXOULaPLVesDa5T73CCYnUkMZXcMscNXu537xc62YFBXSO0wR8F beTZQxgkZdGpGgqzwpjKr+Be4mQJobNMli4hVG/o= 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: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Virus-Scanned: ClamAV using ClamSMTP Hi Dave, The following changes since commit 0bec6219e5a0cf2dd17716949a7592807e10f3d7: Merge tag 'drm-misc-next-2019-03-21' of git://anongit.freedesktop.org/drm/drm-misc into drm-next (2019-03-25 11:05:12 +0100) are available in the Git repository at: git://linuxtv.org/pinchartl/media.git tags/du-next-20190328 for you to fetch changes up to 00d082cc4ea6e42ec4fed832a1020231bb1ca150: drm: rcar-du: lvds: Set LVEN and LVRES bits together on D3 (2019-03-28 06:12:42 +0200) ---------------------------------------------------------------- R-Car DU miscellaneous changes for v5.2 ---------------------------------------------------------------- Kieran Bingham (4): drm: Fix subtle spelling error in drm_crtc_state drm: rcar-du: crtc: Make local functions static drm: rcar-du: Remove unused prototypes drm: rcar-du: Link CRTCs to the DU device Laurent Pinchart (5): drm: rcar-du: Support panels connected directly to the DPAD outputs drm: Forward-declare struct drm_format_info in drm_framebuffer.h drm: rcar-du: lvds: Fix post-DLL divider calculation drm: rcar-du: lvds: Adjust operating frequency for D3 and E3 drm: rcar-du: lvds: Set LVEN and LVRES bits together on D3 drivers/gpu/drm/rcar-du/rcar_du_crtc.c | 57 ++++++++++++++++--------------- drivers/gpu/drm/rcar-du/rcar_du_crtc.h | 4 +-- drivers/gpu/drm/rcar-du/rcar_du_encoder.c | 54 +++++++++++++++++++++++++---- drivers/gpu/drm/rcar-du/rcar_du_vsp.c | 2 +- drivers/gpu/drm/rcar-du/rcar_lvds.c | 19 ++++++++--- include/drm/drm_crtc.h | 2 +- include/drm/drm_framebuffer.h | 1 + 7 files changed, 96 insertions(+), 43 deletions(-)