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)
Thu, Mar 19, 7:39 AM
Unknown Object (File)
Thu, Mar 19, 4:43 AM
Unknown Object (File)
Sat, Mar 14, 10:48 AM
Unknown Object (File)
Thu, Mar 12, 9:20 AM
Unknown Object (File)
Thu, Mar 12, 9:11 AM
Unknown Object (File)
Wed, Mar 4, 4:14 PM
Unknown Object (File)
Wed, Mar 4, 6:27 AM
Unknown Object (File)
Feb 26 2026, 8:32 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