Page MenuHomeFreeBSD

linuxkpi: add stub implementation of pm_vt_switch_(un)register
ClosedPublic

Authored by ashafer on Oct 28 2025, 5:06 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Feb 23, 3:14 PM
Unknown Object (File)
Mon, Feb 23, 1:04 PM
Unknown Object (File)
Sun, Feb 22, 6:01 PM
Unknown Object (File)
Sat, Feb 21, 1:23 PM
Unknown Object (File)
Jan 22 2026, 11:11 PM
Unknown Object (File)
Jan 16 2026, 10:16 AM
Unknown Object (File)
Jan 15 2026, 6:55 PM
Unknown Object (File)
Jan 14 2026, 12:07 PM

Details

Summary

This adds empty implementations of pm_vt_switch_(un)register which
are used by nvidia-drm. We do not need to specify anything here as
a VT switch always happens on suspend/resume.

Sponsored by: NVIDIA

Diff Detail

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

Event Timeline

I think it's worth putting the We do not need to specify anything here as a VT switch always happens on suspend/resume. statement in as a comment, but LGTM.

This revision is now accepted and ready to land.Oct 29 2025, 7:04 PM