From patchwork Thu Mar 30 09:59:35 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Francesco Dolcini X-Patchwork-Id: 13193750 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 7AC2CC77B60 for ; Thu, 30 Mar 2023 10:00:05 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 7C3C810ED88; Thu, 30 Mar 2023 10:00:01 +0000 (UTC) Received: from mail11.truemail.it (mail11.truemail.it [IPv6:2001:4b7e:0:8::81]) by gabe.freedesktop.org (Postfix) with ESMTPS id 5BFB610ED7C for ; Thu, 30 Mar 2023 09:59:51 +0000 (UTC) Received: from francesco-nb.pivistrello.it (93-49-2-63.ip317.fastwebnet.it [93.49.2.63]) by mail11.truemail.it (Postfix) with ESMTPA id 5445B20B49; Thu, 30 Mar 2023 11:59:47 +0200 (CEST) From: Francesco Dolcini To: Andrzej Hajda , Neil Armstrong , Robert Foss , Laurent Pinchart , Jonas Karlman , Jernej Skrabec , dri-devel@lists.freedesktop.org Subject: [PATCH v1 0/6] drm/bridge: tc358768: Improve parallel RGB input configuration Date: Thu, 30 Mar 2023 11:59:35 +0200 Message-Id: <20230330095941.428122-1-francesco@dolcini.it> X-Mailer: git-send-email 2.25.1 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: , Cc: Francesco Dolcini , linux-kernel@vger.kernel.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" From: Francesco Dolcini Add support for different parallel RGB input format and mapping, this enables using the TC358768 when the parallel input width is less than 24-bit or the input mapping is not the default one. In addition to that this series add support for the TC9594, that is the automotive version of the TC358768 (100% identical from the SW point of view). Francesco Dolcini (6): dt-bindings: display: bridge: toshiba,tc358768: Fix typo dt-bindings: display: bridge: toshiba,tc358768: Add TC9594 dt-bindings: display: bridge: toshiba,tc358768: add parallel input mode drm/bridge: tc358768: Add TC9594 drm/bridge: tc358768: Add parallel data format cfg drm/bridge: tc358768: Add atomic_get_input_bus_fmts() implementation .../display/bridge/toshiba,tc358768.yaml | 20 +++++++- drivers/gpu/drm/bridge/tc358768.c | 51 +++++++++++++++++++ 2 files changed, 69 insertions(+), 2 deletions(-)