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)
Fri, Sep 18, 2:08 AM
Unknown Object (File)
Thu, Sep 17, 5:49 PM
Unknown Object (File)
Sat, Sep 12, 10:41 PM
Unknown Object (File)
Tue, Sep 8, 11:38 AM
Unknown Object (File)
Mon, Sep 7, 8:45 AM
Unknown Object (File)
Mon, Sep 7, 6:23 AM
Unknown Object (File)
Sun, Sep 6, 12:11 PM
Unknown Object (File)
Sat, Sep 5, 7:00 AM
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