Re: [PATCH] drm/panfrost: Require the simple_ondemand governor

2019-06-10 Thread Rob Herring
On Wed, Jun 5, 2019 at 12:49 PM Ezequiel Garcia wrote: > > Panfrost depends on the simple_ondemand governor, and therefore > it's a required configuration. Select it. > > Fixes: f3617b449d ("drm/panfrost: Select devfreq") > Signed-off-by: Ezequiel Garcia > --- > drivers/gpu/drm/panfrost/Kconfig

Re: [PATCH] drm/panfrost: Require the simple_ondemand governor

2019-06-09 Thread Tomeu Vizoso
On 6/5/19 8:48 PM, Ezequiel Garcia wrote: Panfrost depends on the simple_ondemand governor, and therefore it's a required configuration. Select it. Fixes: f3617b449d ("drm/panfrost: Select devfreq") Signed-off-by: Ezequiel Garcia Good one, had totally forgotten about it. Reviewed-by: Tomeu V