Open
Description
The problem originates from:
bxt-rs/src/modules/capture/vulkan.rs
Line 781 in 3ef9d8b
Content of compared variables with different drivers installed:
amdvlk (maintained by AMD)
id_properties [65, 77, 68, 45, 76, 73, 78, 85, 88, 45, 68, 82, 86, 0, 0, 0]
uuids [65, 77, 68, 45, 77, 69, 83, 65, 45, 68, 82, 86, 0, 0, 0, 0]
radv (part of Mesa)
id_properties [65, 77, 68, 45, 77, 69, 83, 65, 45, 68, 82, 86, 0, 0, 0, 0]
uuids [65, 77, 68, 45, 77, 69, 83, 65, 45, 68, 82, 86, 0, 0, 0, 0]
OS: archlinux
amdvlk version: 2023.Q2.3
radv version: 23.1.3
I've tried to manually override this comparison with simple true
and it seems work normal on both drivers (i.e. even if check "meant to fail" (on amdvlk) - it still seems to work)