All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Guillaume Tucker" <guillaume.tucker@collabora.com>
To: AngeloGioacchino Del Regno
	<angelogioacchino.delregno@collabora.com>,
	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, 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,
	Collabora Kernel ML <kernel@collabora.com>,
	"kernelci@groups.io" <kernelci@groups.io>
Subject: Re: [PATCH 1/2] arm64: defconfig: Add SC7180 GPUCC and DISPCC as module
Date: Fri, 29 Oct 2021 09:31:39 +0100	[thread overview]
Message-ID: <4ccafe75-ac55-c496-5d9c-c7f5d3976159@collabora.com> (raw)
In-Reply-To: <20211013105613.250450-2-angelogioacchino.delregno@collabora.com>

On 13/10/2021 11:56, AngeloGioacchino Del Regno wrote:
> 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 <angelogioacchino.delregno@collabora.com>

Tested-by: "kernelci.org bot" <bot@kernelci.org>

https://staging.kernelci.org/test/plan/id/6177be0c2554c2fd1ba6c464/

Thanks,
Guillaume

> ---
>  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
> 


WARNING: multiple messages have this Message-ID (diff)
From: Guillaume Tucker <guillaume.tucker@collabora.com>
To: AngeloGioacchino Del Regno
	<angelogioacchino.delregno@collabora.com>,
	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, 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,
	Collabora Kernel ML <kernel@collabora.com>,
	"kernelci@groups.io" <kernelci@groups.io>
Subject: Re: [PATCH 1/2] arm64: defconfig: Add SC7180 GPUCC and DISPCC as module
Date: Fri, 29 Oct 2021 09:31:39 +0100	[thread overview]
Message-ID: <4ccafe75-ac55-c496-5d9c-c7f5d3976159@collabora.com> (raw)
In-Reply-To: <20211013105613.250450-2-angelogioacchino.delregno@collabora.com>

On 13/10/2021 11:56, AngeloGioacchino Del Regno wrote:
> 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 <angelogioacchino.delregno@collabora.com>

Tested-by: "kernelci.org bot" <bot@kernelci.org>

https://staging.kernelci.org/test/plan/id/6177be0c2554c2fd1ba6c464/

Thanks,
Guillaume

> ---
>  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
> 


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2021-10-29  8:31 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-13 10:56 [PATCH 0/2] arm64: defconfig: Enable multimedia clocks on SC7180 AngeloGioacchino Del Regno
2021-10-13 10:56 ` AngeloGioacchino Del Regno
2021-10-13 10:56 ` [PATCH 1/2] arm64: defconfig: Add SC7180 GPUCC and DISPCC as module AngeloGioacchino Del Regno
2021-10-13 10:56   ` AngeloGioacchino Del Regno
2021-10-29  8:31   ` Guillaume Tucker [this message]
2021-10-29  8:31     ` Guillaume Tucker
2021-10-13 10:56 ` [PATCH 2/2] arm64: defconfig: Add SC7180 VIDEOCC " AngeloGioacchino Del Regno
2021-10-13 10:56   ` AngeloGioacchino Del Regno
2021-10-29  8:32   ` Guillaume Tucker
2021-10-29  8:32     ` Guillaume Tucker

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4ccafe75-ac55-c496-5d9c-c7f5d3976159@collabora.com \
    --to=guillaume.tucker@collabora.com \
    --cc=aford173@gmail.com \
    --cc=agx@sigxcpu.org \
    --cc=andrey.zhizhikin@leica-geosystems.com \
    --cc=angelogioacchino.delregno@collabora.com \
    --cc=biju.das.jz@bp.renesas.com \
    --cc=bjorn.andersson@linaro.org \
    --cc=catalin.marinas@arm.com \
    --cc=geert+renesas@glider.be \
    --cc=jagan@amarulasolutions.com \
    --cc=kernel@collabora.com \
    --cc=kernelci@groups.io \
    --cc=konrad.dybcio@somainline.org \
    --cc=krzk@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marijn.suijten@somainline.org \
    --cc=martin.botka@somainline.org \
    --cc=nm@ti.com \
    --cc=saravanak@google.com \
    --cc=shawnguo@kernel.org \
    --cc=vkoul@kernel.org \
    --cc=will@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.