Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/msm/
H A Dmsm_mdss.c46 struct icc_path *reg_bus_path; member
54 struct icc_path *reg_bus_path; in msm_mdss_parse_data_bus_icc_path() local
69 reg_bus_path = of_icc_get(dev, "cpu-cfg"); in msm_mdss_parse_data_bus_icc_path()
70 if (!IS_ERR_OR_NULL(reg_bus_path)) in msm_mdss_parse_data_bus_icc_path()
71 msm_mdss->reg_bus_path = reg_bus_path; in msm_mdss_parse_data_bus_icc_path()
259 icc_set_bw(msm_mdss->reg_bus_path, 0, in msm_mdss_enable()
322 if (msm_mdss->reg_bus_path) in msm_mdss_disable()
323 icc_set_bw(msm_mdss->reg_bus_path, 0, 0); in msm_mdss_disable()