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

2018-10-08 Thread skolluku
On 2018-10-08 20:09, Jordan Crouse wrote: On Mon, Oct 08, 2018 at 02:57:29PM +0530, Sravanthi Kollukuduru wrote: 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-bas

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

2018-10-08 Thread Jordan Crouse
On Mon, Oct 08, 2018 at 02:57:29PM +0530, Sravanthi Kollukuduru wrote: > 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

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

2018-10-08 Thread 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 various drivers. MDSS is one of