From a9172de63348a76eedf1417e6acaa8526fa265d3 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Fri, 20 Aug 2021 18:10:01 +0100 Subject: [PATCH] Enable panfrost vulcan driver on arm --- mesa.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mesa.spec b/mesa.spec index e4b0dbc..7165ceb 100644 --- a/mesa.spec +++ b/mesa.spec @@ -33,7 +33,7 @@ %global with_panfrost 1 %global with_tegra 1 %global with_xa 1 -%global platform_vulkan ,broadcom,freedreno +%global platform_vulkan ,broadcom,freedreno,panfrost %endif %ifnarch %{arm} s390x @@ -605,6 +605,8 @@ popd %{_datadir}/vulkan/icd.d/broadcom_icd.*.json %{_libdir}/libvulkan_freedreno.so %{_datadir}/vulkan/icd.d/freedreno_icd.*.json +%{_libdir}/libvulkan_panfrost.so +%{_datadir}/vulkan/icd.d/panfrost_icd.aarch64.json %endif %endif