[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <867198f91838d8e411849364e12864ecda28162d.camel@v3.sk>
Date: Tue, 16 Apr 2019 18:10:39 +0200
From: Lubomir Rintel <lkundrak@...sk>
To: Lucas Stach <l.stach@...gutronix.de>
Cc: Russell King <linux+etnaviv@...linux.org.uk>,
Christian Gmeiner <christian.gmeiner@...il.com>,
etnaviv@...ts.freedesktop.org, dri-devel@...ts.freedesktop.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] etnaviv: allow building on MMP
On Tue, 2019-04-16 at 18:01 +0200, Lubomir Rintel wrote:
> MMP2 has a GC860 core.
>
> Signed-off-by: Lubomir Rintel <lkundrak@...sk>
> ---
> drivers/gpu/drm/etnaviv/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/etnaviv/Kconfig b/drivers/gpu/drm/etnaviv/Kconfig
> index 041a77e400d4..7616f695270f 100644
> --- a/drivers/gpu/drm/etnaviv/Kconfig
> +++ b/drivers/gpu/drm/etnaviv/Kconfig
> @@ -2,7 +2,7 @@
> config DRM_ETNAVIV
> tristate "ETNAVIV (DRM support for Vivante GPU IP cores)"
> depends on DRM
> - depends on ARCH_MXC || ARCH_DOVE || (ARM && COMPILE_TEST)
> + depends on ARCH_MXC || ARCH_DOVE || ARCH_MMP || (ARM && COMPILE_TEST)
> depends on MMU
> select SHMEM
> select SYNC_FILE
Just noticed this is solved in 5.1. Please ignore this. Sorry for the
noise.
Lubo
Powered by blists - more mailing lists