From: Stephan Gerhold <stephan@gerhold.net>
To: Konrad Dybcio <konrad.dybcio@linaro.org>
Cc: Andy Gross <agross@kernel.org>,
Bjorn Andersson <andersson@kernel.org>,
Georgi Djakov <djakov@kernel.org>,
Marijn Suijten <marijn.suijten@somainline.org>,
linux-arm-msm@vger.kernel.org, linux-pm@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH 2/4] interconnect: qcom: qcm2290: Set AB coefficients
Date: Wed, 26 Jul 2023 19:18:28 +0200 [thread overview]
Message-ID: <ZMFVZJa647SNwrJX@gerhold.net> (raw)
In-Reply-To: <20230726-topic-icc_coeff-v1-2-31616960818c@linaro.org>
On Wed, Jul 26, 2023 at 06:25:44PM +0200, Konrad Dybcio wrote:
> Some buses need additional manual adjustments atop the usual
> calculations. Fill in the missing coefficients.
>
> Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
What about the funny util-fact/vrail-comp on the mas-apps-proc node
downstream?
Thanks,
Stephan
> ---
> drivers/interconnect/qcom/qcm2290.c | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/drivers/interconnect/qcom/qcm2290.c b/drivers/interconnect/qcom/qcm2290.c
> index 3c3b24264a5b..457e5713ae43 100644
> --- a/drivers/interconnect/qcom/qcm2290.c
> +++ b/drivers/interconnect/qcom/qcm2290.c
> @@ -1198,6 +1198,7 @@ static const struct qcom_icc_desc qcm2290_bimc = {
> .regmap_cfg = &qcm2290_bimc_regmap_config,
> /* M_REG_BASE() in vendor msm_bus_bimc_adhoc driver */
> .qos_offset = 0x8000,
> + .ab_percent = 153,
> };
>
> static struct qcom_icc_node * const qcm2290_cnoc_nodes[] = {
> @@ -1324,6 +1325,7 @@ static const struct qcom_icc_desc qcm2290_mmnrt_virt = {
> .bus_clk_desc = &mmaxi_0_clk,
> .regmap_cfg = &qcm2290_snoc_regmap_config,
> .qos_offset = 0x15000,
> + .ab_percent = 142,
> };
>
> static struct qcom_icc_node * const qcm2290_mmrt_virt_nodes[] = {
> @@ -1339,6 +1341,7 @@ static const struct qcom_icc_desc qcm2290_mmrt_virt = {
> .bus_clk_desc = &mmaxi_1_clk,
> .regmap_cfg = &qcm2290_snoc_regmap_config,
> .qos_offset = 0x15000,
> + .ab_percent = 139,
> };
>
> static const struct of_device_id qcm2290_noc_of_match[] = {
>
> --
> 2.41.0
>
next prev parent reply other threads:[~2023-07-26 17:18 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-26 16:25 [PATCH 0/4] Fix up icc clock rate calculation on some platforms Konrad Dybcio
2023-07-26 16:25 ` [PATCH 1/4] interconnect: qcom: icc-rpm: Add AB/IB calculations coefficients Konrad Dybcio
2023-07-26 17:16 ` Stephan Gerhold
2023-07-26 17:19 ` Konrad Dybcio
2023-07-29 9:25 ` kernel test robot
2023-07-26 16:25 ` [PATCH 2/4] interconnect: qcom: qcm2290: Set AB coefficients Konrad Dybcio
2023-07-26 17:18 ` Stephan Gerhold [this message]
2023-07-26 17:20 ` Konrad Dybcio
2023-07-26 17:26 ` Stephan Gerhold
2023-07-26 17:46 ` Konrad Dybcio
2023-07-26 17:52 ` Konrad Dybcio
2023-07-26 16:25 ` [PATCH 3/4] interconnect: qcom: sdm660: Set AB/IB coefficients Konrad Dybcio
2023-07-26 16:25 ` [PATCH 4/4] interconnect: qcom: msm8996: " Konrad Dybcio
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=ZMFVZJa647SNwrJX@gerhold.net \
--to=stephan@gerhold.net \
--cc=agross@kernel.org \
--cc=andersson@kernel.org \
--cc=djakov@kernel.org \
--cc=konrad.dybcio@linaro.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=marijn.suijten@somainline.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.