diff mbox series

drm/panfrost: Require the simple_ondemand governor

Message ID 20190605184859.9432-1-ezequiel@collabora.com (mailing list archive)
State New, archived
Headers show
Series drm/panfrost: Require the simple_ondemand governor | expand

Commit Message

Ezequiel Garcia June 5, 2019, 6:48 p.m. UTC
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 <ezequiel@collabora.com>
---
 drivers/gpu/drm/panfrost/Kconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Tomeu Vizoso June 10, 2019, 6:44 a.m. UTC | #1
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 <ezequiel@collabora.com>

Good one, had totally forgotten about it.

Reviewed-by: Tomeu Vizoso <tomeu.vizoso@collabora.com>

Thanks!

Tomeu

> ---
>   drivers/gpu/drm/panfrost/Kconfig | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/gpu/drm/panfrost/Kconfig b/drivers/gpu/drm/panfrost/Kconfig
> index 81963e964b0f..86cdc0ce79e6 100644
> --- a/drivers/gpu/drm/panfrost/Kconfig
> +++ b/drivers/gpu/drm/panfrost/Kconfig
> @@ -10,6 +10,7 @@ config DRM_PANFROST
>   	select IOMMU_IO_PGTABLE_LPAE
>   	select DRM_GEM_SHMEM_HELPER
>   	select PM_DEVFREQ
> +	select DEVFREQ_GOV_SIMPLE_ONDEMAND
>   	help
>   	  DRM driver for ARM Mali Midgard (T6xx, T7xx, T8xx) and
>   	  Bifrost (G3x, G5x, G7x) GPUs.
>
Rob Herring (Arm) June 10, 2019, 3:31 p.m. UTC | #2
On Wed, Jun 5, 2019 at 12:49 PM Ezequiel Garcia <ezequiel@collabora.com> 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 <ezequiel@collabora.com>
> ---
>  drivers/gpu/drm/panfrost/Kconfig | 1 +
>  1 file changed, 1 insertion(+)

Applied.
diff mbox series

Patch

diff --git a/drivers/gpu/drm/panfrost/Kconfig b/drivers/gpu/drm/panfrost/Kconfig
index 81963e964b0f..86cdc0ce79e6 100644
--- a/drivers/gpu/drm/panfrost/Kconfig
+++ b/drivers/gpu/drm/panfrost/Kconfig
@@ -10,6 +10,7 @@  config DRM_PANFROST
 	select IOMMU_IO_PGTABLE_LPAE
 	select DRM_GEM_SHMEM_HELPER
 	select PM_DEVFREQ
+	select DEVFREQ_GOV_SIMPLE_ONDEMAND
 	help
 	  DRM driver for ARM Mali Midgard (T6xx, T7xx, T8xx) and
 	  Bifrost (G3x, G5x, G7x) GPUs.