Re: [PATCH v5 0/6] Add support for GPU DDR BW scaling

2020-07-31 Thread Viresh Kumar
On 30-07-20, 08:27, Rob Clark wrote: > Hmm, I've already sent my pull request to Dave, dropping the patch > would require force-push and sending a new PR. Which I can do if Dave > prefers. OTOH I guess it isn't the end of the world if the patch is > merged via two different trees. I don't think

Re: [PATCH v5 0/6] Add support for GPU DDR BW scaling

2020-07-30 Thread Rob Clark
On Thu, Jul 30, 2020 at 8:37 AM Viresh Kumar wrote: > > On 30-07-20, 08:27, Rob Clark wrote: > > Hmm, I've already sent my pull request to Dave, dropping the patch > > would require force-push and sending a new PR. Which I can do if Dave > > prefers. OTOH I guess it isn't the end of the world

Re: [PATCH v5 0/6] Add support for GPU DDR BW scaling

2020-07-30 Thread Rob Clark
On Thu, Jul 30, 2020 at 8:37 AM Viresh Kumar wrote: > > On 30-07-20, 08:27, Rob Clark wrote: > > Hmm, I've already sent my pull request to Dave, dropping the patch > > would require force-push and sending a new PR. Which I can do if Dave > > prefers. OTOH I guess it isn't the end of the world

Re: [PATCH v5 0/6] Add support for GPU DDR BW scaling

2020-07-30 Thread Rob Clark
On Wed, Jul 29, 2020 at 10:10 PM Viresh Kumar wrote: > > On 22-07-20, 11:00, Viresh Kumar wrote: > > On 21-07-20, 07:28, Rob Clark wrote: > > > With your ack, I can add the patch the dev_pm_opp_set_bw patch to my > > > tree and merge it via msm-next -> drm-next -> linus > > > > I wanted to send

Re: [PATCH v5 0/6] Add support for GPU DDR BW scaling

2020-07-30 Thread Viresh Kumar
On 22-07-20, 11:00, Viresh Kumar wrote: > On 21-07-20, 07:28, Rob Clark wrote: > > With your ack, I can add the patch the dev_pm_opp_set_bw patch to my > > tree and merge it via msm-next -> drm-next -> linus > > I wanted to send it via my tree, but its okay. Pick this patch from > linux-next and

Re: [PATCH v5 0/6] Add support for GPU DDR BW scaling

2020-07-22 Thread Daniel Vetter
On Wed, Jul 22, 2020 at 5:47 PM Rob Clark wrote: > > On Tue, Jul 21, 2020 at 10:30 PM Viresh Kumar wrote: > > > > On 21-07-20, 07:28, Rob Clark wrote: > > > With your ack, I can add the patch the dev_pm_opp_set_bw patch to my > > > tree and merge it via msm-next -> drm-next -> linus > > > > I

Re: [PATCH v5 0/6] Add support for GPU DDR BW scaling

2020-07-22 Thread Rob Clark
On Tue, Jul 21, 2020 at 10:30 PM Viresh Kumar wrote: > > On 21-07-20, 07:28, Rob Clark wrote: > > With your ack, I can add the patch the dev_pm_opp_set_bw patch to my > > tree and merge it via msm-next -> drm-next -> linus > > I wanted to send it via my tree, but its okay. Pick this patch from >

Re: [PATCH v5 0/6] Add support for GPU DDR BW scaling

2020-07-22 Thread Viresh Kumar
On 21-07-20, 07:28, Rob Clark wrote: > With your ack, I can add the patch the dev_pm_opp_set_bw patch to my > tree and merge it via msm-next -> drm-next -> linus I wanted to send it via my tree, but its okay. Pick this patch from linux-next and add my Ack, I will drop it after that. a8351c12c6c7

Re: [PATCH v5 0/6] Add support for GPU DDR BW scaling

2020-07-21 Thread Rob Clark
On Mon, Jul 20, 2020 at 8:24 PM Viresh Kumar wrote: > > On 20-07-20, 08:03, Rob Clark wrote: > > On Mon, Jul 20, 2020 at 3:01 AM Viresh Kumar > > wrote: > > > > > > On 15-07-20, 08:36, Rob Clark wrote: > > > > I can take the first two into msm-next, the 3rd will need to wait > > > > until

Re: [PATCH v5 0/6] Add support for GPU DDR BW scaling

2020-07-21 Thread Viresh Kumar
On 20-07-20, 08:03, Rob Clark wrote: > On Mon, Jul 20, 2020 at 3:01 AM Viresh Kumar wrote: > > > > On 15-07-20, 08:36, Rob Clark wrote: > > > I can take the first two into msm-next, the 3rd will need to wait > > > until dev_pm_opp_set_bw() lands > > > > You can base that on a8351c12c6c7 in

Re: [PATCH v5 0/6] Add support for GPU DDR BW scaling

2020-07-21 Thread Viresh Kumar
On 15-07-20, 08:36, Rob Clark wrote: > I can take the first two into msm-next, the 3rd will need to wait > until dev_pm_opp_set_bw() lands You can base that on a8351c12c6c7 in linux-next, I will make sure not to rebase it anymore. -- viresh ___

Re: [PATCH v5 0/6] Add support for GPU DDR BW scaling

2020-07-20 Thread Rob Clark
On Mon, Jul 20, 2020 at 3:01 AM Viresh Kumar wrote: > > On 15-07-20, 08:36, Rob Clark wrote: > > I can take the first two into msm-next, the 3rd will need to wait > > until dev_pm_opp_set_bw() lands > > You can base that on a8351c12c6c7 in linux-next, I will make sure not to > rebase > it

Re: [PATCH v5 0/6] Add support for GPU DDR BW scaling

2020-07-15 Thread Rob Clark
On Mon, Jul 13, 2020 at 5:41 AM Akhil P Oommen wrote: > > This series adds support for GPU DDR bandwidth scaling and is based on the > bindings from Georgi [1]. This is mostly a rebase of Sharat's patches [2] on > the > tip of msm-next branch. > > Changes from v4: > - Squashed a patch to another