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)
Mon, Jun 24, 3:25 PM
Unknown Object (File)
Sat, Jun 22, 12:42 AM
Unknown Object (File)
Mon, Jun 17, 6:16 AM
Unknown Object (File)
Mon, Jun 17, 4:19 AM
Unknown Object (File)
Mon, Jun 3, 2:08 AM
Unknown Object (File)
Apr 28 2024, 11:38 AM
Unknown Object (File)
Apr 23 2024, 10:52 AM
Unknown Object (File)
Mar 17 2024, 2:07 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

Lint
Lint Skipped
Unit
Tests Skipped