diff options
author | Eric Anholt <eric@anholt.net> | 2006-10-24 17:47:47 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2006-10-25 12:21:57 -0700 |
commit | cd2f0d948a6cae61b0d77d2c7184ed8d695be8c3 (patch) | |
tree | 507e677ad3d09d176c8124595221f2ca130f6ca8 /src/i830_sdvo.h | |
parent | cd9c6e29146e1debaba4b0b9ad0d241f07bdbc14 (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_sdvo.h')
-rw-r--r-- | src/i830_sdvo.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/i830_sdvo.h b/src/i830_sdvo.h index 44bbfe47..db7eb97f 100644 --- a/src/i830_sdvo.h +++ b/src/i830_sdvo.h @@ -62,7 +62,7 @@ int i830_sdvo_get_pixel_multiplier(DisplayModePtr pMode); Bool -I830DetectSDVODisplays(ScrnInfoPtr pScrn, int output_index); +i830_sdvo_detect_displays(ScrnInfoPtr pScrn, I830OutputPtr output); void -I830DumpSDVO(ScrnInfoPtr pScrn); +i830_sdvo_dump(ScrnInfoPtr pScrn); |