diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2014-12-12 15:36:25 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2014-12-12 15:37:07 +0000 |
commit | 99537089346ed7a1bc6b02349fad93845e865bb9 (patch) | |
tree | ce1daf62962920a8df2c29d0c2179bcbff78d259 | |
parent | 01692b8cf229f45813cf3a1059577a779d71dfa8 (diff) |
sna: Tune handling of kernel error detection during intial setup
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
-rw-r--r-- | src/sna/sna_display.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/sna/sna_display.c b/src/sna/sna_display.c index ef39ee44..c1b4e162 100644 --- a/src/sna/sna_display.c +++ b/src/sna/sna_display.c @@ -5576,8 +5576,6 @@ static bool sna_probe_initial_configuration(struct sna *sna) crtc->desiredX = mode.x; crtc->desiredY = mode.y; crtc->desiredTransformPresent = FALSE; - - sna_crtc->kmode = mode.mode; } /* Reconstruct outputs pointing to active CRTC */ @@ -5714,8 +5712,6 @@ static bool sna_probe_initial_configuration(struct sna *sna) scrn->virtualX = width; scrn->virtualY = height; - sna->mode.dirty = true; - xf86SetScrnInfoModes(sna->scrn); DBG(("%s: SetScrnInfoModes = %p\n", __FUNCTION__, scrn->modes)); return scrn->modes != NULL; |