diff options
author | Eric Anholt <eric@anholt.net> | 2006-10-05 15:55:07 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2006-10-05 15:55:07 -0700 |
commit | ada8f62da263d1e93e22df4e0b1149bf1dbe24d4 (patch) | |
tree | d300cb97b9406feb5f3b664454ced3d2d8082d91 /src/i830_display.h | |
parent | 103b4edce7859ddf58f3e1fadeb427a5e85c7acd (diff) |
Give each output type an init method in its file, making other methods static.
Diffstat (limited to 'src/i830_display.h')
-rw-r--r-- | src/i830_display.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/i830_display.h b/src/i830_display.h index 2b808ad8..91450fe0 100644 --- a/src/i830_display.h +++ b/src/i830_display.h @@ -34,7 +34,5 @@ void i830SetLVDSPanelPower(ScrnInfoPtr pScrn, Bool on); void i830PipeSetBase(ScrnInfoPtr pScrn, int pipe, int x, int y); /* i830_sdvo.c */ -I830SDVOPtr I830SDVOInit(ScrnInfoPtr pScrn, int output_index, - CARD32 output_device); Bool I830SDVOPreSetMode(I830SDVOPtr s, DisplayModePtr mode); Bool I830SDVOPostSetMode(I830SDVOPtr s, DisplayModePtr mode); |