Re: [Freedreno] [PATCH v2 2/5] drm: etnaviv: Switch to use drm_gem_object reservation_object

2019-02-12 Thread Christian Gmeiner
Am Sa., 2. Feb. 2019 um 16:42 Uhr schrieb Rob Herring : > > Now that the base struct drm_gem_object has a reservation_object, use it > and remove the private BO one. > > Cc: Lucas Stach > Cc: Russell King > Cc: Christian Gmeiner > Cc: David Airlie > Cc: Daniel Vetter > Cc:

Re: [Freedreno] [PATCH] drm/msm/a6xx: Add support for an interconnect path

2019-02-12 Thread Greg KH
On Tue, Feb 12, 2019 at 04:07:35PM +0200, Georgi Djakov wrote: > Hi Greg, > > On 2/12/19 12:16, Greg KH wrote: > > On Tue, Feb 12, 2019 at 11:52:38AM +0200, Georgi Djakov wrote: > >> From: Jordan Crouse > >> > >> Try to get the interconnect path for the GPU and vote for the maximum > >>

Re: [Freedreno] [PATCH v2 0/5] Add reservation_object to drm_gem_object

2019-02-12 Thread Daniel Vetter
On Sat, Feb 02, 2019 at 09:41:53AM -0600, Rob Herring wrote: > This series implements the todo to add reservation_object to > drm_gem_object. I converted the easy drivers, but not Intel or AMD. The > series is build tested only. > > Rob > > v2: > - Fix missing kerneldoc > - Reword todo with

Re: [Freedreno] [PATCH v2 1/5] drm: Add reservation_object to drm_gem_object

2019-02-12 Thread Daniel Vetter
On Fri, Feb 08, 2019 at 08:23:44AM +0100, Christian Gmeiner wrote: > Am Sa., 2. Feb. 2019 um 16:42 Uhr schrieb Rob Herring : > > > > Many users of drm_gem_object embed a struct reservation_object into > > their subclassed struct, so let's add one to struct drm_gem_object. > > This will allow

Re: [Freedreno] [PATCH] drm/msm/a6xx: Add support for an interconnect path

2019-02-12 Thread Georgi Djakov
Hi Greg, On 2/12/19 12:16, Greg KH wrote: > On Tue, Feb 12, 2019 at 11:52:38AM +0200, Georgi Djakov wrote: >> From: Jordan Crouse >> >> Try to get the interconnect path for the GPU and vote for the maximum >> bandwidth to support all frequencies. This is needed for performance. >> Later we will

Re: [Freedreno] [PATCH] drm/msm/a6xx: Add support for an interconnect path

2019-02-12 Thread Greg KH
On Tue, Feb 12, 2019 at 11:52:38AM +0200, Georgi Djakov wrote: > From: Jordan Crouse > > Try to get the interconnect path for the GPU and vote for the maximum > bandwidth to support all frequencies. This is needed for performance. > Later we will want to scale the bandwidth based on the

[Freedreno] [PATCH] drm/msm/a6xx: Add support for an interconnect path

2019-02-12 Thread Georgi Djakov
From: Jordan Crouse Try to get the interconnect path for the GPU and vote for the maximum bandwidth to support all frequencies. This is needed for performance. Later we will want to scale the bandwidth based on the frequency to also optimize for power but that will require some device tree