From patchwork Sun Mar 30 10:23:51 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Biju Das X-Patchwork-Id: 14032878 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 90D2DC36011 for ; Sun, 30 Mar 2025 10:29:17 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 1C87B10E039; Sun, 30 Mar 2025 10:29:12 +0000 (UTC) X-Greylist: delayed 302 seconds by postgrey-1.36 at gabe; Sun, 30 Mar 2025 10:29:10 UTC Received: from relmlie5.idc.renesas.com (relmlor1.renesas.com [210.160.252.171]) by gabe.freedesktop.org (Postfix) with ESMTP id 4936710E039 for ; Sun, 30 Mar 2025 10:29:10 +0000 (UTC) X-CSE-ConnectionGUID: B5r/05UgQySkbdTFbpsU5w== X-CSE-MsgGUID: M4xtPMwKTyCbtdmMMg94bg== Received: from unknown (HELO relmlir5.idc.renesas.com) ([10.200.68.151]) by relmlie5.idc.renesas.com with ESMTP; 30 Mar 2025 19:24:03 +0900 Received: from localhost.localdomain (unknown [10.226.92.49]) by relmlir5.idc.renesas.com (Postfix) with ESMTP id E36B840078A5; Sun, 30 Mar 2025 19:23:59 +0900 (JST) From: Biju Das To: Biju Das , Maarten Lankhorst , Kieran Bingham , Laurent Pinchart , Maxime Ripard , Thomas Zimmermann , David Airlie , Simona Vetter Cc: dri-devel@lists.freedesktop.org, linux-renesas-soc@vger.kernel.org, Geert Uytterhoeven , Prabhakar Mahadev Lad , Biju Das Subject: [PATCH v2 0/2] drm: renesas: Extend RZ/G2L KMS formats Date: Sun, 30 Mar 2025 11:23:51 +0100 Message-ID: <20250330102357.56010-1-biju.das.jz@bp.renesas.com> X-Mailer: git-send-email 2.43.0 MIME-Version: 1.0 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: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" The RPF module on VSDP supports various format conversion and send the image data to BRS(Blend ROP Sub Unit) for further processing. The rzg2l_du_kms component lists a restricted subset of the capabilities of the VSPD which prevents additional formats from being used for display planes. Extend RZ/G2L supported KMS formats. Also drop the unused bpp variable from struct rzg2l_du_format_info. Sending v2 as per the agreement with Kieran on #renesas-soc irc. v1->v2: * Dropped the unused variable bpp from struct rzg2l_du_format_info. * Updated the commit description. * Collected tags * Dropped bpp entries. Biju Das (1): drm: renesas: rz-du: Drop bpp variable from struct rzg2l_du_format_info Kieran Bingham (1): drm: renesas: Extend RZ/G2L supported KMS formats drivers/gpu/drm/renesas/rz-du/rzg2l_du_kms.c | 120 +++++++++++++++++-- drivers/gpu/drm/renesas/rz-du/rzg2l_du_kms.h | 1 - 2 files changed, 113 insertions(+), 8 deletions(-)