All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/panfrost: Require the simple_ondemand governor
@ 2019-06-05 18:48 Ezequiel Garcia
  2019-06-10  6:44 ` Tomeu Vizoso
  2019-06-10 15:31 ` Rob Herring
  0 siblings, 2 replies; 3+ messages in thread
From: Ezequiel Garcia @ 2019-06-05 18:48 UTC (permalink / raw)
  To: Rob Herring, Tomeu Vizoso, David Airlie, Daniel Vetter
  Cc: kernel, Ezequiel Garcia, dri-devel, Neil Armstrong

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(+)

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.
-- 
2.20.1

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] drm/panfrost: Require the simple_ondemand governor
  2019-06-05 18:48 [PATCH] drm/panfrost: Require the simple_ondemand governor Ezequiel Garcia
@ 2019-06-10  6:44 ` Tomeu Vizoso
  2019-06-10 15:31 ` Rob Herring
  1 sibling, 0 replies; 3+ messages in thread
From: Tomeu Vizoso @ 2019-06-10  6:44 UTC (permalink / raw)
  To: Ezequiel Garcia, Rob Herring, David Airlie, Daniel Vetter
  Cc: kernel, dri-devel, Neil Armstrong

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.
> 
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] drm/panfrost: Require the simple_ondemand governor
  2019-06-05 18:48 [PATCH] drm/panfrost: Require the simple_ondemand governor Ezequiel Garcia
  2019-06-10  6:44 ` Tomeu Vizoso
@ 2019-06-10 15:31 ` Rob Herring
  1 sibling, 0 replies; 3+ messages in thread
From: Rob Herring @ 2019-06-10 15:31 UTC (permalink / raw)
  To: Ezequiel Garcia
  Cc: Tomeu Vizoso, Neil Armstrong, David Airlie, dri-devel, kernel

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.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-06-10 15:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-05 18:48 [PATCH] drm/panfrost: Require the simple_ondemand governor Ezequiel Garcia
2019-06-10  6:44 ` Tomeu Vizoso
2019-06-10 15:31 ` Rob Herring

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.