GPU firmware path

Hello!

There is probably a quick fix to this issue, but I am not able to find any description of this from Internet.

After upgrading the system and rebuilding the graphics/drm-61-kmod everything works, but there are annoying messages in the logs when DRM starts loading the GPU modules:
Code:
polaris11_pfp_2.bin: could not load binary firmware /boot/firmware/polaris11_pfp_2.bin either
amdgpu/polaris11_pfp_2.bin: could not load binary firmware /boot/firmware/amdgpu/polaris11_pfp_2.bin either
amdgpu_polaris11_pfp_2.bin: could not load binary firmware /boot/firmware/amdgpu_polaris11_pfp_2.bin either
drmn0: successfully loaded firmware image 'amdgpu/polaris11_pfp_2.bin'
polaris11_me_2.bin: could not load binary firmware /boot/firmware/polaris11_me_2.bin either
amdgpu/polaris11_me_2.bin: could not load binary firmware /boot/firmware/amdgpu/polaris11_me_2.bin either
amdgpu_polaris11_me_2.bin: could not load binary firmware /boot/firmware/amdgpu_polaris11_me_2.bin either
drmn0: successfully loaded firmware image 'amdgpu/polaris11_me_2.bin'
polaris11_ce_2.bin: could not load binary firmware /boot/firmware/polaris11_ce_2.bin either
amdgpu/polaris11_ce_2.bin: could not load binary firmware /boot/firmware/amdgpu/polaris11_ce_2.bin either
amdgpu_polaris11_ce_2.bin: could not load binary firmware /boot/firmware/amdgpu_polaris11_ce_2.bin either
drmn0: successfully loaded firmware image 'amdgpu/polaris11_ce_2.bin'
[drm] Chained IB support enabled!

Seems that the first and second paths for modules are wrong. After that, the DRM finally finds the GPU modules from /boot/modules and loads them.

The question is - how to set the correct modules path for DRM?
 
Back
Top