freebsd-src/sys/dev/vt
Jean-Sébastien Pédron 40c20fc29c
vt(4): Call post-switch callback after replacing the backend
[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!

Tested by:	manu
Reviewed by:	manu
Approved by:	manu
Differential Revision:	https://reviews.freebsd.org/D42834
2023-11-29 19:54:14 +01:00
..
colors sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
font sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
hw sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
logo sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
vt_buf.c sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
vt_consolectl.c sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
vt_core.c vt(4): Call post-switch callback after replacing the backend 2023-11-29 19:54:14 +01:00
vt_cpulogos.c sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
vt_font.c sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
vt_sysmouse.c sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
vt.h vt(4): New bitblt_text variant making a copy before unlocking vt_buf 2023-11-24 18:31:33 +01:00