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 28E53C43217 for ; Thu, 12 May 2022 08:41:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1351570AbiELIl5 (ORCPT ); Thu, 12 May 2022 04:41:57 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38744 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1351559AbiELIlz (ORCPT ); Thu, 12 May 2022 04:41:55 -0400 Received: from mailgw02.mediatek.com (unknown [210.61.82.184]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F20DB3ED18; Thu, 12 May 2022 01:41:50 -0700 (PDT) X-UUID: 82a23d9f68284b5c90ee1dce47dfca5c-20220512 X-CID-P-RULE: Release_Ham X-CID-O-INFO: VERSION:1.1.4,REQID:a226e433-d273-430c-8573-cd0324f1832c,OB:0,LO B:0,IP:0,URL:0,TC:0,Content:-20,EDM:0,RT:0,SF:95,FILE:0,RULE:Release_Ham,A CTION:release,TS:75 X-CID-INFO: VERSION:1.1.4,REQID:a226e433-d273-430c-8573-cd0324f1832c,OB:0,LOB: 0,IP:0,URL:0,TC:0,Content:-20,EDM:0,RT:0,SF:95,FILE:0,RULE:Spam_GS981B3D,A CTION:quarantine,TS:75 X-CID-META: VersionHash:faefae9,CLOUDID:7b300ba7-eab7-4b74-a74d-5359964535a9,C OID:dadb3b1d2e97,Recheck:0,SF:28|17|19|48,TC:nil,Content:0,EDM:-3,File:nil ,QS:0,BEC:nil X-UUID: 82a23d9f68284b5c90ee1dce47dfca5c-20220512 Received: from mtkmbs10n1.mediatek.inc [(172.21.101.34)] by mailgw02.mediatek.com (envelope-from ) (Generic MTA with TLSv1.2 ECDHE-RSA-AES256-GCM-SHA384 256/256) with ESMTP id 1179004816; Thu, 12 May 2022 16:41:42 +0800 Received: from mtkmbs07n1.mediatek.inc (172.21.101.16) by mtkmbs11n1.mediatek.inc (172.21.101.185) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384) id 15.2.792.3; Thu, 12 May 2022 16:41:41 +0800 Received: from mtkcas11.mediatek.inc (172.21.101.40) by mtkmbs07n1.mediatek.inc (172.21.101.16) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Thu, 12 May 2022 16:41:40 +0800 Received: from mtksdccf07.mediatek.inc (172.21.84.99) by mtkcas11.mediatek.inc (172.21.101.73) with Microsoft SMTP Server id 15.0.1497.2 via Frontend Transport; Thu, 12 May 2022 16:41:40 +0800 From: Moudy Ho To: Mauro Carvalho Chehab , Rob Herring , Matthias Brugger , "Krzysztof Kozlowski" , Hans Verkuil CC: Chun-Kuang Hu , Rob Landley , Laurent Pinchart , , , , , , Alexandre Courbot , , , , , Benjamin Gaignard , AngeloGioacchino Del Regno , daoyuan huang , Ping-Hsun Wu , , , , , , , , , Subject: [PATCH v18 0/6] Add mutex support for MDP Date: Thu, 12 May 2022 16:41:33 +0800 Message-ID: <20220512084139.15086-1-moudy.ho@mediatek.com> X-Mailer: git-send-email 2.18.0 MIME-Version: 1.0 Content-Type: text/plain X-MTK: N Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Change since V17: - Rebase on v5.18-rc6 - Fix undeclared identifier causing compilation to fail. Change since V16: - Rebase on v5.18-rc4 - Fix misplacement of definition "CONFIG_MTK_CMDQ" which caused compilation error when CMD is not supported. Change since V15: - Rebase on linux-next. - As suggested by Angelo, split common parts into independent functions to make functions more concise. - Based on safety considerations, increase the returned error number and message to facilitate error handling. Change since V14: - Rebase on linux-next. - Add new SOF and MOD table for general interface to integrate the requirement of different modules. - Remove unnecessary MOD structure. - By Rob Herring's suggestion, revise the description of "mediatek,gce-client-reg" in MUTEX dt-bindings. - Delete the redundant definition of MTK_MUTEX_ENABLE and modify corresponding function. Change since V13: - Rebase on linux-next tag:next-20220316 - Adjust the MUTEX MOD table structure and corresponding functions. - Adjust the definition style about 8183 MDP MOD. - Remove redundant definitions and enumerations. - Adjust the CMDQ operation in MUTEX to be backward compatible Change since V12: - Rebase on linux-next - Remove ISP related settings in MMSYS - Removed CMDQ operations previously used by MDP in MMSYS - Move mediatek MUTEX dt-binding path - Add additional property in MUTEX for CMDQ operations Change since V11: - Rebase on v5.17-rc6. [1]: https://git.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux.git/commit/?h=v5.17-next/soc&id=5f9b5b757e44de47ebdc116c14b90e3cc8bc7acb [2]: https://git.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux.git/commit/?h=v5.17-next/soc&id=831785f0e5b919c29e1bc5f9a74e9ebd38289e24 [3]: https://git.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux.git/commit/?h=v5.17-next/soc&id=15f1768365aed810826a61fef4a744437aa5b426 Change since v10: - For some ISP application scenarios, such as preview and recording at the same time. The routing table needs to be discarded, and the calculation result on the SCP side is used to write a suitable mux setting for 1 input and 2 output. - Adjust the GCE client register parsing method to avoid redundant warning logs. Change since v9: - Add API for MDP getting mutex mod. Hi, This patch splits mmsys and mutex settings from Media Data Path 3 (MDP3), and original mailling list list below: https://patchwork.kernel.org/project/linux-mediatek/cover/20211201095031.31606-1-moudy.ho@mediatek.com/ Corresponding settings and interfaces are added for MDP operation in the mmsys and mutex drivers, which increases the independence of the modules Moudy Ho (6): soc: mediatek: mutex: add common interface for modules setting soc: mediatek: mutex: add 8183 MUTEX MOD settings for MDP dt-bindings: soc: mediatek: move out common module from display folder dt-bindings: soc: mediatek: add gce-client-reg for MUTEX dts: arm64: mt8183: add GCE client property for Mediatek MUTEX soc: mediatek: mutex: add functions that operate registers by CMDQ .../mediatek/mediatek,mutex.yaml | 14 +- arch/arm64/boot/dts/mediatek/mt8183.dtsi | 1 + drivers/soc/mediatek/mtk-mutex.c | 168 +++++++++++++++++- include/linux/soc/mediatek/mtk-mutex.h | 24 +++ 4 files changed, 205 insertions(+), 2 deletions(-) rename Documentation/devicetree/bindings/{display => soc}/mediatek/mediatek,mutex.yaml (82%) -- 2.18.0