[PATCH 0/3] Enable QoS configuration on QCS8300

Odelu Kukatla posted 3 patches 3 days, 6 hours ago
.../interconnect/qcom,qcs8300-rpmh.yaml       |  53 ++-
arch/arm64/boot/dts/qcom/monaco.dtsi          |   6 +
drivers/interconnect/qcom/qcs8300.c           | 375 ++++++++++++++++++
3 files changed, 428 insertions(+), 6 deletions(-)
[PATCH 0/3] Enable QoS configuration on QCS8300
Posted by Odelu Kukatla 3 days, 6 hours ago
This series enables QoS configuration for QNOC type device which
can be found on QCS8300 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.

Odelu Kukatla (3):
  dt-bindings: interconnect: add clocks property to enable QoS on
    qcs8300
  interconnect: qcom: qcs8300: enable QoS configuration
  arm64: dts: qcom: qcs8300: Add clocks for QoS configuration

 .../interconnect/qcom,qcs8300-rpmh.yaml       |  53 ++-
 arch/arm64/boot/dts/qcom/monaco.dtsi          |   6 +
 drivers/interconnect/qcom/qcs8300.c           | 375 ++++++++++++++++++
 3 files changed, 428 insertions(+), 6 deletions(-)

-- 
2.17.1