Skip to content
Snippets Groups Projects
Commit 64a8f243 authored by Robert Lowery's avatar Robert Lowery Committed by Jesse Barnes
Browse files

Fix TV out connection type detection

Make sure we wait for vblank when using the TV DAC to detect the connection
type.

Fixes FDO bug #14000.
parent a993a8f3
No related branches found
Tags 1.19.3
No related merge requests found
......@@ -1303,6 +1303,7 @@ i830_tv_detect_type (xf86CrtcPtr crtc,
tv_dac = INREG(TV_DAC);
OUTREG(TV_DAC, save_tv_dac);
OUTREG(TV_CTL, save_tv_ctl);
i830WaitForVblank(pScrn);
}
/*
* A B C
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment