From patchwork Mon Aug 14 13:05:31 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 13352828 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 4F8A6C001B0 for ; Mon, 14 Aug 2023 13:05:28 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 5C50510E1E9; Mon, 14 Aug 2023 13:05:27 +0000 (UTC) Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by gabe.freedesktop.org (Postfix) with ESMTPS id 8816F10E1E9 for ; Mon, 14 Aug 2023 13:05:25 +0000 (UTC) Received: from pendragon.ideasonboard.com (213-243-189-158.bb.dnainternet.fi [213.243.189.158]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 3100F283; Mon, 14 Aug 2023 15:04:12 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1692018252; bh=u+RU0KHs9B6N+xOiIORRIInnR6JKf9mTNhrK7umCPfA=; h=Date:From:To:Cc:Subject:From; b=cHzzw3hemoVwlCCDhhvDRHjyJM97fB4so5vodOYvcviG+/VE4CWIyMgFRfTqecfG5 1S+t/COz/jg8cfN9AegHEflxFdlpIgRw/ljnT1y/R7Yzddn4cL5vF4FZKMr3SsdUeK OHrLK1qxFBDPDckTNvJ2DCIRmUOPDl6UFrKIzrzM= Date: Mon, 14 Aug 2023 16:05:31 +0300 From: Laurent Pinchart To: Dave Airlie , Daniel Vetter Subject: [GIT PULL FOR v6.6] drm: rcar-du: Miscellaneous changes Message-ID: <20230814130531.GC22929@pendragon.ideasonboard.com> MIME-Version: 1.0 Content-Disposition: inline X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: dri-devel@lists.freedesktop.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" The following changes since commit 2b9d7b6515220c30a596aba5633d675117f96500: Merge tag 'drm-intel-next-2023-08-10' of git://anongit.freedesktop.org/drm/drm-intel into drm-next (2023-08-11 16:33:16 +1000) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/pinchartl/linux.git tags/drm-next-20230814 for you to fetch changes up to 97018453946bbca869640d92c19400b17e61b94b: drm:rcar-du: Enable ABGR and XBGR formats (2023-08-14 13:47:30 +0300) ---------------------------------------------------------------- Renesas R-Car DU miscellaneous changes ---------------------------------------------------------------- Damian Hobson-Garcia (2): drm: rcar-du: Add more formats to DRM_MODE_BLEND_PIXEL_NONE support drm:rcar-du: Enable ABGR and XBGR formats Laurent Pinchart (2): drm: rcar-du: Replace DRM_INFO() with drm_info() drm: rcar-du: Use dev_err_probe() to record cause of KMS init errors Yangtao Li (1): drm/renesas: Convert to devm_platform_ioremap_resource() drivers/gpu/drm/renesas/rcar-du/rcar_du_drv.c | 6 ++- drivers/gpu/drm/renesas/rcar-du/rcar_du_kms.c | 6 ++- drivers/gpu/drm/renesas/rcar-du/rcar_du_vsp.c | 57 +++++++++++++++++-------- drivers/gpu/drm/renesas/rcar-du/rcar_mipi_dsi.c | 4 +- 4 files changed, 50 insertions(+), 23 deletions(-)