Re: [v5 2/3] drm/msm/dpu: Integrate interconnect API in MDSS

2019-01-18 Thread Doug Anderson
Hi, On Wed, Jan 9, 2019 at 9:52 AM Jayant Shekhar wrote: > @@ -127,7 +153,11 @@ static int dpu_mdss_enable(struct msm_mdss *mdss) > { > struct dpu_mdss *dpu_mdss = to_dpu_mdss(mdss); > struct dss_module_power *mp = &dpu_mdss->mp; > - int ret; > + int ret, i; > +

[v5 2/3] drm/msm/dpu: Integrate interconnect API in MDSS

2019-01-09 Thread Jayant Shekhar
From: Sravanthi Kollukuduru The interconnect framework is designed to provide a standard kernel interface to control the settings of the interconnects on a SoC. The interconnect API uses a consumer/provider-based model, where the providers are the interconnect buses and the consumers could be va