More fixes on the AMD Vulkan driver crashes during gpu info collection
A workaround was previously added to avoid a crash during the Vulkan gpu information collection. This workaround was first applied to the 64-bit AMD Vulkan driver with version 1.0.39.0, 1.0.51.0 and 1.0.54.0 only. But now more crashes have been reported with amdvlk32.dll or systems with Intel/nVidea GPUs. In this case, the AMD GPU could be seconday or doesn't exist at all. This CL adds the 32-bit dll amdvlk32.dll to the workaround. It also removes the detection for the AMD device ID. Just detecting amdvlk32.dll and amdvlk64.dll is enough. BUG=850881 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel Change-Id: Ief8fe9dbaec8a5fb1417bf6be87aca8845da5967 Reviewed-on: https://chromium-review.googlesource.com/1094262 Commit-Queue: Maggie Chen <magchen@chromium.org> Reviewed-by:Antoine Labour <piman@chromium.org> Cr-Commit-Position: refs/heads/master@{#570630}
Showing
Please register or sign in to comment