Page MenuHomeFreeBSD

linuxkpi: Add `pm_resume_via_firmware()`
ClosedPublic

Authored by dumbbell on Jun 14 2026, 9:21 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Jul 6, 6:50 PM
Unknown Object (File)
Mon, Jul 6, 5:20 AM
Unknown Object (File)
Mon, Jul 6, 3:15 AM
Unknown Object (File)
Sun, Jul 5, 11:19 PM
Unknown Object (File)
Sun, Jul 5, 10:01 PM
Unknown Object (File)
Thu, Jul 2, 3:39 AM
Unknown Object (File)
Wed, Jul 1, 9:37 PM
Unknown Object (File)
Wed, Jul 1, 1:30 PM
Subscribers

Details

Summary

This function is unimplemented, always return false.

While here, fix the return type of pm_suspend_via_firmware(): it should be a boolean, not an integer.

The amdgpu DRM driver started to use pm_resume_via_firmware() in Linux 6.13.

This is part of the update of DRM drivers to Linux 6.13.

Sponsored by: The FreeBSD Foundation

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable