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)
Sat, Feb 22, 8:44 PM
Unknown Object (File)
Thu, Feb 6, 2:26 PM
Unknown Object (File)
Feb 3 2025, 5:03 AM
Unknown Object (File)
Feb 3 2025, 4:57 AM
Unknown Object (File)
Feb 3 2025, 2:04 AM
Unknown Object (File)
Jan 27 2025, 9:22 AM
Unknown Object (File)
Jan 24 2025, 10:58 AM
Unknown Object (File)
Nov 14 2024, 9:48 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