Home
last modified time | relevance | path

Searched refs:reg_bus_path (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/gpu/drm/msm/
H A Dmsm_mdss.c47 struct icc_path *reg_bus_path; member
55 struct icc_path *reg_bus_path; in msm_mdss_parse_data_bus_icc_path() local
70 reg_bus_path = of_icc_get(dev, "cpu-cfg"); in msm_mdss_parse_data_bus_icc_path()
71 if (!IS_ERR_OR_NULL(reg_bus_path)) in msm_mdss_parse_data_bus_icc_path()
72 msm_mdss->reg_bus_path = reg_bus_path; in msm_mdss_parse_data_bus_icc_path()
248 icc_set_bw(msm_mdss->reg_bus_path, 0, in msm_mdss_enable()
251 icc_set_bw(msm_mdss->reg_bus_path, 0, in msm_mdss_enable()
307 if (msm_mdss->reg_bus_path) in msm_mdss_disable()
308 icc_set_bw(msm_mdss->reg_bus_path, 0, 0); in msm_mdss_disable()