Hi
With last amdgpu driver version, 5.18.13-1520974.el8, among other issues, I' have the follwing message when I launch eglinfo
GBM platform:
amdgpu_device_initialize: amdgpu_query_info(ACCEL_WORKING) failed (-13)
amdgpu: amdgpu_device_initialize failed.
MESA-LOADER: failed to open zink: /opt/amdgpu/lib64/dri/zink_dri.so: cannot open shared object file: No such file or directory (search paths /opt/amdgpu/lib64/dri, suffix _dri)
failed to load driver: zink
Why Mesa is pointing to zink if it wasn't specified? it cannot default safely to radeon_si?
I'm running Rhel 8, and the card is a R9 Fury.
uname -a
4.18.0-425.10.1.el8_7.x86_64 #1 SMP Thu Jan 12 16:32:13 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
How can I workaround this missing library issue?