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 852B8C32793 for ; Wed, 18 Jan 2023 13:16:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229608AbjARNQ3 (ORCPT ); Wed, 18 Jan 2023 08:16:29 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46980 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230306AbjARNPc (ORCPT ); Wed, 18 Jan 2023 08:15:32 -0500 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 0849066FAD; Wed, 18 Jan 2023 04:40:43 -0800 (PST) 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 C86336602DFF; Wed, 18 Jan 2023 12:40:41 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1674045642; bh=uKsMf8MHei5ruy+j3J8AOnD/yn7UBEkn+IC8t+UWTqw=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=nMObZb8hu92XYzlaVaMUoqplvu3vgGw4SonMnXFx8SGMlzvmOLRVRf2QPkBTly0Fu 2R43uO9YpXmdzUmiWRCffbGyww/LFKOhCYHDyfXwq+71FUzY7Fp2FDaS+zmte+oCqQ tXM+NxirRbVP/9L3ahgmLvvd23oiSzkPzFZRfGviqEKUyCHrrQAaSJHqi6i4CY2ACs LAMeWztqGHvBnCZT63yhxdikMCjlUDm+ywjmFEXemK+WCPZAoVOuoU4I3DmNkMzwkx ABNesOALUoryMdVi2AnAvX9gLcax0oMTdZKJcXx71Gi3Cfvzu4J5cHXkr/fHlrtnB1 t5DctGAyJzzNQ== Message-ID: Date: Wed, 18 Jan 2023 13:40:38 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.6.0 Subject: Re: [PATCH v2 9/9] arm64: dts: mediatek: mt8186: Add display nodes Content-Language: en-US To: Allen-KH Cheng , Matthias Brugger , Rob Herring , Krzysztof Kozlowski , Chun-Kuang Hu , Philipp Zabel , David Airlie , Daniel Vetter , Stephen Boyd , dri-devel@lists.freedesktop.org Cc: Project_Global_Chrome_Upstream_Group@mediatek.com, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org, hsinyi@chromium.org References: <20230118091829.755-1-allen-kh.cheng@mediatek.com> <20230118091829.755-10-allen-kh.cheng@mediatek.com> From: AngeloGioacchino Del Regno In-Reply-To: <20230118091829.755-10-allen-kh.cheng@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 18/01/23 10:18, Allen-KH Cheng ha scritto: > Add display nodes and GCE info for MT8186 SoC. Also, add GCE > (Global Command Engine) properties to the display nodes in order to > enable the usage of the CMDQ (Command Queue), which is required for > operating the display. > > Signed-off-by: Allen-KH Cheng Can we please add GCE in one commit and the display in another commit? That's just because GCE is not only related to the display nodes, but also to others. Regards, Angelo