Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/panfrost: Require the simple_ondemand governor

Panfrost depends on the simple_ondemand governor, and therefore
it's a required configuration. Select it.

Fixes: f3617b449d0b ("drm/panfrost: Select devfreq")
Signed-off-by: Ezequiel Garcia <ezequiel@collabora.com>
Reviewed-by: Tomeu Vizoso <tomeu.vizoso@collabora.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20190605184859.9432-1-ezequiel@collabora.com

authored by

Ezequiel Garcia and committed by
Rob Herring
de060de3 1c3b526e

+1
+1
drivers/gpu/drm/panfrost/Kconfig
··· 10 10 select IOMMU_IO_PGTABLE_LPAE 11 11 select DRM_GEM_SHMEM_HELPER 12 12 select PM_DEVFREQ 13 + select DEVFREQ_GOV_SIMPLE_ONDEMAND 13 14 help 14 15 DRM driver for ARM Mali Midgard (T6xx, T7xx, T8xx) and 15 16 Bifrost (G3x, G5x, G7x) GPUs.