summaryrefslogtreecommitdiff
path: root/src/i830_modes.c
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2006-10-24 17:47:47 -0700
committerEric Anholt <eric@anholt.net>2006-10-25 12:21:57 -0700
commitcd2f0d948a6cae61b0d77d2c7184ed8d695be8c3 (patch)
tree507e677ad3d09d176c8124595221f2ca130f6ca8 /src/i830_modes.c
parentcd9c6e29146e1debaba4b0b9ad0d241f07bdbc14 (diff)
Clean up SDVO code, moving the private structure internal and cleaning up caps.
All the SDVO code should now be in lower case rather than StudlyCaps. This also adjusts the I2C setup to create a bus per SDVO output we set up. The previous setup with shared buses was failing in some circumstances, which is probably due to the lack of refcounting in xf86i2c.c.
Diffstat (limited to 'src/i830_modes.c')
-rw-r--r--src/i830_modes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i830_modes.c b/src/i830_modes.c
index bc4536d5..f4306934 100644
--- a/src/i830_modes.c
+++ b/src/i830_modes.c
@@ -807,7 +807,7 @@ I830ReprobePipeModeList(ScrnInfoPtr pScrn, int pipe)
if (pI830->pipeMon[pipe] == NULL) {
switch (pI830->output[output_index].type) {
case I830_OUTPUT_SDVO:
- if (I830DetectSDVODisplays(pScrn, output_index))
+ if (i830_sdvo_detect_displays(pScrn, &pI830->output[output_index]))
pI830->pipeMon[pipe] = i830GetConfiguredMonitor(pScrn);
break;
case I830_OUTPUT_ANALOG: