summaryrefslogtreecommitdiff
path: root/src/i830_display.h
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2006-10-31 14:32:00 -0800
committerEric Anholt <eric@anholt.net>2006-10-31 14:32:00 -0800
commit68cef9f4e028755bbf3e1862da2ef47d46ddaa6a (patch)
tree1f5018a6e0492efff7130b97b18864d00df1d4ad /src/i830_display.h
parent9fd719fce27f916ab5120f6e1234affa14eaed9d (diff)
Move output connection detection to a per-output method.
This will be used by RandR, and should let us clean up some of the initial display configuration, hopefully. Also, analog hotplug-based detection is now enabled on G965.
Diffstat (limited to 'src/i830_display.h')
-rw-r--r--src/i830_display.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/i830_display.h b/src/i830_display.h
index 576a1491..8a6e9e90 100644
--- a/src/i830_display.h
+++ b/src/i830_display.h
@@ -29,7 +29,6 @@
Bool i830PipeSetMode(ScrnInfoPtr pScrn, DisplayModePtr pMode, int pipe);
void i830DisableUnusedFunctions(ScrnInfoPtr pScrn);
Bool i830SetMode(ScrnInfoPtr pScrn, DisplayModePtr pMode);
-Bool i830DetectCRT(ScrnInfoPtr pScrn, Bool allow_disturb);
void i830PipeSetBase(ScrnInfoPtr pScrn, int pipe, int x, int y);
void i830WaitForVblank(ScrnInfoPtr pScrn);
void i830DescribeOutputConfiguration(ScrnInfoPtr pScrn);