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
F165818888: D53400.id165362.diff
Mon, Aug 10, 12:11 AM
Unknown Object (File)
Sat, Aug 8, 2:02 PM
Unknown Object (File)
Sat, Aug 8, 12:46 PM
Unknown Object (File)
Sat, Aug 8, 12:24 PM
Unknown Object (File)
Sat, Aug 8, 9:38 AM
Unknown Object (File)
Fri, Aug 7, 9:12 AM
Unknown Object (File)
Wed, Aug 5, 8:23 PM
Unknown Object (File)
Mon, Aug 3, 7:37 AM

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