[PATCH 1/2] drm/lima: add missing Kconfig dependency

Neil Armstrong narmstrong at baylibre.com
Tue Apr 9 07:22:40 UTC 2019


On 09/04/2019 02:36, Qiang Yu wrote:
> Current implementation does not support MMU-less
> plarforms.
> 
> Cc: Randy Dunlap <rdunlap at infradead.org>

You could also add :
Suggested-by: Randy Dunlap <rdunlap at infradead.org>
Like patch 2.

But you can fix it while applying it

> Cc: Neil Armstrong <narmstrong at baylibre.com>
> Fixes: a1d2a6339961 ("drm/lima: driver for ARM Mali4xx GPUs")
> Signed-off-by: Qiang Yu <yuq825 at gmail.com>
> ---
>  drivers/gpu/drm/lima/Kconfig | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/drivers/gpu/drm/lima/Kconfig b/drivers/gpu/drm/lima/Kconfig
> index f11314448093..bb4ddc6bb0a6 100644
> --- a/drivers/gpu/drm/lima/Kconfig
> +++ b/drivers/gpu/drm/lima/Kconfig
> @@ -5,6 +5,9 @@ config DRM_LIMA
>         tristate "LIMA (DRM support for ARM Mali 400/450 GPU)"
>         depends on DRM
>         depends on ARM || ARM64 || COMPILE_TEST
> +       depends on MMU
> +       depends on COMMON_CLK
> +       depends on OF
>         select DRM_SCHED
>         help
>           DRM driver for ARM Mali 400/450 GPUs.
> 

Reviewed-by: Neil Armstrong <narmstrong at baylibre.com>


More information about the dri-devel mailing list