Enable QoS configuration on SA8775P
From: | Odelu Kukatla <odelu.kukatla-AT-oss.qualcomm.com> | |
To: | Georgi Djakov <djakov-AT-kernel.org>, Rob Herring <robh-AT-kernel.org>, Krzysztof Kozlowski <krzk+dt-AT-kernel.org>, Conor Dooley <conor+dt-AT-kernel.org>, Bjorn Andersson <andersson-AT-kernel.org>, Konrad Dybcio <konradybcio-AT-kernel.org> | |
Subject: | [PATCH v2 0/3] Enable QoS configuration on SA8775P | |
Date: | Wed, 01 Oct 2025 13:03:41 +0530 | |
Message-ID: | <20251001073344.6599-1-odelu.kukatla@oss.qualcomm.com> | |
Cc: | Raviteja Laggyshetty <raviteja.laggyshetty-AT-oss.qualcomm.com>, Odelu Kukatla <odelu.kukatla-AT-oss.qualcomm.com>, Dmitry Baryshkov <dmitry.baryshkov-AT-oss.qualcomm.com>, Bartosz Golaszewski <bartosz.golaszewski-AT-linaro.org>, linux-arm-msm-AT-vger.kernel.org, linux-pm-AT-vger.kernel.org, devicetree-AT-vger.kernel.org, linux-kernel-AT-vger.kernel.org, Mike Tipton <mike.tipton-AT-oss.qualcomm.com> | |
Archive-link: | Article |
This series enables QoS configuration for QNOC type device which can be found on SA8775P platform. It enables QoS configuration for master ports with predefined priority and urgency forwarding. This helps in prioritizing the traffic originating from different interconnect masters at NOC (Network On Chip). The system may function normally without this feature. However, enabling QoS helps optimize latency and bandwidth across subsystems like CPU, GPU, and multimedia engines, which becomes important in high-throughput scenarios. This is a feature aimed at performance enhancement to improve system performance under concurrent workloads. Changes since v1: - Updated 'reg' and 'clocks' properties as optional. - Removed leading zeros in devicetree change. - Updated commit message for binding change with justification. Odelu Kukatla (3): dt-bindings: interconnect: add reg and clocks properties to enable QoS on sa8775p interconnect: qcom: sa8775p: enable QoS configuration arm64: dts: qcom: sa8775p: Add reg and clocks for QoS configuration .../interconnect/qcom,sa8775p-rpmh.yaml | 50 +- arch/arm64/boot/dts/qcom/lemans.dtsi | 163 ++++--- drivers/interconnect/qcom/sa8775p.c | 439 ++++++++++++++++++ 3 files changed, 579 insertions(+), 73 deletions(-) -- 2.17.1