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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 E4F8AC433F5 for ; Thu, 20 Jan 2022 14:28:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=4arZpCwbpYaOB0EYFOw+M5VsrxWjRFEM5fjCQ6w5lYI=; b=mSlwrzc6ax9AK7 FLT8BIfH1+oW2tp8LC4Sq41T1aY7Lg7gZNNMKxFSRK/1D/O9m8I0e8nxsAT+VsU0jyNbqDC/HOByL leLEYi73kD1ekHE490sPptxR5UMHPJx1iw9RcIoIr6vC85L78JcQp2JpIEDu8P42PqwYvhqnWlMjh uTLuPd43cts2BbZB2WJossgEp4uQeQSW4ADADZ+jVy1B/y49nPIG8FQ2/Vbj4WYPZnZZQ42/bps6q bS/S1STW/UOTCFf7D7nsSOCLZf0u9xzWv3m7uHybLORyPnb46+I0yKLz4KyTHAfQRIjOCPMCxjx8j 9/ndKOMD6PE8mKdSaa5w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nAYPL-00Bu3j-Ub; Thu, 20 Jan 2022 14:27:24 +0000 Received: from bhuna.collabora.co.uk ([2a00:1098:0:82:1000:25:2eeb:e3e3]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nAYPI-00Bu1V-IZ; Thu, 20 Jan 2022 14:27:22 +0000 Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: alyssa) with ESMTPSA id 15FBF1F45277 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1642688836; bh=Tpn1DvaJ0ytMrkzvgIimmDWyZ26VOxChjgD81PA36LE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=YZdIBCvHy80MeHWM7ipMw7mSEwfCcgdNh1/HquNB7dZ3rzr0bv3r4nyCvfrkj1pSd PLn2DQNtnQOjXnpgjH8ra4udPCbphAZpWR3cntupUHvbOe7vXSAQtIPbfZVZwbZNyT 9gnMEXwsgq0W5IhDWwz/xyzWrSpGAQ7OJnMvXLMFIN4PYyaR2zKCIHV7/5h+JN5exK E7TOwbXMnWpJiXnpJwl9nKVjV4zPaK1dCgxHLCnnrj0uTxnWYqxBpYgHz4Z+/P/DVZ FMQqNfzmgU+7BDYuQUa4eQsFWnE3zMw/6wTpzBi6Srk2NFbTDuI17pfTYFM+0pCzmM AauFeTw+YNc8g== Date: Thu, 20 Jan 2022 09:27:03 -0500 From: Alyssa Rosenzweig To: Robin Murphy Cc: Stephen Boyd , Alyssa Rosenzweig , linux-mediatek@lists.infradead.org, Michael Turquette , Matthias Brugger , Ikjoon Jang , Chun-Jie Chen , Weiyi Lu , linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Nick Fan , Nicolas Boichat , Chen-Yu Tsai Subject: Re: [PATCH] clk: mediatek: Disable ACP to fix 3D on MT8192 Message-ID: References: <20220110181330.3224-1-alyssa.rosenzweig@collabora.com> <69525223-7d90-5714-bbe9-4d7f0b9a293d@arm.com> <20220119021844.3C225C340E5@smtp.kernel.org> <5d839338-6072-9c52-1893-2f804d937ea1@arm.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <5d839338-6072-9c52-1893-2f804d937ea1@arm.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220120_062720_840906_94075F97 X-CRM114-Status: UNSURE ( 9.22 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org > We also already have SoC-specific GPU compatibles because even without > experimental interconnect easter eggs, people integrate these IPs in fairly > involved ways and there's a fair degree of variety. However unless we want > to be super-strict it's also not too hard to simply assume that if we can > find a "mediatek,mt8192-infracfg" syscon then we set the MT8192 magic bit > within it, and if we can't then we don't. We need a MT8192-specific compatible for the GPU anyway due to "unique" power management requirements, this is why the MT8183 before it has a specific GPU compatible. So I'm not worried about the compatible. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel