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_display.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_display.h')
-rw-r--r-- | src/i830_display.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/i830_display.h b/src/i830_display.h index 97194062..229e576b 100644 --- a/src/i830_display.h +++ b/src/i830_display.h @@ -34,7 +34,3 @@ void i830SetLVDSPanelPower(ScrnInfoPtr pScrn, Bool on); void i830PipeSetBase(ScrnInfoPtr pScrn, int pipe, int x, int y); void i830WaitForVblank(ScrnInfoPtr pScrn); void i830DescribeOutputConfiguration(ScrnInfoPtr pScrn); - -/* i830_sdvo.c */ -Bool I830SDVOPreSetMode(I830SDVOPtr s, DisplayModePtr mode); -Bool I830SDVOPostSetMode(I830SDVOPtr s, DisplayModePtr mode); |