From 8eb6335653e6e38228ecf95c3eef82ca2a864e45 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Fri, 14 Feb 2014 19:36:47 +0000 Subject: sna: Inherit the native rotation on initial output probing Signed-off-by: Chris Wilson --- src/sna/sna_display.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sna/sna_display.c b/src/sna/sna_display.c index 8d2ec8a4..636217aa 100644 --- a/src/sna/sna_display.c +++ b/src/sna/sna_display.c @@ -3692,7 +3692,7 @@ static bool sna_probe_initial_configuration(struct sna *sna) continue; mode_from_kmode(scrn, &mode.mode, &crtc->desiredMode); - crtc->desiredRotation = RR_Rotate_0; + crtc->desiredRotation = sna_crtc->primary_rotation.current; crtc->desiredX = mode.x; crtc->desiredY = mode.y; crtc->desiredTransformPresent = FALSE; -- cgit v1.2.3