From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B92A4C49EA6 for ; Thu, 24 Jun 2021 19:27:54 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 05C6E6120D for ; Thu, 24 Jun 2021 19:27:54 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 05C6E6120D Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=ravnborg.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 7975D6ECBE; Thu, 24 Jun 2021 19:27:53 +0000 (UTC) Received: from mx1.smtp.larsendata.com (mx1.smtp.larsendata.com [91.221.196.215]) by gabe.freedesktop.org (Postfix) with ESMTPS id EB90C6ECBE for ; Thu, 24 Jun 2021 19:27:51 +0000 (UTC) Received: from mail01.mxhotel.dk (mail01.mxhotel.dk [91.221.196.236]) by mx1.smtp.larsendata.com (Halon) with ESMTPS id 4d318a88-d522-11eb-960d-0050568c148b; Thu, 24 Jun 2021 19:28:06 +0000 (UTC) Received: from ravnborg.org (80-162-45-141-cable.dk.customer.tdc.net [80.162.45.141]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: sam@ravnborg.org) by mail01.mxhotel.dk (Postfix) with ESMTPSA id C9765194B06; Thu, 24 Jun 2021 21:27:53 +0200 (CEST) Date: Thu, 24 Jun 2021 21:27:47 +0200 X-Report-Abuse-To: abuse@mxhotel.dk From: Sam Ravnborg To: Laurent Pinchart Subject: Re: [PATCH v2 0/2] R-Car DU: Add DSI encoder driver for V3U Message-ID: References: <20210623135639.17125-1-laurent.pinchart+renesas@ideasonboard.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210623135639.17125-1-laurent.pinchart+renesas@ideasonboard.com> 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: linux-renesas-soc@vger.kernel.org, dri-devel@lists.freedesktop.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Hi Laurent, On Wed, Jun 23, 2021 at 04:56:37PM +0300, Laurent Pinchart wrote: > Hello, > > This patch series adds a driver for the DSI encoder found in the R-Car > V3U SoC, which is the first SoC in the family that supports DSI. > > The driver is based on an implementation from the BSP written by Luu > Hoai, with lots of further rework. If anyone is interested in the > history, a broken down v1 is available from [1]. > > The driver has been successfully tested on the Falcon board, which > connects an SN65DSI86 to the output of the DSI encoder. Further patches > are needed for the ti-sn65dsi86 driver to enable usage in plain DP > (non-eDP) mode, as the Falcon board has a mini-DP connector wired to the > output of the SN65DSI86. This is work in progress (see [2]). > > [1] https://lore.kernel.org/linux-renesas-soc/189c7a07-29cd-39f4-1dec-56aa94c11fba@ideasonboard.com/T/#mafbe130386cbc8326f85cad46860813516ef4a80 > [2] https://lore.kernel.org/linux-renesas-soc/20210322030128.2283-1-laurent.pinchart+renesas@ideasonboard.com/ > > LUU HOAI (1): > drm: rcar-du: Add R-Car DSI driver > > Laurent Pinchart (1): > dt-bindings: display: bridge: Add binding for R-Car MIPI DSI/CSI-2 TX I have browsed both patches. Both looks good: Acked-by: Sam Ravnborg Sam