diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2006-03-01 14:02:51 -0800 |
---|---|---|
committer | Eric Anholt <anholt@leguin.anholt.net> | 2006-04-06 15:56:07 -0700 |
commit | 7edb25789bd13f26134e8f5bf493897c8df322e0 (patch) | |
tree | de0ef1ecd3f35e2f3ed10a448a46d5bc37b549e2 /src/i830_display.h | |
parent | b5915ac77a3887cd3aa4ce0bb77b8a36e1aa5a1b (diff) |
Start making i830SetMode aware of multiple pipes.
Diffstat (limited to 'src/i830_display.h')
-rw-r--r-- | src/i830_display.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i830_display.h b/src/i830_display.h index 894148c5..66811ae0 100644 --- a/src/i830_display.h +++ b/src/i830_display.h @@ -1,3 +1,3 @@ -void i830SetMode(ScrnInfoPtr pScrn, DisplayModePtr pMode); +void i830SetMode(ScrnInfoPtr pScrn, DisplayModePtr pMode, int pipe); Bool i830DetectCRT(ScreenPtr pScrn); void i830SetLVDSPanelPower(ScrnInfoPtr pScrn, Bool on); |