]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
vt(4): Add vd_bitblt_bmp_t callback
authorJean-Sébastien Pédron <dumbbell@FreeBSD.org>
Sat, 23 Aug 2014 20:35:33 +0000 (20:35 +0000)
committerJean-Sébastien Pédron <dumbbell@FreeBSD.org>
Sat, 23 Aug 2014 20:35:33 +0000 (20:35 +0000)
commit631bb572ba3beea0ffa9b371950a2b814ef0bcf3
tree80bd046b4e18fb549ee4b33da69127a46f3d6118
parent062cf7d90a94379b732dd1cb30eb6fdb5e5ee5f9
vt(4): Add vd_bitblt_bmp_t callback

The code was already there in all backends, we just expose it. This is
used to display the splash screen.

MFC after: 1 week
sys/dev/fb/creator_vt.c
sys/dev/vt/hw/efifb/efifb.c
sys/dev/vt/hw/fb/vt_early_fb.c
sys/dev/vt/hw/fb/vt_fb.c
sys/dev/vt/hw/fb/vt_fb.h
sys/dev/vt/hw/ofwfb/ofwfb.c
sys/dev/vt/hw/vga/vt_vga.c
sys/dev/vt/vt.h
sys/dev/vt/vt_core.c
sys/powerpc/ps3/ps3_syscons.c