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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2A029CDB483 for ; Thu, 12 Oct 2023 10:21:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1377465AbjJLKVO (ORCPT ); Thu, 12 Oct 2023 06:21:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41390 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235638AbjJLKVM (ORCPT ); Thu, 12 Oct 2023 06:21:12 -0400 Received: from madras.collabora.co.uk (madras.collabora.co.uk [IPv6:2a00:1098:0:82:1000:25:2eeb:e5ab]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 69C4CD7; Thu, 12 Oct 2023 03:21:10 -0700 (PDT) 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)) (No client certificate requested) (Authenticated sender: kholk11) by madras.collabora.co.uk (Postfix) with ESMTPSA id 7B7B8660730F; Thu, 12 Oct 2023 11:21:08 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1697106069; bh=a+fkA7bTx2HmKy1KBcir6vM3hIgk7fN7zSjSs52u8LQ=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=dh7UUQCdpNslVzlbMA4pDRnnP32NLBuzoe9urs7hXSxHGj9MkBvBqgPYVUyzY4aQ4 Ri+K66ougoMrSNU+x0KOlOv7WbA2nBDrhKQpWPA6eV7eUzjMiQseWAq5b1rept1m3K IJPAVlHRKZEKTcPAnnqOP03C0gwmjGgIazFe7GAr5tdDUKsqnPzAqtKB2OEkWflIcT euDYsaKrlGvIgJaov5scdSIx7vW8MkM5DE+geH4o++q2IaFjyWKKznX4GlFc4Z7RHO di/y4JgtFVltcW3jlxV7uxg00kZxp/kS9/sRuXSHkgTrfpP+o8skGDYofmBSk27MiD eJ8X89qdSAmTg== Message-ID: <91d58b8b-aa63-70a7-253e-7f351a5b5e1b@collabora.com> Date: Thu, 12 Oct 2023 12:21:06 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.15.0 Subject: Re: [PATCH v7 07/16] dt-bindings: media: mediatek: mdp3: add component HDR for MT8195 Content-Language: en-US To: Moudy Ho , Chun-Kuang Hu , Philipp Zabel , David Airlie , Daniel Vetter , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Mauro Carvalho Chehab , Matthias Brugger , Hans Verkuil Cc: dri-devel@lists.freedesktop.org, linux-mediatek@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-media@vger.kernel.org, linux-arm-kernel@lists.infradead.org References: <20231012084037.19376-1-moudy.ho@mediatek.com> <20231012084037.19376-8-moudy.ho@mediatek.com> From: AngeloGioacchino Del Regno In-Reply-To: <20231012084037.19376-8-moudy.ho@mediatek.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Il 12/10/23 10:40, Moudy Ho ha scritto: > Add the fundamental hardware configuration of component HDR, > which is controlled by MDP3 on MT8195. > > Signed-off-by: Moudy Ho > --- > .../bindings/media/mediatek,mdp3-hdr.yaml | 60 +++++++++++++++++++ > 1 file changed, 60 insertions(+) > create mode 100644 Documentation/devicetree/bindings/media/mediatek,mdp3-hdr.yaml > > diff --git a/Documentation/devicetree/bindings/media/mediatek,mdp3-hdr.yaml b/Documentation/devicetree/bindings/media/mediatek,mdp3-hdr.yaml > new file mode 100644 > index 000000000000..98db6cb4d03a > --- /dev/null > +++ b/Documentation/devicetree/bindings/media/mediatek,mdp3-hdr.yaml > @@ -0,0 +1,60 @@ > +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) > +%YAML 1.2 > +--- > +$id: http://devicetree.org/schemas/media/mediatek,mdp3-hdr.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > + > +title: MediaTek Media Data Path 3 HDR Remapping > + > +maintainers: > + - Matthias Brugger > + - Moudy Ho > + > +description: > + One of Media Data Path 3 (MDP3) components used to perform HDR to SDR A Media Data Path 3 (MDP3) component used to perform conversion from High Dynamic Range (HDR) to Standard Dynamic Range (SDR). after which Reviewed-by: AngeloGioacchino Del Regno