From a87801f73a73e53524237be7835b8cd8b3eb282c Mon Sep 17 00:00:00 2001 From: Wang Zhenyu Date: Thu, 4 Jan 2007 14:47:48 +0800 Subject: [PATCH] Fix TV load detect Actually load TV, otherwise we don't have expected reg state to probe. --- src/i830_tv.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/i830_tv.c b/src/i830_tv.c index 0580a951..5bd9eca8 100644 --- a/src/i830_tv.c +++ b/src/i830_tv.c @@ -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);