Fix TV load detect

Actually load TV, otherwise we don't have expected
reg state to probe.
This commit is contained in:
Wang Zhenyu 2007-01-04 14:47:48 +08:00
parent 9cf759a2cb
commit a87801f73a
1 changed files with 1 additions and 0 deletions

View File

@ -1067,6 +1067,7 @@ i830_tv_detect(xf86OutputPtr output)
/* we only need the pixel clock set correctly here */
mode = reported_modes[0];
xf86SetModeCrtc (&mode, INTERLACE_HALVE_V);
i830PipeSetMode (crtc, &mode, FALSE);
}
i830_tv_detect_type (crtc, output);
i830ReleaseLoadDetectPipe (output);