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)
Wed, Mar 4, 4:14 PM
Unknown Object (File)
Wed, Mar 4, 6:27 AM
Unknown Object (File)
Thu, Feb 26, 8:32 AM
Unknown Object (File)
Mon, Feb 16, 12:09 PM
Unknown Object (File)
Sat, Feb 14, 6:09 AM
Unknown Object (File)
Sat, Feb 7, 7:36 PM
Unknown Object (File)
Dec 11 2025, 2:36 PM
Unknown Object (File)
Nov 16 2025, 6:55 PM
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