From patchwork Wed Oct 13 10:56:12 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: AngeloGioacchino Del Regno X-Patchwork-Id: 12555699 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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7D4C2C433EF for ; Wed, 13 Oct 2021 12:07:18 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 48575606A5 for ; Wed, 13 Oct 2021 12:07:18 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 48575606A5 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=collabora.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org 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:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=t4mu5CiTn3f4Mg2y5l37i++cmoscQM2bVXJYTzGzpP4=; b=FzSyRMddIKMX7J u4cy3i5ZHMp0O9DZ92Hmeg+8ZuLiJ1m5NfvO9h6+Z6hZzSfTArFs8KCGlNS4JGrBr17etnmpSsNIb DRUj2dBMtpQmfFzz4sguu5M4ale61WSD7HWkef1JK2CswglX845tJUzN9YghK9g45X8MgRJQn6Q12 wLQqww8UhtQ/3bMAcZDV+xu+v8hlabNdda9zUp+HBYniQoRVLE+MokL1nVd0sYsPUBzMYHLsz5oAy KxL9l+1DgQ1HqSAT7isUJmAm2p+wj1FGug5GWLAhRtoxCXmalnCWDnlfgH8VDQvDSpLruB11b1chw i+KjCw6IOTX/0iqjrJow==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1maczp-00GRxn-5E; Wed, 13 Oct 2021 12:04:35 +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 1mabwJ-00G8Qc-PY for linux-arm-kernel@lists.infradead.org; Wed, 13 Oct 2021 10:56:54 +0000 Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: kholk11) with ESMTPSA id CCD9A1F44160 From: AngeloGioacchino Del Regno To: linux-arm-kernel@lists.infradead.org Cc: catalin.marinas@arm.com, will@kernel.org, shawnguo@kernel.org, bjorn.andersson@linaro.org, krzk@kernel.org, geert+renesas@glider.be, vkoul@kernel.org, jagan@amarulasolutions.com, agx@sigxcpu.org, biju.das.jz@bp.renesas.com, enric.balletbo@collabora.com, aford173@gmail.com, nm@ti.com, andrey.zhizhikin@leica-geosystems.com, saravanak@google.com, linux-kernel@vger.kernel.org, konrad.dybcio@somainline.org, marijn.suijten@somainline.org, martin.botka@somainline.org, AngeloGioacchino Del Regno Subject: [PATCH 1/2] arm64: defconfig: Add SC7180 GPUCC and DISPCC as module Date: Wed, 13 Oct 2021 12:56:12 +0200 Message-Id: <20211013105613.250450-2-angelogioacchino.delregno@collabora.com> X-Mailer: git-send-email 2.33.0 In-Reply-To: <20211013105613.250450-1-angelogioacchino.delregno@collabora.com> References: <20211013105613.250450-1-angelogioacchino.delregno@collabora.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211013_035651_990876_AEF3C619 X-CRM114-Status: UNSURE ( 9.03 ) 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org SC_DISPCC_7180 and SC_GPUCC_7180 are not boot-critical clock controller drivers, but these are required in order to get DPU1/display support (so, to allow probing DRM_MSM) and Adreno GPU support, which are modules as well. This is being done as there are SC7180 device trees enabling support for this hardware, but not being probed due to these drivers not being built. Signed-off-by: AngeloGioacchino Del Regno Tested-by: "kernelci.org bot" --- arch/arm64/configs/defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 171848ace3ac..bb97baa5f1d8 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -992,7 +992,9 @@ CONFIG_MSM_GCC_8994=y CONFIG_MSM_MMCC_8996=y CONFIG_MSM_GCC_8998=y CONFIG_QCS_GCC_404=y +CONFIG_SC_DISPCC_7180=m CONFIG_SC_GCC_7180=y +CONFIG_SC_GPUCC_7180=m CONFIG_SDM_CAMCC_845=m CONFIG_SDM_GCC_845=y CONFIG_SDM_GPUCC_845=y From patchwork Wed Oct 13 10:56:13 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: AngeloGioacchino Del Regno X-Patchwork-Id: 12555723 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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id ED717C433EF for ; Wed, 13 Oct 2021 12:08:42 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id B022060EB4 for ; Wed, 13 Oct 2021 12:08:42 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org B022060EB4 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=collabora.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org 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:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=+UGZZogRVKX5cTK9HR0MOjXlISPDqKN/0HfbFx44n+I=; b=B/TEXOTkEVWxkX 3DLZ5WQebQI4mKbbb6zZWgLbfEFl7fO385F1I5P6STG6Fh6Wv6k0H9LsFL5Ewd6LC5V2njNapjJMs McpPZogtjHa60B0n63+z8rsf4p42U5o/JvsZyt5bz+rPRb/vfHRDUQ7jjSKw8tufzUjZZbdbpkblM C2XuZ4z3GtXuW+g/+dFW4qOnFzm/BpFXZ41WtTi4+h860XkjNUDdaoNxN52auwlr0+GZVihQSWI1r p+1ooFkiAz5dAQChI7AYC+VuhvaizdeAmbcnRK1niSWjLVc5ipBWKEG28qsRxHAEOjsFMeZggwVW4 Q4iW4yMMetJPSsyYEJOg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mad1K-00GSHB-OS; Wed, 13 Oct 2021 12:06:07 +0000 Received: from bhuna.collabora.co.uk ([46.235.227.227]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mabwK-00G8R6-G9 for linux-arm-kernel@lists.infradead.org; Wed, 13 Oct 2021 10:56:54 +0000 Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: kholk11) with ESMTPSA id BBD9C1F44168 From: AngeloGioacchino Del Regno To: linux-arm-kernel@lists.infradead.org Cc: catalin.marinas@arm.com, will@kernel.org, shawnguo@kernel.org, bjorn.andersson@linaro.org, krzk@kernel.org, geert+renesas@glider.be, vkoul@kernel.org, jagan@amarulasolutions.com, agx@sigxcpu.org, biju.das.jz@bp.renesas.com, enric.balletbo@collabora.com, aford173@gmail.com, nm@ti.com, andrey.zhizhikin@leica-geosystems.com, saravanak@google.com, linux-kernel@vger.kernel.org, konrad.dybcio@somainline.org, marijn.suijten@somainline.org, martin.botka@somainline.org, AngeloGioacchino Del Regno Subject: [PATCH 2/2] arm64: defconfig: Add SC7180 VIDEOCC as module Date: Wed, 13 Oct 2021 12:56:13 +0200 Message-Id: <20211013105613.250450-3-angelogioacchino.delregno@collabora.com> X-Mailer: git-send-email 2.33.0 In-Reply-To: <20211013105613.250450-1-angelogioacchino.delregno@collabora.com> References: <20211013105613.250450-1-angelogioacchino.delregno@collabora.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211013_035652_729739_50B4240D X-CRM114-Status: UNSURE ( 9.63 ) 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org This is required in order to be able to probe the Venus hardware video decoder/encoder driver on the SC7180 SoC: being this driver not boot-critical, it's sufficient to have it as a module. This is being done as there are SC7180 device trees enabling support for this hardware, but not being probed due to these drivers not being built. Signed-off-by: AngeloGioacchino Del Regno Tested-by: "kernelci.org bot" --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index bb97baa5f1d8..c20885f6d9bf 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -995,6 +995,7 @@ CONFIG_QCS_GCC_404=y CONFIG_SC_DISPCC_7180=m CONFIG_SC_GCC_7180=y CONFIG_SC_GPUCC_7180=m +CONFIG_SC_VIDEOCC_7180=m CONFIG_SDM_CAMCC_845=m CONFIG_SDM_GCC_845=y CONFIG_SDM_GPUCC_845=y