Verify linux-firmware 1.173.19 in the -proposed repository fixed.
$ cat dmesg.txt |grep -i amdgpu [ 1.376596] [drm] amdgpu kernel modesetting enabled. [ 1.376922] amdgpu 0000:03:00.0: remove_conflicting_pci_framebuffers: bar 0: 0x6000000000 -> 0x600fffffff [ 1.376923] amdgpu 0000:03:00.0: remove_conflicting_pci_framebuffers: bar 2: 0x6010000000 -> 0x60101fffff [ 1.376923] amdgpu 0000:03:00.0: remove_conflicting_pci_framebuffers: bar 5: 0x7e800000 -> 0x7e87ffff [ 1.376975] amdgpu 0000:03:00.0: enabling device (0106 -> 0107) [ 1.400152] amdgpu 0000:03:00.0: VRAM: 8176M 0x0000008000000000 - 0x00000081FEFFFFFF (8176M used) [ 1.400153] amdgpu 0000:03:00.0: GART: 512M 0x0000000000000000 - 0x000000001FFFFFFF [ 1.400218] [drm] amdgpu: 8176M of VRAM memory ready [ 1.400219] [drm] amdgpu: 8176M of GTT memory ready. [ 2.030115] amdgpu: [powerplay] smu driver if version = 0x00000034, smu fw if version = 0x00000036, smu fw version = 0x00351a00 (53.26.0) [ 2.030115] amdgpu: [powerplay] SMU driver if version not matched [ 2.041545] amdgpu: [powerplay] SMU is initialized successfully! [ 2.059773] amdgpu 0000:03:00.0: ring 0(gfx_0.0.0) uses VM inv eng 4 on hub 0 [ 2.059773] amdgpu 0000:03:00.0: ring 1(gfx_0.1.0) uses VM inv eng 5 on hub 0 [ 2.059774] amdgpu 0000:03:00.0: ring 2(comp_1.0.0) uses VM inv eng 6 on hub 0 [ 2.059774] amdgpu 0000:03:00.0: ring 3(comp_1.1.0) uses VM inv eng 7 on hub 0 [ 2.059775] amdgpu 0000:03:00.0: ring 4(comp_1.2.0) uses VM inv eng 8 on hub 0 [ 2.059775] amdgpu 0000:03:00.0: ring 5(comp_1.3.0) uses VM inv eng 9 on hub 0 [ 2.059776] amdgpu 0000:03:00.0: ring 6(comp_1.0.1) uses VM inv eng 10 on hub 0 [ 2.059776] amdgpu 0000:03:00.0: ring 7(comp_1.1.1) uses VM inv eng 11 on hub 0 [ 2.059777] amdgpu 0000:03:00.0: ring 8(comp_1.2.1) uses VM inv eng 12 on hub 0 [ 2.059777] amdgpu 0000:03:00.0: ring 9(comp_1.3.1) uses VM inv eng 13 on hub 0 [ 2.059777] amdgpu 0000:03:00.0: ring 10(kiq_2.1.0) uses VM inv eng 14 on hub 0 [ 2.059778] amdgpu 0000:03:00.0: ring 11(sdma0) uses VM inv eng 15 on hub 0 [ 2.059778] amdgpu 0000:03:00.0: ring 12(sdma1) uses VM inv eng 16 on hub 0 [ 2.059779] amdgpu 0000:03:00.0: ring 13(vcn_dec) uses VM inv eng 4 on hub 1 [ 2.059779] amdgpu 0000:03:00.0: ring 14(vcn_enc0) uses VM inv eng 5 on hub 1 [ 2.059780] amdgpu 0000:03:00.0: ring 15(vcn_enc1) uses VM inv eng 6 on hub 1 [ 2.059780] amdgpu 0000:03:00.0: ring 16(vcn_jpeg) uses VM inv eng 7 on hub 1 [ 2.059855] [drm] Initialized amdgpu 3.35.0 20150101 for 0000:03:00.0 on minor 1 [ 90.783822] snd_hda_intel 0000:03:00.1: bound 0000:03:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu]) ** Tags removed: verification-needed-bionic ** Tags added: verification-done-bionic -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-firmware in Ubuntu. https://bugs.launchpad.net/bugs/1881525 Title: in kernel amdgpu failed with W5500 [1002:7341] Status in HWE Next: New Status in linux-firmware package in Ubuntu: Invalid Status in linux-firmware source package in Bionic: Fix Committed Bug description: [SRU Justfication] [Impact] amdgpu is always failed on bionic 5.4 kernel. Since bionic's kernel will upgrade to 5.4 in the future, but bionic's linux-firmware didn't support navi14. So if a user update kernel to 5.4, he/she still can't use the related navi14 devices. # dmesg | grep amdgpu [drm] amdgpu kernel modesetting enabled. amdgpu remove_conflicting_pci_framebuffers: bar 0: 0x6000000000 -> 0x600fffffff amdgpu remove_conflicting_pci_framebuffers: bar 2: 0x6010000000 -> 0x60101fffff amdgpu remove_conflicting_pci_framebuffers: bar 5: 0x7e800000 -> 0x7e87ffff fb0: switching to amdgpudrmfb from EFI VGA amdgpu vgaarb: deactivate vga console amdgpu enabling device (0106 -> 0107) amdgpu Direct firmware load for amdgpu/navi14_gpu_info.bin failed with error -2 amdgpu Failed to load gpu_info firmware "amdgpu/navi14_gpu_info.bin" amdgpu Fatal error during GPU init [Fix] Patchset[1] for navi14's support currently landed in focal's linux-firmware, so we backported them to bionic's linux-firmware. [1]: aa95e90b2c638f1ca6647d12b2d1b18284428f9c d4f88ea76e442e6652de1367050e33314594d533 40656437f476ef7c47972731671ddcc9e4c4225b 7319341e6e40f8bae1f2623eb5e4ddc0e2b50076 b5b176ac09b6d1211da1e5db8e0c31ac830e4b8c [Test] The amdgpu can be recognized and initialized when booting. # dmesg | grep amdgpu [drm] amdgpu kernel modesetting enabled. amdgpu remove_conflicting_pci_framebuffers: bar 0: 0x6000000000 -> 0x600fffffff amdgpu remove_conflicting_pci_framebuffers: bar 2: 0x6010000000 -> 0x60101fffff amdgpu remove_conflicting_pci_framebuffers: bar 5: 0x7e800000 -> 0x7e87ffff amdgpu enabling device (0106 -> 0107) amdgpu VRAM: 8176M 0x0000008000000000 - 0x00000081FEFFFFFF (8176M used) amdgpu GART: 512M 0x0000000000000000 - 0x000000001FFFFFFF [drm] amdgpu: 8176M of VRAM memory ready [drm] amdgpu: 8176M of GTT memory ready. ... [drm] Initialized amdgpu 3.35.0 20150101 for 0000:03:00.0 on minor 1 [Regression Potential] Low, just adding new navi14 firmware, no change to existing firmware. X-HWE-Bug: Bug #1880678 --- ProblemType: Bug ApportVersion: 2.20.9-0ubuntu7.14 Architecture: amd64 Dependencies: DistributionChannelDescriptor: # This is the distribution channel descriptor for the OEM CDs # For more information see http://wiki.ubuntu.com/DistributionChannelDescriptor canonical-oem-somerville-bionic-amd64-20190418-59+beaver-osp1-hotpie+X34 DistroRelease: Ubuntu 18.04 InstallationDate: Installed on 2020-05-25 (6 days ago) InstallationMedia: Ubuntu 18.04 "Bionic" - Build amd64 LIVE Binary 20190418-12:10 Package: linux-firmware 1.173.18+navi14 [origin: LP-PPA-shanelin-linux-firmware] PackageArchitecture: all ProcVersionSignature: Ubuntu 5.4.0-31.35~18.04.2-generic 5.4.34 Tags: bionic uec-images third-party-packages Uname: Linux 5.4.0-31-generic x86_64 UnreportableReason: This is not an official Ubuntu package. Please remove any third party package and try again. UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo _MarkForUpload: True To manage notifications about this bug go to: https://bugs.launchpad.net/hwe-next/+bug/1881525/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp