diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2006-04-19 16:29:06 -0700 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2006-04-19 16:29:06 -0700 |
commit | 2909802de63756972b38651a496b4ff1b36ac8a2 (patch) | |
tree | 7c6227ebc5f2fa797f65502970a36cdebfa7bd15 /src/i830_display.h | |
parent | 132dc0599cf44389c4cc03919f1da8d3a0762b44 (diff) |
Clean up SDVO initialization, include config.h, and make it check the right
slave address on the first device as well. This gets me to the point of
bringing up some modes on my device.
Diffstat (limited to 'src/i830_display.h')
-rw-r--r-- | src/i830_display.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/i830_display.h b/src/i830_display.h index 9f07ba16..aecf8dcd 100644 --- a/src/i830_display.h +++ b/src/i830_display.h @@ -32,7 +32,7 @@ void i830SetLVDSPanelPower(ScrnInfoPtr pScrn, Bool on); void i830PipeSetBase(ScrnInfoPtr pScrn, int pipe, int x, int y); /* i830_sdvo.c */ -I830SDVOPtr I830SDVOInit(I2CBusPtr b); -Bool I830I2CDetectSDVOController(ScrnInfoPtr pScrn, int output_index); +I830SDVOPtr I830SDVOInit(ScrnInfoPtr pScrn, int output_index, + CARD32 output_device); Bool I830SDVOPreSetMode(I830SDVOPtr s, DisplayModePtr mode); Bool I830SDVOPostSetMode(I830SDVOPtr s, DisplayModePtr mode); |