]> git.baikalelectronics.ru Git - kernel.git/commit
drm/panfrost: Select devfreq
authorEzequiel Garcia <ezequiel@collabora.com>
Fri, 17 May 2019 15:00:42 +0000 (12:00 -0300)
committerRob Herring <robh@kernel.org>
Wed, 22 May 2019 18:05:13 +0000 (13:05 -0500)
commitf675f7af85639eef6b79b4c04f1e1e0e4430320a
tree2c91a1a460a0099e38697dfc7d7325b09fe8ec66
parentca1042bd50517094bd73e1a27f87963d5190b268
drm/panfrost: Select devfreq

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 <ezequiel@collabora.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20190517150042.776-1-ezequiel@collabora.com
drivers/gpu/drm/panfrost/Kconfig
drivers/gpu/drm/panfrost/panfrost_devfreq.c