[Mesa-dev] [PATCH] meson: Remove panfrost from default driver list

2019-02-04 Thread Alyssa Rosenzweig
Until the kernel side matures and the full driver is upstreamed, to
avoid end-user surprises, Panfrost should only be built for the
adventurous.

Signed-off-by: Alyssa Rosenzweig 
---
 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meson.build b/meson.build
index b83cc21a328..8c24ef268f3 100644
--- a/meson.build
+++ b/meson.build
@@ -132,7 +132,7 @@ if _drivers.contains('auto')
 elif ['arm', 'aarch64'].contains(host_machine.cpu_family())
   _drivers = [
 'kmsro', 'v3d', 'vc4', 'freedreno', 'etnaviv', 'nouveau',
-'tegra', 'virgl', 'swrast', 'panfrost'
+'tegra', 'virgl', 'swrast'
   ]
 else
   error('Unknown architecture @0@. Please pass -Dgallium-drivers to set 
driver options. Patches gladly accepted to fix this.'.format(
-- 
2.20.1

___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


Re: [Mesa-dev] [PATCH] meson: Remove panfrost from default driver list

2019-02-04 Thread Jason Ekstrand
Seems like a good idea. You could also add an environment variable that, 
when not set, will cause it to abort on screen setup.


On February 4, 2019 20:04:23 Alyssa Rosenzweig  wrote:


Until the kernel side matures and the full driver is upstreamed, to
avoid end-user surprises, Panfrost should only be built for the
adventurous.

Signed-off-by: Alyssa Rosenzweig 
---
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meson.build b/meson.build
index b83cc21a328..8c24ef268f3 100644
--- a/meson.build
+++ b/meson.build
@@ -132,7 +132,7 @@ if _drivers.contains('auto')
elif ['arm', 'aarch64'].contains(host_machine.cpu_family())
  _drivers = [
'kmsro', 'v3d', 'vc4', 'freedreno', 'etnaviv', 'nouveau',
-'tegra', 'virgl', 'swrast', 'panfrost'
+'tegra', 'virgl', 'swrast'
  ]
else
  error('Unknown architecture @0@. Please pass -Dgallium-drivers to set 
  driver options. Patches gladly accepted to fix this.'.format(

--
2.20.1

___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev




___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


Re: [Mesa-dev] [PATCH] meson: Remove panfrost from default driver list

2019-02-04 Thread Alyssa Rosenzweig
> You could also add an environment variable that, when not set, will
> cause it to abort on screen setup.

Aborting on screen setup sounds like a surprise to me ;)
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


Re: [Mesa-dev] [PATCH] meson: Remove panfrost from default driver list

2019-02-05 Thread Eric Anholt
Alyssa Rosenzweig  writes:

> Until the kernel side matures and the full driver is upstreamed, to
> avoid end-user surprises, Panfrost should only be built for the
> adventurous.
>
> Signed-off-by: Alyssa Rosenzweig 

Reviewed-by: Eric Anholt 


signature.asc
Description: PGP signature
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev