[Ezbench-dev] [PATCH] profile: load the Radeon ICD for Vulkan as well

Samuel Pitoiset samuel.pitoiset at gmail.com
Wed Jan 31 13:25:46 UTC 2018


Signed-off-by: Samuel Pitoiset <samuel.pitoiset at gmail.com>
---
 profiles.d/mesa/profile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles.d/mesa/profile b/profiles.d/mesa/profile
index 955662b3ac..438aa5729c 100644
--- a/profiles.d/mesa/profile
+++ b/profiles.d/mesa/profile
@@ -47,7 +47,7 @@ function repo_compile_version() {
 export LD_LIBRARY_PATH="$PROFILE_DEPLOY_DIR/lib":$LD_LIBRARY_PATH
 
 # for Vulkan
-export VK_ICD_FILENAMES="$PROFILE_DEPLOY_DIR/share/vulkan/icd.d/intel_icd.x86_64.json"
+export VK_ICD_FILENAMES="$PROFILE_DEPLOY_DIR/share/vulkan/icd.d/intel_icd.x86_64.json:$PROFILE_DEPLOY_DIR/share/vulkan/icd.d/radeon_icd.x86_64.json"
 
 rounds=3
 repoDir="$REPO_MESA"
-- 
2.16.1



More information about the Ezbench-dev mailing list