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
F108696589: D42834.diff
Mon, Jan 27, 9:20 AM
Unknown Object (File)
Thu, Jan 23, 10:02 AM
Unknown Object (File)
Thu, Jan 23, 6:40 AM
Unknown Object (File)
Dec 10 2024, 4:02 PM
Unknown Object (File)
Nov 30 2024, 1:37 AM
Unknown Object (File)
Nov 2 2024, 4:53 AM
Unknown Object (File)
Oct 4 2024, 4:58 AM
Unknown Object (File)
Oct 3 2024, 4:44 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