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:
Chris Wilson 2013-05-28 11:18:14 +01:00
parent 7d64f596b8
commit 0839e3316a
1 changed files with 2 additions and 0 deletions

View File

@ -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,