summaryrefslogtreecommitdiff
path: root/src/i830_randr.c
diff options
context:
space:
mode:
authorKeith Packard <keithp@neko.keithp.com>2006-09-23 16:41:38 +0100
committerKeith Packard <keithp@neko.keithp.com>2006-09-23 16:41:38 +0100
commit4bd3b89c73b6c5aa9b0eb553ad5d553ee0e8a489 (patch)
treef146021a614c7c46730db6b2ed2c39340402c7d4 /src/i830_randr.c
parentc34490bbda6604a21809d15c798607806fa6c725 (diff)
Oops, duplicated CRT-redetect code.
Diffstat (limited to 'src/i830_randr.c')
-rw-r--r--src/i830_randr.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/i830_randr.c b/src/i830_randr.c
index d86911ce..d9731733 100644
--- a/src/i830_randr.c
+++ b/src/i830_randr.c
@@ -776,12 +776,6 @@ I830RandRGetInfo12 (ScreenPtr pScreen, Rotation *rotations)
I830Ptr pI830 = I830PTR(pScrn);
int found_crt;
- /* Re-probe the outputs for new monitors or modes */
- pI830->operatingDevices = pI830->operatingDevices & ~PIPE_CRT;
- found_crt = i830DetectCRT(pScrn, FALSE);
- if (found_crt)
- pI830->operatingDevices = pI830->operatingDevices | PIPE_CRT;
-
I830ValidateXF86ModeList(pScrn, FALSE);
return I830RandRSetInfo12 (pScreen);
}