From cd2f0d948a6cae61b0d77d2c7184ed8d695be8c3 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Tue, 24 Oct 2006 17:47:47 -0700 Subject: 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. --- src/i830_modes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/i830_modes.c') 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: -- cgit v1.2.3