Re: [PATCH] drm/panfrost: Register devfreq cooling device

2019-12-06 Thread Rob Herring
On Thu, Nov 28, 2019 at 2:54 PM Robin Murphy wrote: > > When we have devfreq, also try to register a basic cooling device in > case GPU workloads manage to hit thermal throttling thresholds. > > Signed-off-by: Robin Murphy > --- > drivers/gpu/drm/panfrost/panfrost_devfreq.c | 32 ++--

Re: [PATCH] drm/panfrost: Register devfreq cooling device

2019-12-04 Thread Alyssa Rosenzweig
Not sure if this was already pushed but: Acked-by: Alyssa Rosenzweig On Thu, Nov 28, 2019 at 08:54:27PM +, Robin Murphy wrote: > When we have devfreq, also try to register a basic cooling device in > case GPU workloads manage to hit thermal throttling thresholds. > > Signed-off-by:

Re: [PATCH] drm/panfrost: Register devfreq cooling device

2019-11-29 Thread Steven Price
On 28/11/2019 20:54, Robin Murphy wrote: > When we have devfreq, also try to register a basic cooling device in > case GPU workloads manage to hit thermal throttling thresholds. > > Signed-off-by: Robin Murphy Reviewed-by: Steven Price > --- > drivers/gpu/drm/panfrost/panfrost_devfreq.c | 32

[PATCH] drm/panfrost: Register devfreq cooling device

2019-11-28 Thread Robin Murphy
When we have devfreq, also try to register a basic cooling device in case GPU workloads manage to hit thermal throttling thresholds. Signed-off-by: Robin Murphy --- drivers/gpu/drm/panfrost/panfrost_devfreq.c | 32 ++--- 1 file changed, 21 insertions(+), 11 deletions(-) diff --g