lkml.org 
[lkml]   [2023]   [Sep]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
SubjectRe: [PATCH v2 2/2] interconnect: qcom: Add SM4450 interconnect provider driver
From
On 15.09.2023 04:01, Tengfei Fan wrote:
> Add driver for the Qualcomm interconnect buses found in SM4450 based
> platforms. The topology consists of several NoCs that are controlled
> by a remote processor that collects the aggregated bandwidth for each
> master-slave pairs.
>
> Signed-off-by: Tengfei Fan <quic_tengfan@quicinc.com>
> ---
[...]

> +static struct qcom_icc_bcm bcm_acv_disp = {
> + .name = "ACV",
> + .num_nodes = 1,
> + .nodes = { &ebi_disp },
> +};
> +
> +static struct qcom_icc_bcm bcm_mc0_disp = {
> + .name = "MC0",
> + .num_nodes = 1,
> + .nodes = { &ebi_disp },
> +};
> +
> +static struct qcom_icc_bcm bcm_mm0_disp = {
> + .name = "MM0",
> + .num_nodes = 1,
> + .nodes = { &qns_mem_noc_hf_disp },
> +};
> +
> +static struct qcom_icc_bcm bcm_sh0_disp = {
> + .name = "SH0",
> + .num_nodes = 1,
> + .nodes = { &qns_llcc_disp },
> +};
> +
> +static struct qcom_icc_bcm bcm_sh1_disp = {
> + .name = "SH1",
> + .num_nodes = 1,
> + .nodes = { &qnm_pcie_disp },
> +};
"""
v1 -> v2:
- remove DISP related paths
"""

you sure?

+ I still see _disp nodes..

Konrad

\
 
 \ /
  Last update: 2023-09-15 14:46    [W:0.148 / U:0.912 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site