Notify DRM about panic or kdb enter happen. So we can see kernel messages in
that case. To investigate: Return from kdb is broken, seems due to locks usage. TODO Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
3ec83506b8
commit
71ed33b8c0
@ -724,6 +724,8 @@ vtterm_done(struct terminal *tm)
|
||||
if (vd->vd_curwindow != vw) {
|
||||
vd->vd_curwindow = vw;
|
||||
vd->vd_flags |= VDF_INVALID;
|
||||
if (vd->vd_driver->vd_postswitch)
|
||||
vd->vd_driver->vd_postswitch(vd);
|
||||
}
|
||||
vd->vd_flags &= ~VDF_SPLASH;
|
||||
vt_flush(vd);
|
||||
|
Loading…
x
Reference in New Issue
Block a user