From patchwork Wed Sep 14 18:23:26 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?b?SmFzb24tSkggTGluICjmnpfnnb/npaUp?= X-Patchwork-Id: 12976501 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 724E1ECAAD3 for ; Wed, 14 Sep 2022 18:24:07 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 6507610E9C9; Wed, 14 Sep 2022 18:24:06 +0000 (UTC) Received: from mailgw01.mediatek.com (unknown [60.244.123.138]) by gabe.freedesktop.org (Postfix) with ESMTPS id C0E2410E9C9 for ; Wed, 14 Sep 2022 18:24:00 +0000 (UTC) X-UUID: 616e1f717236497b9910233c86f64c7f-20220915 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=mediatek.com; s=dk; h=Content-Type:MIME-Version:Message-ID:Date:Subject:CC:To:From; bh=JrNvGVQ5Igw0To7wS8WYbhsMfdOBx4yv/Lem1dTWqbU=; b=h9lLOQZLrh6e3CgNaVuoZmboKvsDljRz6XUBObg6wrEVeNZ5l1nJNcLJU9Ar2SUBpKT8Nyd1r9iD6GDgNG0o9f0/RKj5blp9grR2VrWuQo0EAp/I26MQzaf0NjVs8zX4qpzdmdkjA4KzkaC6eECAEJ7RPkjkgK9QSs/Ji47oo5g=; X-CID-P-RULE: Release_Ham X-CID-O-INFO: VERSION:1.1.11, REQID:d38229c2-5a82-4a6d-bdc1-bbe954a020d3, IP:0, U RL:0,TC:0,Content:-5,EDM:0,RT:0,SF:95,FILE:0,BULK:0,RULE:Release_Ham,ACTIO N:release,TS:90 X-CID-INFO: VERSION:1.1.11, REQID:d38229c2-5a82-4a6d-bdc1-bbe954a020d3, IP:0, URL :0,TC:0,Content:-5,EDM:0,RT:0,SF:95,FILE:0,BULK:0,RULE:Spam_GS981B3D,ACTIO N:quarantine,TS:90 X-CID-META: VersionHash:39a5ff1, CLOUDID:ebe770ec-2856-4fce-b125-09d4c7ebe045, B ulkID:220915022357ID80B5EC,BulkQuantity:0,Recheck:0,SF:28|17|19|48,TC:nil, Content:0,EDM:-3,IP:nil,URL:0,File:nil,Bulk:nil,QS:nil,BEC:nil,COL:0 X-UUID: 616e1f717236497b9910233c86f64c7f-20220915 Received: from mtkmbs10n1.mediatek.inc [(172.21.101.34)] by mailgw01.mediatek.com (envelope-from ) (Generic MTA with TLSv1.2 ECDHE-RSA-AES256-GCM-SHA384 256/256) with ESMTP id 627366185; Thu, 15 Sep 2022 02:23:56 +0800 Received: from mtkmbs11n1.mediatek.inc (172.21.101.185) by mtkmbs11n2.mediatek.inc (172.21.101.187) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.792.15; Thu, 15 Sep 2022 02:23:54 +0800 Received: from mtksdccf07.mediatek.inc (172.21.84.99) by mtkmbs11n1.mediatek.inc (172.21.101.73) with Microsoft SMTP Server id 15.2.792.15 via Frontend Transport; Thu, 15 Sep 2022 02:23:54 +0800 From: Jason-JH.Lin To: Matthias Brugger , Chun-Kuang Hu , Rob Herring , Krzysztof Kozlowski , AngeloGioacchino Del Regno Subject: [PATCH 0/5] Change mmsys compatible for mt8195 mediatek-drm Date: Thu, 15 Sep 2022 02:23:26 +0800 Message-ID: <20220914182331.20515-1-jason-jh.lin@mediatek.com> X-Mailer: git-send-email 2.18.0 MIME-Version: 1.0 X-MTK: N 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, "Jason-JH.Lin" , Singo Chang , linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, Project_Global_Chrome_Upstream_Group@mediatek.com, Rex-BC Chen , Nancy Lin , linux-mediatek@lists.infradead.org, linux-arm-kernel@lists.infradead.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" For previous MediaTek SoCs, such as MT8173, there are 2 display HW pipelines binding to 1 mmsys with the same power domain, the same clock driver and the same mediatek-drm driver. For MT8195, VDOSYS0 and VDOSYS1 are 2 display HW pipelines binding to 2 different power domains, different clock drivers and different mediatek-drm drivers. Moreover, Hardware pipeline of VDOSYS0 has these components: COLOR, CCORR, AAL, GAMMA, DITHER. They are related to the PQ (Picture Quality) and they makes VDOSYS0 supports PQ function while they are not including in VDOSYS1. Hardware pipeline of VDOSYS1 has the component ETHDR (HDR related component). It makes VDOSYS1 supports the HDR function while it's not including in VDOSYS0. To summarize0: Only VDOSYS0 can support PQ adjustment. Only VDOSYS1 can support HDR adjustment. Therefore, we need to separate these two different mmsys hardwares to 2 different compatibles for MT8195. Jason-JH.Lin (5): dt-bindings: arm: mediatek: mmsys: change compatible for MT8195 soc: mediatek: change compatible name for mt8195 drm/mediatek: change compatible name for mt8195 arm64: dts: change compatible of vdosys0 and vdosys1 for mt8195 dt-bindings: arm: mediatek: mmsys: remove the unused compatible for mt8195 .../bindings/arm/mediatek/mediatek,mmsys.yaml | 3 +- arch/arm64/boot/dts/mediatek/mt8195.dtsi | 4 +- drivers/gpu/drm/mediatek/mtk_drm_drv.c | 124 ++------------- drivers/gpu/drm/mediatek/mtk_drm_drv.h | 6 - drivers/soc/mediatek/mtk-mmsys.c | 141 +++--------------- drivers/soc/mediatek/mtk-mmsys.h | 6 - 6 files changed, 36 insertions(+), 248 deletions(-)