Re: [PATCH 2/4] soc: qcom: icc-bwmon: add support for sc7280 LLCC BWMON

From: Krzysztof Kozlowski
Date: Mon Sep 05 2022 - 09:17:51 EST


On 02/09/2022 06:04, Rajendra Nayak wrote:
>
>
> On 9/1/2022 8:57 PM, Krzysztof Kozlowski wrote:
>> On 01/09/2022 15:47, Rajendra Nayak wrote:
>>> Add support for sc7280 BWMON instance measuring traffic between LLCC and
>>> memory with the v5 register layout.
>>>
>>> Signed-off-by: Rajendra Nayak <quic_rjendra@xxxxxxxxxxx>
>>> ---
>>> drivers/soc/qcom/icc-bwmon.c | 15 +++++++++++++++
>>> 1 file changed, 15 insertions(+)
>>>
>>> diff --git a/drivers/soc/qcom/icc-bwmon.c b/drivers/soc/qcom/icc-bwmon.c
>>> index 47c2c3e7bb3f..44a10009b45e 100644
>>> --- a/drivers/soc/qcom/icc-bwmon.c
>>> +++ b/drivers/soc/qcom/icc-bwmon.c
>>> @@ -656,6 +656,18 @@ static const struct icc_bwmon_data sdm845_llcc_bwmon_data = {
>>> .regmap_cfg = &sdm845_llcc_bwmon_regmap_cfg,
>>> };
>>>
>>> +static const struct icc_bwmon_data sc7280_llcc_bwmon_data = {
>>> + .sample_ms = 4,
>>> + .count_unit_kb = 64,
>>
>> This makes me wonder if I put correct count unit for SDM845 LLCC...
>
> These numbers seem to vary from SoC to SoC,

Hm, then it is probably ok.

> I looked up the sdm845.dtsi from
> the CAF kernels [1] and it seems like it should be 4096 instead of 1024?

The SDM845 v2 DTSI was saying 64 kB for CPU bwmon and indeed 4 MB for
LLCC. I think I took 1 MB from default value from the msm-4.9 driver and
it matched my measurements. I need to test it again and maybe fix it to
4 MB.

Best regards,
Krzysztof