freebsd / drm-kmod-firmware

KMS firmware components for graphics/kms-firmware port
Other
22 stars 17 forks source link

DRM fails to load when firmware is built from source. #27

Open ghost opened 1 year ago

ghost commented 1 year ago

Hello,

when i do install the firmware from source with make install then it fails to load the firmware for NAVI 22.

Using 14-CURRENT with drm 5.16.

May 15 22:34:16 Home kernel: drmn0: could not load firmware image 'amdgpu/navy_flounder_sos.bin' May 15 22:34:16 Home kernel: drmn0: failed to init sos firmware May 15 22:34:16 Home kernel: [drm ERROR :psp_sw_init] Failed to load psp firmware! May 15 22:34:16 Home kernel: [drm ERROR :amdgpu_device_ip_init] sw_init of IP block failed -2 May 15 22:34:16 Home kernel: drmn0: amdgpu_device_ip_init failed May 15 22:34:16 Home kernel: drmn0: Fatal error during GPU init May 15 22:34:16 Home kernel: drmn0: amdgpu: finishing device. May 15 22:34:16 Home kernel: device_attach: drmn0 attach returned 2

After installing the navy-flounder package with pkg everything went fine.

ghost commented 1 year ago

Hmm... looks like its missing, its there a reason for that?

Screenshot_2023-05-15_23-07-04

ghost commented 1 year ago

I have to set OSVERSION=1400000 even that i am on current already, is this intended?

evadot commented 6 months ago

Is it still happening ?