Page MenuHomeFreeBSD

linuxkpi: Add support for `suspend_noirq` callback in `struct dev_pm_ops`
ClosedPublic

Authored by dumbbell on Dec 13 2023, 12:03 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 2, 12:40 AM
Unknown Object (File)
Wed, Apr 1, 6:16 AM
Unknown Object (File)
Sat, Mar 21, 2:00 AM
Unknown Object (File)
Wed, Mar 11, 2:08 PM
Unknown Object (File)
Wed, Mar 11, 2:12 AM
Unknown Object (File)
Feb 26 2026, 2:16 PM
Unknown Object (File)
Feb 26 2026, 3:55 AM
Unknown Object (File)
Feb 8 2026, 3:34 PM

Details

Summary

Why

This callback is being used by the amdgpu DRM driver in Linux 5.18.

How

The callback is called after suspend_late().

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

Diff Detail

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