From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
To: Dikshita Agarwal <quic_dikshita@quicinc.com>,
Vikash Garodia <quic_vgarodia@quicinc.com>,
Abhinav Kumar <abhinav.kumar@linux.dev>,
Bryan O'Donoghue <bryan.odonoghue@linaro.org>,
Mauro Carvalho Chehab <mchehab@kernel.org>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Philipp Zabel <p.zabel@pengutronix.de>
Cc: linux-media@vger.kernel.org, linux-arm-msm@vger.kernel.org,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 3/3] media: iris: Add support for SM8750 (VPU v3.5)
Date: Wed, 16 Jul 2025 11:28:48 +0200 [thread overview]
Message-ID: <d4c39f2c-9f95-4e65-87a3-78173b39adf1@linaro.org> (raw)
In-Reply-To: <7b0a984f-b62a-ac4d-74bf-a6e839c59272@quicinc.com>
On 16/07/2025 11:10, Dikshita Agarwal wrote:
>
>
> On 7/14/2025 7:11 PM, Krzysztof Kozlowski wrote:
>> Add support for SM8750 Iris codec with major differences against
>> previous generation SM8650:
>>
>> 1. New clocks and new resets, thus new power up and power down
>> sequences,
>>
>> 2. New WRAPPER_IRIS_VCODEC_VPU_WRAPPER_SPARE_0 register programmed
>> during boot-up
>>
Please kindly trim the replies from unnecessary context. It makes it
much easier to find new content.
>> +struct iris_platform_data sm8750_data = {
>> + .get_instance = iris_hfi_gen2_get_instance,
>> + .init_hfi_command_ops = iris_hfi_gen2_command_ops_init,
>> + .init_hfi_response_ops = iris_hfi_gen2_response_ops_init,
>> + .vpu_ops = &iris_vpu35_ops,
>> + .set_preset_registers = iris_set_sm8550_preset_registers,
>> + .icc_tbl = sm8550_icc_table,
>> + .icc_tbl_size = ARRAY_SIZE(sm8550_icc_table),
>> + .clk_rst_tbl = sm8750_clk_reset_table,
>> + .clk_rst_tbl_size = ARRAY_SIZE(sm8750_clk_reset_table),
>> + .bw_tbl_dec = sm8550_bw_table_dec,
>> + .bw_tbl_dec_size = ARRAY_SIZE(sm8550_bw_table_dec),
>> + .pmdomain_tbl = sm8550_pmdomain_table,
>> + .pmdomain_tbl_size = ARRAY_SIZE(sm8550_pmdomain_table),
>> + .opp_pd_tbl = sm8550_opp_pd_table,
>> + .opp_pd_tbl_size = ARRAY_SIZE(sm8550_opp_pd_table),
>> + .clk_tbl = sm8750_clk_table,
>> + .clk_tbl_size = ARRAY_SIZE(sm8750_clk_table),
>> + /* Upper bound of DMA address range */
>> + .dma_mask = 0xe0000000 - 1,
>> + .fwname = "qcom/vpu/vpu35_4v.mbn",
> Could you clarify where this firmware has been merged? Also, it appears
> that the naming convention hasn't been followed.
I mentioned in the DTS patchset but not here, so I will add it in the
cover letter - firmware is not released. About the name I cannot
comment, that's the name I got from qcom. Happy to use whatever name you
prefer.
>> +static int iris_vpu35_power_on_hw(struct iris_core *core)
>> +{
>> + int ret;
>> + u32 val;
>> +
>> + ret = iris_enable_power_domains(core, core->pmdomain_tbl->pd_devs[IRIS_HW_POWER_DOMAIN]);
>> + if (ret)
>> + return ret;
>> +
>> + /* Switch GDSC to SW control */
>> + writel(0x0, core->reg_base + WRAPPER_CORE_POWER_CONTROL);
> GDSCs have been transitioned from HW_CTRL to HW_CTRL_TRIGGER, placing them
> under software control by default, what is the need of doing this?
>> + ret = readl_poll_timeout(core->reg_base + WRAPPER_CORE_POWER_STATUS,
>> + val, val & BIT(1), 200, 2000);
The need comes from differences between this and previous generation,
mostly based on downstream sources. I think the hardware just did not
boot up without it.
You need to fix your email client to add line breaks around your
replies, because it is very difficult to spot them. It's close to
impossible...
>> + if (ret)
>> + goto err_disable_power;
>> +
>> + ret = iris_prepare_enable_clock(core, IRIS_AXI_CLK);
>> + if (ret)
>> + goto err_gdsc;
>> +
>> + ret = iris_prepare_enable_clock(core, IRIS_HW_FREERUN_CLK);
>> + if (ret)
>> + goto err_disable_axi_clk;
>> +
>> + ret = iris_prepare_enable_clock(core, IRIS_HW_CLK);
>> + if (ret)
>> + goto err_disable_hw_free_clk;
>> +
>> + ret = dev_pm_genpd_set_hwmode(core->pmdomain_tbl->pd_devs[IRIS_HW_POWER_DOMAIN], true);
>> + if (ret)
>> + goto err_disable_hw_clk;
>> +
>> + return 0;
>> +
>> +err_disable_hw_clk:
>> + iris_disable_unprepare_clock(core, IRIS_HW_CLK);
>> +err_disable_hw_free_clk:
>> + iris_disable_unprepare_clock(core, IRIS_HW_FREERUN_CLK);
>> +err_disable_axi_clk:
>> + iris_disable_unprepare_clock(core, IRIS_AXI_CLK);
>> +err_gdsc:
>> + writel(BIT(0), core->reg_base + WRAPPER_CORE_POWER_CONTROL);
>> +err_disable_power:
>> + iris_disable_power_domains(core, core->pmdomain_tbl->pd_devs[IRIS_HW_POWER_DOMAIN]);
>> +
>> + return ret;
>> +}
>> +
>> +static void iris_vpu35_power_off_hw(struct iris_core *core)
>> +{
>> + u32 val = 0, value, i;
>> + int ret;
>> +
>> + if (iris_vpu3x_hw_power_collapsed(core))
>> + goto disable_power;
>> +
>> + value = readl(core->reg_base + WRAPPER_CORE_CLOCK_CONFIG);
>> + if (value)
>> + writel(CORE_CLK_RUN, core->reg_base + WRAPPER_CORE_CLOCK_CONFIG);
>> +
>> + for (i = 0; i < core->iris_platform_data->num_vpp_pipe; i++) {
>> + ret = readl_poll_timeout(core->reg_base + VCODEC_SS_IDLE_STATUSN + 4 * i,
>> + val, val & 0x400000, 2000, 20000);
>> + if (ret)
>> + goto disable_power;
>> + }
>> +
>> + ret = readl_poll_timeout(core->reg_base + AON_WRAPPER_MVP_NOC_LPI_STATUS,
>> + val, val & BIT(0), 200, 2000);
> what are you polling here for?
This is not different than existing code. I don't understand why you are
commenting on something which is already there.
>> + if (ret)
>> + goto disable_power;
>> +
>> + /* set MNoC to low power, set PD_NOC_QREQ (bit 0) */
> Could you share the reference for this sqeunece, this looks half-cooked.
> Would recommend following Hardware programmin guide(HPG) for this.
Why? Look at existing code. It's the same.
I think I responded to all your comments - it barely possible to spot
them in the quote.
Best regards,
Krzysztof
next prev parent reply other threads:[~2025-07-16 9:28 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-14 13:41 [PATCH 0/3] media: iris: Add support for SM8750 (VPU v3.5) Krzysztof Kozlowski
2025-07-14 13:41 ` [PATCH 1/3] media: dt-bindings: qcom,sm8550-iris: Add SM8750 video codec Krzysztof Kozlowski
2025-07-15 3:47 ` Rob Herring
2025-07-14 13:41 ` [PATCH 2/3] media: iris: Split power on per variants Krzysztof Kozlowski
2025-07-14 13:41 ` [PATCH 3/3] media: iris: Add support for SM8750 (VPU v3.5) Krzysztof Kozlowski
2025-07-16 9:10 ` Dikshita Agarwal
2025-07-16 9:28 ` Krzysztof Kozlowski [this message]
2025-07-17 7:37 ` Dikshita Agarwal
2025-07-17 9:34 ` Krzysztof Kozlowski
2025-07-17 10:50 ` Dikshita Agarwal
2025-07-17 10:54 ` Krzysztof Kozlowski
2025-07-17 12:02 ` Vikash Garodia
2025-07-17 12:38 ` Krzysztof Kozlowski
2025-07-17 12:22 ` Dikshita Agarwal
2025-07-17 12:34 ` Krzysztof Kozlowski
2025-07-17 9:49 ` Krzysztof Kozlowski
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=d4c39f2c-9f95-4e65-87a3-78173b39adf1@linaro.org \
--to=krzysztof.kozlowski@linaro.org \
--cc=abhinav.kumar@linux.dev \
--cc=bryan.odonoghue@linaro.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=mchehab@kernel.org \
--cc=p.zabel@pengutronix.de \
--cc=quic_dikshita@quicinc.com \
--cc=quic_vgarodia@quicinc.com \
--cc=robh@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).