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 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 F02C0E77199 for ; Thu, 9 Jan 2025 11:06:42 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 75CA210ED69; Thu, 9 Jan 2025 11:06:42 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=collabora.com header.i=@collabora.com header.b="HoikOfyy"; dkim-atps=neutral Received: from bali.collaboradmins.com (bali.collaboradmins.com [148.251.105.195]) by gabe.freedesktop.org (Postfix) with ESMTPS id 2160A10ED69 for ; Thu, 9 Jan 2025 11:06:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1736420769; bh=3EohmzamWFZhxCTdtmF76ejzTHNzw1Zt3xIVwB2wX44=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=HoikOfyysXvuN18HEXmzKd+ZzscVgzfMumm2NOPMUpwMfgid7uKPJOd8E4mN2C7zu Ls3vKpF4Rq1OGdoJBoXL1hlE6HCq4JTRNolv+CUCyiQejm7QkA1tZAL6eRv9qHpjaz MCi59+fpss28gnwnMD/Npz/rLdJliEvMiLa/UFIKFyj7I98tYYoHcl7Bz/LA1QP2ZY uLfpDUMNO43HY6UuUqSxv7VySk+rbSiy3BNlGtw2tqhyN1gElXswzvoBniO0WNoxcc 5I2xSVaoxBKl0K1G8/D8UbTMh+JByimAh+f0eMnwp/viI8XBbRpjmiRBSgnfJfeGm7 UxDAEep48PCOw== Received: from [192.168.1.100] (2-237-20-237.ip236.fastwebnet.it [2.237.20.237]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: kholk11) by bali.collaboradmins.com (Postfix) with ESMTPSA id 5CA3717E1567; Thu, 9 Jan 2025 12:06:07 +0100 (CET) Message-ID: <4d5f2ea2-bc3d-4228-927f-28cc8785644c@collabora.com> Date: Thu, 9 Jan 2025 12:06:05 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v6 5/6] arm64: dts: mediatek: add display blocks support for the MT8365 SoC To: Alexandre Mergnat , Chun-Kuang Hu , Philipp Zabel , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , David Airlie , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Matthias Brugger , Jitao Shi , CK Hu , Catalin Marinas , Will Deacon , Simona Vetter , Simona Vetter Cc: dri-devel@lists.freedesktop.org, linux-mediatek@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org References: <20231023-display-support-v6-0-c6af4f34f4d8@baylibre.com> <20231023-display-support-v6-5-c6af4f34f4d8@baylibre.com> From: AngeloGioacchino Del Regno Content-Language: en-US In-Reply-To: <20231023-display-support-v6-5-c6af4f34f4d8@baylibre.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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" Il 09/01/25 11:37, Alexandre Mergnat ha scritto: > - Add aliases for each display components to help display drivers. > - Add the Display Pulse Width Modulation (DISP_PWM) to provide PWM signals > for the LED driver of mobile LCM. > - Add the MIPI Display Serial Interface (DSI) PHY support. (up to 4-lane > output) > - Add the display mutex support. > - Add the following display component support: > - OVL0 (Overlay) > - RDMA0 (Data Path Read DMA) > - Color0 > - CCorr0 (Color Correction) > - AAL0 (Adaptive Ambient Light) > - GAMMA0 > - Dither0 > - DSI0 (Display Serial Interface) > - RDMA1 (Data Path Read DMA) > - DPI0 (Display Parallel Interface) > > Signed-off-by: Alexandre Mergnat Reviewed-by: AngeloGioacchino Del Regno