Re: [Freedreno] [v1] drm/msm/dpu: add support for clk and bw scaling for display

2020-07-15 Thread kalyan_t
On 2020-07-13 22:50, Rob Clark wrote: On Mon, Jul 13, 2020 at 8:59 AM wrote: On 2020-07-10 22:38, Rob Clark wrote: > On Thu, Jun 18, 2020 at 7:09 AM Kalyan Thota > wrote: >> >> This change adds support to scale src clk and bandwidth as >> per composition requirements. >> >> Interconnect

Re: [v1] drm/msm/dpu: add support for clk and bw scaling for display

2020-07-15 Thread kalyan_t
On 2020-07-14 06:42, Matthias Kaehlcke wrote: On Thu, Jun 18, 2020 at 07:38:41PM +0530, Kalyan Thota wrote: This change adds support to scale src clk and bandwidth as per composition requirements. Interconnect registration for bw has been moved to mdp device node from mdss to facilitate the

Re: [v1] drm/msm/dpu: add support for clk and bw scaling for display

2020-07-14 Thread Matthias Kaehlcke
On Tue, Jul 14, 2020 at 04:39:47PM +0530, kalya...@codeaurora.org wrote: > On 2020-07-14 06:42, Matthias Kaehlcke wrote: > > On Thu, Jun 18, 2020 at 07:38:41PM +0530, Kalyan Thota wrote: > > > This change adds support to scale src clk and bandwidth as > > > per composition requirements. > > > > >

Re: [Freedreno] [v1] drm/msm/dpu: add support for clk and bw scaling for display

2020-07-14 Thread Rob Clark
On Tue, Jul 14, 2020 at 4:20 AM wrote: > > On 2020-07-13 22:50, Rob Clark wrote: > > On Mon, Jul 13, 2020 at 8:59 AM wrote: > >> > >> On 2020-07-10 22:38, Rob Clark wrote: > >> > On Thu, Jun 18, 2020 at 7:09 AM Kalyan Thota > >> > wrote: > >> >> > >> >> This change adds support to scale src clk

Re: [Freedreno] [v1] drm/msm/dpu: add support for clk and bw scaling for display

2020-07-14 Thread kalyan_t
On 2020-07-10 22:38, Rob Clark wrote: On Thu, Jun 18, 2020 at 7:09 AM Kalyan Thota wrote: This change adds support to scale src clk and bandwidth as per composition requirements. Interconnect registration for bw has been moved to mdp device node from mdss to facilitate the scaling. Changes

Re: [v1] drm/msm/dpu: add support for clk and bw scaling for display

2020-07-13 Thread Matthias Kaehlcke
On Thu, Jun 18, 2020 at 07:38:41PM +0530, Kalyan Thota wrote: > This change adds support to scale src clk and bandwidth as > per composition requirements. > > Interconnect registration for bw has been moved to mdp > device node from mdss to facilitate the scaling. > > Changes in v1: > - Address

Re: [Freedreno] [v1] drm/msm/dpu: add support for clk and bw scaling for display

2020-07-13 Thread Rob Clark
On Mon, Jul 13, 2020 at 8:59 AM wrote: > > On 2020-07-10 22:38, Rob Clark wrote: > > On Thu, Jun 18, 2020 at 7:09 AM Kalyan Thota > > wrote: > >> > >> This change adds support to scale src clk and bandwidth as > >> per composition requirements. > >> > >> Interconnect registration for bw has been

Re: [v1] drm/msm/dpu: add support for clk and bw scaling for display

2020-07-10 Thread Rob Clark
On Thu, Jun 18, 2020 at 7:09 AM Kalyan Thota wrote: > > This change adds support to scale src clk and bandwidth as > per composition requirements. > > Interconnect registration for bw has been moved to mdp > device node from mdss to facilitate the scaling. > > Changes in v1: > - Address armv7

[v1] drm/msm/dpu: add support for clk and bw scaling for display

2020-06-19 Thread Kalyan Thota
This change adds support to scale src clk and bandwidth as per composition requirements. Interconnect registration for bw has been moved to mdp device node from mdss to facilitate the scaling. Changes in v1: - Address armv7 compilation issues with the patch (Rob) Signed-off-by: Kalyan Thota