Page MenuHomeFreeBSD

vt(4): Call post-switch callback after replacing the backend
ClosedPublic

Authored by dumbbell on Nov 29 2023, 6:44 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, May 12, 12:17 AM
Unknown Object (File)
Wed, May 6, 12:28 AM
Unknown Object (File)
Thu, Apr 30, 6:38 PM
Unknown Object (File)
Mon, Apr 27, 12:37 PM
Unknown Object (File)
Mon, Apr 27, 4:14 AM
Unknown Object (File)
Apr 21 2026, 6:13 AM
Unknown Object (File)
Apr 21 2026, 6:09 AM
Unknown Object (File)
Apr 14 2026, 11:18 AM
Subscribers

Details

Summary

Why

For instance, it gives a chance to the new backend to refresh the screen. This is needed by the vt_drmfb backend and drm_fb_helper.

This change was lost when I posted changes to reviews.freebsd.org and it broken the amdgpu driver... Thanks to manu@ for reporting the problem and wulf@ to find out the missing change!

Diff Detail

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