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)
Sat, Nov 2, 4:53 AM
Unknown Object (File)
Oct 4 2024, 4:58 AM
Unknown Object (File)
Oct 3 2024, 4:44 PM
Unknown Object (File)
Oct 1 2024, 11:21 AM
Unknown Object (File)
Sep 28 2024, 9:25 AM
Unknown Object (File)
Sep 20 2024, 7:43 PM
Unknown Object (File)
Sep 20 2024, 5:41 PM
Unknown Object (File)
Sep 20 2024, 4:54 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