From patchwork Fri Aug 31 18:12:56 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kieran Bingham X-Patchwork-Id: 10584291 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 2B1B7174C for ; Fri, 31 Aug 2018 18:13:06 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 1454F26530 for ; Fri, 31 Aug 2018 18:13:06 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 08D4028390; Fri, 31 Aug 2018 18:13:06 +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=-8.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id A276426530 for ; Fri, 31 Aug 2018 18:13:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727235AbeHaWVn (ORCPT ); Fri, 31 Aug 2018 18:21:43 -0400 Received: from perceval.ideasonboard.com ([213.167.242.64]:46804 "EHLO perceval.ideasonboard.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727201AbeHaWVn (ORCPT ); Fri, 31 Aug 2018 18:21:43 -0400 Received: from localhost.localdomain (cpc89242-aztw30-2-0-cust488.18-1.cable.virginm.net [86.31.129.233]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 679CDB8E; Fri, 31 Aug 2018 20:13:02 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1535739182; bh=nMU57z1ORa9uCNKQVVC/4vfJC3Hk4qVoYc6qDeGZleU=; h=From:To:Cc:Subject:Date:From; b=RDz9gGqc0RlKPwerxVSb7Cilqbe+fCG4HA4GV31OKn7iRsDPWjqSueJmCjtf2YyZo tTeYg3U9BpLL0ZqH7M3tPeJctxOLECJXbJbY/w33KoX9HTwqAP7aSEE/mpIBn0s3AO i3sxyhk+v77WJ7CbqyxuCVN2JsF0tU1TpLW+WbPs= From: Kieran Bingham To: Laurent Pinchart Cc: David Airlie , dri-devel@lists.freedesktop.org, linux-renesas-soc@vger.kernel.org, linux-kernel@vger.kernel.org, Kieran Bingham Subject: [PATCH 0/3] drm: rcar-du: Update DU support Date: Fri, 31 Aug 2018 19:12:56 +0100 Message-Id: <20180831181259.29529-1-kieran.bingham+renesas@ideasonboard.com> X-Mailer: git-send-email 2.17.1 Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP 3 patches to remove current limitations in the DU. Image formats that the hardware is capable of were not listed in the driver, and are added by Koji Masuoka. Frame sizes on Gen3 platforms were artificially limited to the Gen2 framesizes, and so this has been lifted to support larger displays such as 4K outputs. Finally restrictions on the framebuffer strides and alignments are lifted due to the greater flexibility of the VSP. Kieran Bingham (1): drm: rcar-du: Update Gen3 output limitations Koji Matsuoka (1): drm: rcar-du: Add pixel format support Laurent Pinchart (1): drm: rcar-du: Update framebuffer pitch and alignment limits for Gen3 drivers/gpu/drm/rcar-du/rcar_du_kms.c | 81 ++++++++++++++++++++++----- 1 file changed, 67 insertions(+), 14 deletions(-)