mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-05 12:56:08 +00:00
Don't assume that the framebuffer driver is using vt_fb_blank() when blanking
the screen during init. MFC after: 1 week
This commit is contained in:
parent
f342355a0e
commit
2661dd32df
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=269437
@ -401,7 +401,7 @@ vt_fb_init(struct vt_device *vd)
|
||||
}
|
||||
|
||||
/* Clear the screen. */
|
||||
vt_fb_blank(vd, TC_BLACK);
|
||||
vd->vd_driver->vd_blank(vd, TC_BLACK);
|
||||
|
||||
/* Wakeup screen. KMS need this. */
|
||||
vt_fb_postswitch(vd);
|
||||
|
Loading…
Reference in New Issue
Block a user