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 219F7C433EF for ; Tue, 3 May 2022 12:19:07 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 4367410F289; Tue, 3 May 2022 12:19:06 +0000 (UTC) Received: from bhuna.collabora.co.uk (bhuna.collabora.co.uk [46.235.227.227]) by gabe.freedesktop.org (Postfix) with ESMTPS id 1426610E82C for ; Tue, 3 May 2022 12:19:05 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: kholk11) with ESMTPSA id 60A651F440F4 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1651580343; bh=sxf/W13yVe4Kgm26SjBv1lwhUCOHzwyJNbXYMsV7XMA=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=P6/X0iY5iC51JE7taRgE4+AbKeMuJ8OpyI9cqNDdPWin6ehVRQXCsTX3go4fjRe48 lmR8lrhFZObtGmsZYr6EeHfI46pnCYUeRSUo/kRVq5XTN3bJ7Hl7F73awPXAEwqWrN 0s9DLOO8brYtCSa50Yo7USlJbwbVeHNDuko5QEXfPtT4k9Ws9PE/j4mkusFOFQ3PXU d2kdEVOz8OFcdLtWbaG2M/G0OnKQu63b/qEGMWlyA2TJQRVtOf62MejgKZjlzPuuQV wVqTezvGRofz9dvSHzsMg71Ox+wIf1/9e+ZepXrB7JmmNg/8ffvCcX2S8WSYpPzHpv fTvB2ZsO73+Vw== Message-ID: Date: Tue, 3 May 2022 14:19:00 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.7.0 Subject: Re: [PATCH v19 11/25] soc: mediatek: add mtk-mutex component - dp_intf1 Content-Language: en-US To: "Nancy.Lin" , Rob Herring , Matthias Brugger , Chun-Kuang Hu , Philipp Zabel , wim@linux-watchdog.org, linux@roeck-us.net References: <20220503102345.22817-1-nancy.lin@mediatek.com> <20220503102345.22817-12-nancy.lin@mediatek.com> From: AngeloGioacchino Del Regno In-Reply-To: <20220503102345.22817-12-nancy.lin@mediatek.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: , Cc: devicetree@vger.kernel.org, Project_Global_Chrome_Upstream_Group@mediatek.com, David Airlie , "jason-jh . lin" , singo.chang@mediatek.com, llvm@lists.linux.dev, Nick Desaulniers , linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, Nathan Chancellor , linux-mediatek@lists.infradead.org, Yongqiang Niu , linux-arm-kernel@lists.infradead.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Il 03/05/22 12:23, Nancy.Lin ha scritto: > Add mtk-mutex DDP_COMPONENT_DP_INTF1 component. The MT8195 vdosys1 path > component contains ovl_adaptor, merge5, and dp_intf1. It is a preparation > for adding support for MT8195 vdosys1 path component. > > Signed-off-by: Nancy.Lin Reviewed-by: AngeloGioacchino Del Regno