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, Feb 22, 2:26 PM
Unknown Object (File)
Sat, Feb 22, 1:49 PM
Unknown Object (File)
Sat, Feb 22, 1:39 PM
Unknown Object (File)
Feb 6 2025, 2:15 PM
Unknown Object (File)
Feb 6 2025, 3:44 AM
Unknown Object (File)
Feb 5 2025, 1:10 PM
Unknown Object (File)
Jan 30 2025, 5:08 AM
Unknown Object (File)
Jan 27 2025, 9:20 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