[Mesa-dev] [PATCH 2/2] meson: Enable readeon vulkan driver on arm, aarch64

Dylan Baker dylan at pnwbakers.com
Sun Aug 26 17:15:38 UTC 2018


Quoting Guido Günther (2018-08-24 05:22:06)
> This is similar to what the Debian package does so it looks like a sane
> default.
> 
> Signed-off-by: Guido Günther <guido.gunther at puri.sm>
> ---
>  meson.build | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/meson.build b/meson.build
> index ccc0ed6a0ea..bf8f0770915 100644
> --- a/meson.build
> +++ b/meson.build
> @@ -179,6 +179,8 @@ if _vulkan_drivers.contains('auto')
>    if system_has_kms_drm
>      if host_machine.cpu_family().startswith('x86')
>        _vulkan_drivers = ['amd', 'intel']
> +    elif ['arm', 'aarch64'].contains(host_machine.cpu_family())
> +      _vulkan_drivers = ['amd']

This seems odd to me since we don't build either r600 or radeonsi for arm.

Dylan

>      else
>        error('Unknown architecture @0 at . Please pass -Dvulkan-drivers to set driver options. Patches gladly accepted to fix this.'.format(
>              host_machine.cpu_family()))
> -- 
> 2.18.0
> 
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: signature
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20180826/b7ae0f37/attachment.sig>


More information about the mesa-dev mailing list