diff options
Diffstat (limited to 'src/i830_crt.c')
-rw-r--r-- | src/i830_crt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/i830_crt.c b/src/i830_crt.c index 37a5b3f9..7a706d14 100644 --- a/src/i830_crt.c +++ b/src/i830_crt.c @@ -313,7 +313,7 @@ i830_crt_detect(xf86OutputPtr output) if (intel_output->load_detect_temp) { - I830xf86SetModeCrtc (&mode, INTERLACE_HALVE_V); + xf86SetModeCrtc (&mode, INTERLACE_HALVE_V); i830PipeSetMode (crtc, &mode, FALSE); } connected = i830_crt_detect_load (crtc, output); @@ -353,7 +353,7 @@ i830_crt_get_modes(xf86OutputPtr output) fixed_mon.vrefresh[0].lo = 50.0; fixed_mon.vrefresh[0].hi = 70.0; - modes = i830xf86DuplicateModes(pScrn, pScrn->monitor->Modes); + modes = xf86DuplicateModes(pScrn, pScrn->monitor->Modes); i830xf86ValidateModesSync(pScrn, modes, &fixed_mon); i830xf86PruneInvalidModes(pScrn, &modes, TRUE); |