[SRU] Fix amdgpu loading errors on Navi3x systems

Bug #2125139 reported by Leo Lin
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
linux-firmware (Ubuntu)
Status tracked in Resolute
Noble
Fix Released
Undecided
Unassigned
Plucky
Fix Released
Undecided
Unassigned
Questing
Fix Released
Undecided
Unassigned
Resolute
Fix Released
Undecided
Leo Lin

Bug Description

[ Impact ]

On navi3x on 6.17-oem kernel, the amdgpu drivers fails to load on navi3x systems due to errors in PSP firmware loading, leading to the following error messages:

[ 627.871752] amdgpu 0000:03:00.0: amdgpu: PSP load kdb failed!
[ 628.056253] [drm:psp_v13_0_ring_destroy [amdgpu]] *ERROR* Fail to stop psp ring
[ 628.056543] amdgpu 0000:03:00.0: amdgpu: PSP firmware loading failed
[ 628.056546] [drm:amdgpu_device_fw_loading [amdgpu]] *ERROR* hw_init of IP block <psp> failed -22
[ 628.056777] amdgpu 0000:03:00.0: amdgpu: amdgpu_device_ip_init failed
[ 628.056779] amdgpu 0000:03:00.0: amdgpu: Fatal error during GPU init
[ 628.056781] amdgpu 0000:03:00.0: amdgpu: amdgpu: finishing device.
[ 628.056866] ------------[ cut here ]------------
[ 628.056867] WARNING: CPU: 8 PID: 2133 at drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c:631 amdgpu_irq_put+0x9c/0xb0 [amdgpu]
[ 628.057093] Modules linked in: amdgpu(+) amdxcp gpu_sched drm_panel_backlight_quirks drm_buddy drm_ttm_helper ttm drm_exec drm_suballoc_helper drm_display_helper cec rc_core i2c_algo_bit nls_iso8859_1 xt_conntrack nft_chain_nat xt_MASQUERADE nf_nat nf_conntrack_netlink nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 xfrm_user xfrm_algo xt_addrtype nft_compat nf_tables br_netfilter bridge stp llc overlay qrtr binfmt_misc snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel soundwire_cadence snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda snd_sof_pci snd_sof_xtensa_dsp snd_sof snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation snd_soc_acpi soundwire_bus snd_soc_sdca intel_rapl_msr snd_soc_avs intel_rapl_common snd_soc_hda_codec intel_uncore_frequency intel_uncore_frequency_common snd_hda_ext_core intel_tcc_cooling snd_soc_core snd_hda_codec_hdmi x86_pkg_temp_thermal intel_powerclamp snd_compress ac97_bus
[ 628.057124] snd_pcm_dmaengine coretemp snd_hda_intel snd_intel_dspcfg snd_intel_sdw_acpi kvm_intel snd_usb_audio snd_hda_codec snd_hda_core snd_usbmidi_lib snd_hwdep snd_seq_midi kvm snd_ump snd_seq_midi_event snd_rawmidi snd_pcm irqbypass polyval_clmulni mc cmdlinepart polyval_generic snd_seq ghash_clmulni_intel sha256_ssse3 spi_nor sha1_ssse3 snd_seq_device aesni_intel snd_timer mei_hdcp spd5118 mtd mei_pxp crypto_simd cryptd mfd_aaeon rapl asus_nb_wmi eeepc_wmi asus_wmi snd i2c_i801 sparse_keymap intel_cstate mei_me platform_profile wmi_bmof i2c_smbus spi_intel_pci i2c_mux soundcore spi_intel mei intel_pmc_core pmt_telemetry pmt_class intel_vsec acpi_pad acpi_tad mac_hid sch_fq_codel msr parport_pc ppdev lp parport efi_pstore nfnetlink dmi_sysfs ip_tables x_tables autofs4 hid_generic usbhid hid nvme nvme_core igc nvme_auth ahci intel_lpss_pci intel_lpss libahci idma64 vmd ucsi_acpi typec_ucsi typec video pinctrl_alderlake wmi

[ Fix ]

Update the following firmware to the latest:

- DMCUB:
amdgpu/dcn_3_2_0_dmcub.bin

- GC:
amdgpu/gc_11_0_0_me.bin
amdgpu/gc_11_0_0_mec.bin
amdgpu/gc_11_0_0_mes1.bin
amdgpu/gc_11_0_0_mes_2.bin
amdgpu/gc_11_0_0_pfp.bin
amdgpu/gc_11_0_0_rlc.bin
amdgpu/gc_11_0_0_rlc_1.bin
amdgpu/gc_11_0_0_imu.bin
amdgpu/gc_11_0_0_imu_kicker.bin
amdgpu/gc_11_0_0_rlc_kicker.bin

- PSP:
amdgpu/psp_13_0_0_sos.bin
amdgpu/psp_13_0_0_ta.bin
amdgpu/psp_13_0_0_sos_kicker.bin
amdgpu/psp_13_0_0_ta_kicker.bin

- SDMA:
amdgpu/sdma_6_0_0.bin

- SMU:
amdgpu/smu_13_0_0.bin
amdgpu/smu_13_0_0_kicker.bin

- VCN:
amdgpu/vcn_4_0_0.bin

[ Test ]

On a navi3x system, boot into graphic environment, SSH into the DUT, and repeatedly load and unload module ~20 times:

1. sudo modprobe amdgpu
2. sudo modprobe -r amdgpu

[ Where the problem could occur ]

This should impact only the GPUs with those versions of IP blocks.

[ Other Information ]

Relevant upstream commits:

- DMCUB
https://gitlab.com/kernel-firmware/linux-firmware/-/commit/a26e413e7481d12ab5a53f77e0cdde2d5be937d8

- GC
https://gitlab.com/kernel-firmware/linux-firmware/-/commit/7dea59d23b921a7218d2ca63167bf87ac160827b
https://gitlab.com/kernel-firmware/linux-firmware/-/commit/25fbfc9a9fe6518409390fdcbe7d64c8a80a26f2

- PSP
https://gitlab.com/kernel-firmware/linux-firmware/-/commit/154e8d1559f63e59ca18548450ce7ddb7943bf8d
https://gitlab.com/kernel-firmware/linux-firmware/-/commit/c48f3cf6d95afb446107fdafbcd848ee1ba5051e
https://gitlab.com/kernel-firmware/linux-firmware/-/commit/49b6d2db05a789add2b8ca222e73f21ef8789b1a
- SDMA
https://gitlab.com/kernel-firmware/linux-firmware/-/commit/c7beb200e2f8f411f7aef78302f50afcece708a5

- SMU
https://gitlab.com/kernel-firmware/linux-firmware/-/commit/dfa8be4ec1bb839ecc5145f6386d0b6ad1cc36f7
https://gitlab.com/kernel-firmware/linux-firmware/-/commit/c5bd5d23d026121b404932b1eaa73057f48eebb7

- VCN
https://gitlab.com/kernel-firmware/linux-firmware/-/commit/85014781be88a15ae7f5fb60f736e697b87bcff6

Leo Lin (0xff07)
Changed in linux-firmware (Ubuntu):
assignee: nobody → Leo Lin (0xff07)
tags: added: originate-from-2122662
tags: added: kernel-daily-bug
Leo Lin (0xff07)
description: updated
Leo Lin (0xff07)
description: updated
Juerg Haefliger (juergh)
Changed in linux-firmware (Ubuntu Resolute):
status: New → Fix Released
Revision history for this message
Juerg Haefliger (juergh) wrote :

We also need this for Q. Leo, can you please review:
https://kernel.ubuntu.com/forgejo/kernel/linux-firmware/pulls/253

Juerg Haefliger (juergh)
Changed in linux-firmware (Ubuntu Plucky):
status: New → Fix Released
status: Fix Released → Fix Committed
Changed in linux-firmware (Ubuntu Noble):
status: New → Fix Committed
Changed in linux-firmware (Ubuntu Questing):
status: New → Fix Committed
Revision history for this message
Leo Lin (0xff07) wrote (last edit ):

@juergh although a bit late, but the one you proposed for Q is correct.

Revision history for this message
Timo Aaltonen (tjaalton) wrote : Please test proposed package

Hello Leo, or anyone else affected,

Accepted linux-firmware into questing-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/linux-firmware/20250901.git993ff19b-0ubuntu1.3 in a few hours, and then in the -proposed repository.

Please help us by testing this new package. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how to enable and use -proposed. Your feedback will aid us getting this update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug, mentioning the version of the package you tested, what testing has been performed on the package and change the tag from verification-needed-questing to verification-done-questing. If it does not fix the bug for you, please add a comment stating that, and change the tag to verification-failed-questing. In either case, without details of your testing we will not be able to proceed.

Further information regarding the verification process can be found at https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in advance for helping!

N.B. The updated package will be released to -updates after the bug(s) fixed by this package have been verified and the package has been in -proposed for a minimum of 7 days.

Revision history for this message
Timo Aaltonen (tjaalton) wrote :

Hello Leo, or anyone else affected,

Accepted linux-firmware into plucky-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/linux-firmware/20250317.git1d4c88ee-0ubuntu1.10 in a few hours, and then in the -proposed repository.

Please help us by testing this new package. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how to enable and use -proposed. Your feedback will aid us getting this update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug, mentioning the version of the package you tested, what testing has been performed on the package and change the tag from verification-needed-plucky to verification-done-plucky. If it does not fix the bug for you, please add a comment stating that, and change the tag to verification-failed-plucky. In either case, without details of your testing we will not be able to proceed.

Further information regarding the verification process can be found at https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in advance for helping!

N.B. The updated package will be released to -updates after the bug(s) fixed by this package have been verified and the package has been in -proposed for a minimum of 7 days.

Revision history for this message
Timo Aaltonen (tjaalton) wrote :

Hello Leo, or anyone else affected,

Accepted linux-firmware into noble-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/linux-firmware/20240318.git3b128b60-0ubuntu2.20 in a few hours, and then in the -proposed repository.

Please help us by testing this new package. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how to enable and use -proposed. Your feedback will aid us getting this update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug, mentioning the version of the package you tested, what testing has been performed on the package and change the tag from verification-needed-noble to verification-done-noble. If it does not fix the bug for you, please add a comment stating that, and change the tag to verification-failed-noble. In either case, without details of your testing we will not be able to proceed.

Further information regarding the verification process can be found at https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in advance for helping!

N.B. The updated package will be released to -updates after the bug(s) fixed by this package have been verified and the package has been in -proposed for a minimum of 7 days.

Revision history for this message
Anson Tsao (ansontsao) wrote :

Internal team verified 100 rounds of GPU reload test with 6.14-generic & linux-firmware-20240318.git3b128b60-0ubuntu2.20 on Navi31, no further issue found.

tags: added: verification-done-noble
Revision history for this message
Timo Aaltonen (tjaalton) wrote :

this needs to be tested on plucky and questing too, same for the other bugs

tags: added: verification-needed-plucky verification-needed-questing
Revision history for this message
Leo Lin (0xff07) wrote :

Internal team (under the coordination from @ansontsao) also verified 100 rounds load/unload for:

1. Plucky (0ubuntu1.10 with kernel 6.14.0-35-generic)
2. Questing (0ubuntu1.3 with kernel 6.17.0-6-generic)

And confirmed that issue not reproducible.

tags: added: verification-done-plucky verification-done-questing
removed: verification-needed-plucky verification-needed-questing
Revision history for this message
Timo Aaltonen (tjaalton) wrote :

Hello Leo, or anyone else affected,

Accepted linux-firmware into questing-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/linux-firmware/20250901.git993ff19b-0ubuntu1.4 in a few hours, and then in the -proposed repository.

Please help us by testing this new package. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how to enable and use -proposed. Your feedback will aid us getting this update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug, mentioning the version of the package you tested, what testing has been performed on the package and change the tag from verification-needed-questing to verification-done-questing. If it does not fix the bug for you, please add a comment stating that, and change the tag to verification-failed-questing. In either case, without details of your testing we will not be able to proceed.

Further information regarding the verification process can be found at https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in advance for helping!

N.B. The updated package will be released to -updates after the bug(s) fixed by this package have been verified and the package has been in -proposed for a minimum of 7 days.

Revision history for this message
Timo Aaltonen (tjaalton) wrote :

Hello Leo, or anyone else affected,

Accepted linux-firmware into plucky-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/linux-firmware/20250317.git1d4c88ee-0ubuntu1.11 in a few hours, and then in the -proposed repository.

Please help us by testing this new package. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how to enable and use -proposed. Your feedback will aid us getting this update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug, mentioning the version of the package you tested, what testing has been performed on the package and change the tag from verification-needed-plucky to verification-done-plucky. If it does not fix the bug for you, please add a comment stating that, and change the tag to verification-failed-plucky. In either case, without details of your testing we will not be able to proceed.

Further information regarding the verification process can be found at https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in advance for helping!

N.B. The updated package will be released to -updates after the bug(s) fixed by this package have been verified and the package has been in -proposed for a minimum of 7 days.

Revision history for this message
Timo Aaltonen (tjaalton) wrote :

Hello Leo, or anyone else affected,

Accepted linux-firmware into noble-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/linux-firmware/20240318.git3b128b60-0ubuntu2.21 in a few hours, and then in the -proposed repository.

Please help us by testing this new package. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how to enable and use -proposed. Your feedback will aid us getting this update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug, mentioning the version of the package you tested, what testing has been performed on the package and change the tag from verification-needed-noble to verification-done-noble. If it does not fix the bug for you, please add a comment stating that, and change the tag to verification-failed-noble. In either case, without details of your testing we will not be able to proceed.

Further information regarding the verification process can be found at https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in advance for helping!

N.B. The updated package will be released to -updates after the bug(s) fixed by this package have been verified and the package has been in -proposed for a minimum of 7 days.

Revision history for this message
Timo Aaltonen (tjaalton) wrote : Update Released

The verification of the Stable Release Update for linux-firmware has completed successfully and the package is now being released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you encounter a regression using the package from -updates please report a new bug using ubuntu-bug and tag the bug report regression-update so we can easily find any regressions.

Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package linux-firmware - 20250901.git993ff19b-0ubuntu1.4

---------------
linux-firmware (20250901.git993ff19b-0ubuntu1.4) questing; urgency=medium

  * [SRU] eDP showing garbage on GPT1 platforms (LP: #2129011)
    - amdgpu: update PSP 14.0.0 firmware
  * [SRU] Update GC 11.5.1 firmware to enable MES WA on Strix Halo (LP: #2129150)
    - amdgpu: update GC 11.5.1 firmware
  * [SRU] Fix eDP showing garbage on GPT2 platforms (LP: #2129172)
    - amdgpu: update PSP 14.0.4 firmware
  * [SRU] Fix amdgpu loading errors on Navi3x systems (LP: #2125139)
    - amdgpu: update VCN 4.0.0 firmware
    - amdgpu: update SMU 13.0.0 firmware
    - amdgpu: update SDMA 6.0.0 firmware
    - amdgpu: update PSP 13.0.0 firmware
    - amdgpu: update GC 11.0.0 firmware
    - amdgpu: update PSP 13.0.0 kicker firmware
    - amdgpu: update SMU 13.0.0 kicker firmware
  * Missing vendor/product/sku specific ISH firmware for Dell laptops (LP: #2094768)
    - linux-firmware: Add Dell ISH firmware for Intel Lunar Lake systems

 -- Juerg Haefliger <email address hidden> Mon, 17 Nov 2025 11:46:42 +0100

Changed in linux-firmware (Ubuntu Questing):
status: Fix Committed → Fix Released
Revision history for this message
Leo Lin (0xff07) wrote :

Between -0ubuntu2.20 to -0ubuntu2.21 and -0ubuntu1.10 to -0ubuntu1.11[2] the only differences are the WCN7851 firmware files from, which is nowhere to be used by the amdgpu driver.

Also confirmed that the checksum for firmware files in this SRU remain the same in -0ubuntu2.21 and -0ubuntu1.11. So the verification result should still hold.

Hashes for P:

6a06c16a77e84fe22e91c9d2e6220476 amdgpu/dcn_3_2_0_dmcub.bin
e0b3a110570ef4ef63284572458a096b amdgpu/gc_11_0_0_imu_kicker.bin
22a746ed47cf44836aa32fc3837fd666 amdgpu/gc_11_0_0_me.bin
4b358b7270818e95ce3ad36ad647173b amdgpu/gc_11_0_0_mec.bin
0e8a562095bcc6787a11ce564c216b69 amdgpu/gc_11_0_0_mes1.bin
b865dc0966459d7d156e0f421d333750 amdgpu/gc_11_0_0_mes_2.bin
ae392d606697cbe8e0084a57ee720563 amdgpu/gc_11_0_0_pfp.bin
d25638c2ed2eeb634de7f323d2ebeab2 amdgpu/gc_11_0_0_rlc_kicker.bin
cdf9da6c2212d30c04f1b56722ee9904 amdgpu/psp_13_0_0_sos.bin
e4d6384e222e79e5793cf89bbe06bd9a amdgpu/psp_13_0_0_sos_kicker.bin
19758636f3f23f51289e5bedb3522d5e amdgpu/psp_13_0_0_ta.bin
bab11c3be3defa7471a600e89544ecfb amdgpu/psp_13_0_0_ta_kicker.bin
9e2efc0c3f06932cdf15b49e6645ef09 amdgpu/sdma_6_0_0.bin
e03d47119f712a80619a656766d9c8d8 amdgpu/smu_13_0_0.bin
ae5ea21b888e62eccb91b344c04a50db amdgpu/smu_13_0_0_kicker.bin
cfe244431aaaa120bee275c95af658f9 amdgpu/vcn_4_0_0.bin

Hashes for N

6a06c16a77e84fe22e91c9d2e6220476 amdgpu/dcn_3_2_0_dmcub.bin
f57b77879159d1c3f25083f501a821eb amdgpu/gc_11_0_0_imu.bin
e0b3a110570ef4ef63284572458a096b amdgpu/gc_11_0_0_imu_kicker.bin
22a746ed47cf44836aa32fc3837fd666 amdgpu/gc_11_0_0_me.bin
4b358b7270818e95ce3ad36ad647173b amdgpu/gc_11_0_0_mec.bin
0e8a562095bcc6787a11ce564c216b69 amdgpu/gc_11_0_0_mes1.bin
b865dc0966459d7d156e0f421d333750 amdgpu/gc_11_0_0_mes_2.bin
ae392d606697cbe8e0084a57ee720563 amdgpu/gc_11_0_0_pfp.bin
281b8319edd38e1ba2a4902ee8ea6cd8 amdgpu/gc_11_0_0_rlc.bin
70bf3aa5afecb84f8818727e49e06ef0 amdgpu/gc_11_0_0_rlc_1.bin
d25638c2ed2eeb634de7f323d2ebeab2 amdgpu/gc_11_0_0_rlc_kicker.bin
cdf9da6c2212d30c04f1b56722ee9904 amdgpu/psp_13_0_0_sos.bin
e4d6384e222e79e5793cf89bbe06bd9a amdgpu/psp_13_0_0_sos_kicker.bin
19758636f3f23f51289e5bedb3522d5e amdgpu/psp_13_0_0_ta.bin
bab11c3be3defa7471a600e89544ecfb amdgpu/psp_13_0_0_ta_kicker.bin
9e2efc0c3f06932cdf15b49e6645ef09 amdgpu/sdma_6_0_0.bin
e03d47119f712a80619a656766d9c8d8 amdgpu/smu_13_0_0.bin
ae5ea21b888e62eccb91b344c04a50db amdgpu/smu_13_0_0_kicker.bin
cfe244431aaaa120bee275c95af658f9 amdgpu/vcn_4_0_0.bin

[1] https://kernel.ubuntu.com/forgejo/kernel/linux-firmware/commit/b26f0d211f10790eb70d3e8c2095333154131173
[2] https://kernel.ubuntu.com/forgejo/kernel/linux-firmware/commit/7edd3af00001e8fbfdf355b16cd55357c34fa1b6

Revision history for this message
Launchpad Janitor (janitor) wrote :
Download full text (6.6 KiB)

This bug was fixed in the package linux-firmware - 20240318.git3b128b60-0ubuntu2.21

---------------
linux-firmware (20240318.git3b128b60-0ubuntu2.21) noble; urgency=medium

  * [SRU] eDP showing garbage on GPT1 platforms (LP: #2129011)
    - amdgpu: update PSP 14.0.0 firmware
    - amdgpu: update PSP 14.0.0 firmware
    - amdgpu: update PSP 14.0.0 firmware
    - amdgpu: update psp 14.0.0 firmware
    - amdgpu: update psp 14.0.0 firmware
    - amdgpu: update psp 14.0.0 firmware
    - amdgpu: update psp 14.0.0 firmware
    - amdgpu: update PSP 14.0.0 firmware
    - amdgpu: update PSP 14.0.0 firmware
  * [SRU] Update GC 11.5.1 firmware to enable MES WA on Strix Halo (LP: #2129150)
    - amdgpu: update gc 11.5.1 firmware
    - amdgpu: update GC 11.5.1 firmware
    - amdgpu: update GC 11.5.1 firmware
  * [SRU] Fix eDP showing garbage on GPT2 platforms (LP: #2129172)
    - amdgpu: update PSP 14.0.4 firmware
    - amdgpu: update psp 14.0.4 firmware
    - amdgpu: update psp 14.0.4 firmware
    - amdgpu: update psp 14.0.4 firmware
    - amdgpu: update psp 14.0.4 firmware
    - amdgpu: update PSP 14.0.4 firmware
    - amdgpu: update PSP 14.0.4 firmware
  * Fix power state transition on navi4x (LP: #2122659)
    - amdgpu: update gc 12.0.1 firmware
    - amdgpu: update gc 12.0.1 firmware
    - amdgpu: update gc 12.0.1 firmware
    - amdgpu: update gc 12.0.1 firmware
    - amdgpu: update gc 12.0.1 firmware
    - amdgpu: update GC 12.0.1 firmware
    - amdgpu: update sdma 7.0.1 firmware
    - amdgpu: update sdma 7.0.1 firmware
    - amdgpu: update SDMA 7.0.1 firmware
    - amdgpu: update psp 14.0.3 firmware
    - amdgpu: update psp 14.0.3 firmware
    - amdgpu: update gc 14.0.3 firmware
    - amdgpu: update psp 14.0.3 firmware
    - amdgpu: update psp 14.0.3 firmware
    - amdgpu: update PSP 14.0.3 firmware
    - amdgpu: update smu 14.0.3 firmware
    - amdgpu: update smu 14.0.3 firmware
    - amdgpu: update smu 14.0.3 firmware
    - amdgpu: update smu 14.0.3 firmware
    - amdgpu: update smu 14.0.3 firmware
    - amdgpu: DMCUB updates for various AMDGPU ASICs
    - amdgpu: DMCUB updates for various AMDGPU ASICs
    - amdgpu: DMCUB updates forvarious AMDGPU ASICs
    - amdgpu: DMCUB updates for various ASICs
    - amdgpu: DMCUB update for DCN401
    - amdgpu: DCUB update for DCN401 and DCN315
    - amdgpu: DMCUB updates for various ASICs
    - amdgpu: DMCUB updates for various ASICs
    - amdgpu: update dcn 4.01 firmware to 0.1.3.0
    - amdgpu: update dcn 4.01 frmware to 0.1.6.0
    - amdgpu: update dcn 4.01 firmware to 0.1.8.0
    - amdgpu: updates for dcn 3.20 and dcn 4.01 firmware to 0.1.10.0
    - amdgpu: DMCUB updates for various ASICs
    - amdgpu: DMCUB updates for various ASICs
    - amdgpu: DMCUB updates for various ASICs
    - amdgpu: Update DMCUB fw for DCN401 & DCN315
    - amdgpu: update dmcub fw for dcn32 and dcn401
    - amdgpu: update dmcub fw for dcn401
    - amdgpu: DMCUB updates for DCN401
    - amdgpu: update dmcub fw for various DCN version
    - amdgpu: DMCUB updates for various ASICs
    - amdgpu: DMCUB updates for various ASICs
  * Missing vendor/product/sku specific ISH firmware for Dell laptops (LP: #2094768)
    - intel: ish: ...

Read more...

Changed in linux-firmware (Ubuntu Noble):
status: Fix Committed → Fix Released
Revision history for this message
Launchpad Janitor (janitor) wrote :
Download full text (3.4 KiB)

This bug was fixed in the package linux-firmware - 20250317.git1d4c88ee-0ubuntu1.11

---------------
linux-firmware (20250317.git1d4c88ee-0ubuntu1.11) plucky; urgency=medium

  * [SRU] eDP showing garbage on GPT1 platforms (LP: #2129011)
    - amdgpu: update psp 14.0.0 firmware
    - amdgpu: update PSP 14.0.0 firmware
    - amdgpu: update PSP 14.0.0 firmware
  * [SRU] Update GC 11.5.1 firmware to enable MES WA on Strix Halo (LP: #2129150)
    - amdgpu: update gc 11.5.1 firmware
    - amdgpu: update GC 11.5.1 firmware
    - amdgpu: update GC 11.5.1 firmware
  * [SRU] Fix eDP showing garbage on GPT2 platforms (LP: #2129172)
    - amdgpu: update psp 14.0.4 firmware
    - amdgpu: update psp 14.0.4 firmware
    - amdgpu: update PSP 14.0.4 firmware
    - amdgpu: update PSP 14.0.4 firmware
  * Fix power state transition on navi4x (LP: #2122659)
    - amdgpu: update gc 12.0.1 firmware
    - amdgpu: update gc 12.0.1 firmware
    - amdgpu: update GC 12.0.1 firmware
    - amdgpu: update sdma 7.0.1 firmware
    - amdgpu: update SDMA 7.0.1 firmware
    - amdgpu: update psp 14.0.3 firmware
    - amdgpu: update psp 14.0.3 firmware
    - amdgpu: update PSP 14.0.3 firmware
    - amdgpu: update smu 14.0.3 firmware
    - amdgpu: update smu 14.0.3 firmware
    - amdgpu: DMCUB updates for various ASICs
    - amdgpu: update dcn 4.01 firmware to 0.1.3.0
    - amdgpu: update dcn 4.01 frmware to 0.1.6.0
    - amdgpu: update dcn 4.01 firmware to 0.1.8.0
    - amdgpu: updates for dcn 3.20 and dcn 4.01 firmware to 0.1.10.0
    - amdgpu: DMCUB updates for various ASICs
    - amdgpu: DMCUB updates for various ASICs
    - amdgpu: DMCUB updates for various ASICs
    - amdgpu: Update DMCUB fw for DCN401 & DCN315
    - amdgpu: update dmcub fw for dcn32 and dcn401
    - amdgpu: update dmcub fw for dcn401
    - amdgpu: DMCUB updates for DCN401
    - amdgpu: update dmcub fw for various DCN version
    - amdgpu: DMCUB updates for various ASICs
    - amdgpu: DMCUB updates for various ASICs
  * Missing vendor/product/sku specific ISH firmware for Dell laptops (LP: #2094768)
    - intel: ish: Update license file for ISH
    - linux-firmware: Add Dell ISH firmware for Intel Lunar Lake systems
  * [SRU] Fix amdgpu loading errors on Navi3x systems (LP: #2125139)
    - amdgpu: update vcn 4.0.0 firmware
    - amdgpu: update vcn 4.0.0 firmware
    - amdgpu: update VCN 4.0.0 firmware
    - amdgpu: update VCN 4.0.0 firmware
    - amdgpu: update smu 13.0.0 firmware
    - amdgpu: update SMU 13.0.0 firmware
    - amdgpu: update SDMA 6.0.0 firmware
    - amdgpu: update SDMA 6.0.0 firmware
    - amdgpu: update psp 13.0.0 firmware
    - amdgpu: update psp 13.0.0 firmware
    - amdgpu: update PSP 13.0.0 firmware
    - amdgpu: update gc 11.0.0 firmware
    - amdgpu: update gc 11.0.0 firmware
    - amdgpu: update GC 11.0.0 firmware
    - amdgpu: update GC 11.0.0 firmware
    - amdgpu: updates for dcn 3.20 and dcn 4.01 firmware to 0.1.10.0
    - amdgpu: update dmcub fw for dcn32 and dcn401
    - amdgpu: add gc 11.0.0 kicker firmware
    - amdgpu: add psp 13.0.0 kicker firmware
    - amdgpu: update PSP 13.0.0 kicker firmware
    - amdgpu: update PSP 13.0.0 kicker firmware
    - amdgpu: add smu 13.0.0...

Read more...

Changed in linux-firmware (Ubuntu Plucky):
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.