sna: Call mode update after disabling outputs upon VT switch
Perform a second sanity check that all the outputs we expect to be active remain so following the cleanup after VT switching. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
7d64f596b8
commit
0839e3316a
|
|
@ -929,6 +929,8 @@ void sna_mode_disable_unused(struct sna *sna)
|
|||
if (!xf86_config->crtc[i]->enabled)
|
||||
sna_crtc_disable(xf86_config->crtc[i]);
|
||||
}
|
||||
|
||||
sna_mode_update(sna);
|
||||
}
|
||||
|
||||
static struct kgem_bo *sna_create_bo_for_fbcon(struct sna *sna,
|
||||
|
|
|
|||
Loading…
Reference in New Issue