Re: [PATCH] drm/panfrost: Select devfreq

2019-05-22 Thread Rob Herring
On Fri, May 17, 2019 at 10:33 AM Neil Armstrong wrote: > > On 17/05/2019 17:00, Ezequiel Garcia wrote: > > Currently, there is some logic for the driver to work without devfreq. > > However, the driver actually fails to probe if !CONFIG_PM_DEVFREQ. > > > > Fix this by selecting devfreq, and drop

Re: [PATCH] drm/panfrost: Select devfreq

2019-05-17 Thread Neil Armstrong
On 17/05/2019 17:00, Ezequiel Garcia wrote: > Currently, there is some logic for the driver to work without devfreq. > However, the driver actually fails to probe if !CONFIG_PM_DEVFREQ. > > Fix this by selecting devfreq, and drop the additional checks > for devfreq. > Please add a Fixes tag.

[PATCH] drm/panfrost: Select devfreq

2019-05-17 Thread Ezequiel Garcia
Currently, there is some logic for the driver to work without devfreq. However, the driver actually fails to probe if !CONFIG_PM_DEVFREQ. Fix this by selecting devfreq, and drop the additional checks for devfreq. Signed-off-by: Ezequiel Garcia --- drivers/gpu/drm/panfrost/Kconfig|