Bug 219929 - Direct firmware load for amdgpu/isp_4_1_0.bin failed with error -2
Summary: Direct firmware load for amdgpu/isp_4_1_0.bin failed with error -2
Status: RESOLVED PATCH_ALREADY_AVAILABLE
Alias: None
Product: Drivers
Classification: Unclassified
Component: Video(DRI - non Intel) (show other bugs)
Hardware: All Linux
: P3 normal
Assignee: drivers_video-dri
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-03-28 01:05 UTC by Atiq
Modified: 2025-03-28 01:29 UTC (History)
3 users (show)

See Also:
Kernel Version:
Subsystem:
Regression: No
Bisected commit-id:


Attachments
`journalctl --boot` output (348.98 KB, text/plain)
2025-03-28 01:05 UTC, Atiq
Details

Description Atiq 2025-03-28 01:05:22 UTC
Created attachment 307900 [details]
`journalctl --boot` output

On AMD Ryzen AI 9 HX 370 w/ Radeon 890M, seeing this error on kernel logs:

amdgpu 0000:65:00.0: Direct firmware load for amdgpu/isp_4_1_0.bin failed with error -2


Steps to Reproduce:
1. Boot


Looks like the Graphics is working okay, `lspci` gives this,

65:00.0 Display controller: Advanced Micro Devices, Inc. [AMD/ATI] Strix [Radeon 880M / 890M] (rev c1)
	Subsystem: ASUSTeK Computer Inc. Device 37f8
	Flags: bus master, fast devsel, latency 0, IRQ 73, IOMMU group 18
	Memory at 7a10000000 (64-bit, prefetchable) [size=256M]
	Memory at dd200000 (64-bit, prefetchable) [size=2M]
	I/O ports at e000 [size=256]
	Memory at dd700000 (32-bit, non-prefetchable) [size=512K]
	Capabilities: [48] Vendor Specific Information: Len=08 <?>
	Capabilities: [50] Power Management version 3
	Capabilities: [64] Express Legacy Endpoint, IntMsgNum 0
	Capabilities: [a0] MSI: Enable- Count=1/4 Maskable- 64bit+
	Capabilities: [c0] MSI-X: Enable+ Count=4 Masked-
	Capabilities: [100] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Capabilities: [270] Secondary PCI Express
	Capabilities: [2a0] Access Control Services
	Capabilities: [2b0] Address Translation Service (ATS)
	Capabilities: [2c0] Page Request Interface (PRI)
	Capabilities: [2d0] Process Address Space ID (PASID)
	Capabilities: [410] Physical Layer 16.0 GT/s <?>
	Capabilities: [450] Lane Margining at the Receiver
	Kernel driver in use: amdgpu
	Kernel modules: amdgpu


In that case, wondering why this error show up? Is the firmware file 'isp_4_1_0.bin' not necessary?


Kernel: 6.13.8
Distro: fedora 41
Device: Asus P16 H7606WV
Desktop: gnome
Xorg or wayland: wayland
Comment 1 Mario Limonciello (AMD) 2025-03-28 01:21:15 UTC
It's an optional firmware. Only needed for some hardware.

Please see this commit:

https://github.com/torvalds/linux/commit/ea5d49349894a7a74ce8dba242e3a487d24b6c0e

You can include that to make the message quieter
Comment 2 Atiq 2025-03-28 01:25:34 UTC
Thanks for the clarification and quick reply.

Note You need to log in before you can comment on or make changes to this bug.