[PATCH v2 0/3] Enable QoS configuration on QCS615

Odelu Kukatla posted 3 patches 1 month, 2 weeks ago
There is a newer version of this series
.../interconnect/qcom,qcs615-rpmh.yaml        |  46 ++++
arch/arm64/boot/dts/qcom/talos.dtsi           |   4 +
drivers/interconnect/qcom/qcs615.c            | 247 ++++++++++++++++++
3 files changed, 297 insertions(+)
[PATCH v2 0/3] Enable QoS configuration on QCS615
Posted by Odelu Kukatla 1 month, 2 weeks ago
This series enables QoS configuration for QNOC type device which
can be found on QCS615 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 in v2:
 - Added the IPA clock to Aggre1 NoC bindings to accurately describe
   all QoS related clock dependencies.
 - Updated the Aggre1 NoC node in device tree to include the IPA clock.

Odelu Kukatla (3):
  dt-bindings: interconnect: qcom,qcs615-rpmh: add clocks property to
    enable QoS
  interconnect: qcom: qcs615: enable QoS configuration
  arm64: dts: qcom: talos: Add clocks for QoS configuration

 .../interconnect/qcom,qcs615-rpmh.yaml        |  46 ++++
 arch/arm64/boot/dts/qcom/talos.dtsi           |   4 +
 drivers/interconnect/qcom/qcs615.c            | 247 ++++++++++++++++++
 3 files changed, 297 insertions(+)

-- 
2.43.0