sna: Inherit the native rotation on initial output probing
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
5f87143357
commit
8eb6335653
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue