diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2006-06-20 14:32:40 -0700 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2006-06-20 14:32:40 -0700 |
commit | b454c9601f005c69c11556a558150403378d34d9 (patch) | |
tree | a3f6d04d1af48f44b2a43290687a70713b6a38ae /src/i830_display.h | |
parent | 0b76646666e9d330e77c6f81af8b91e34623be92 (diff) |
Add support for CRT detection using DDC.
This method is slower (~5ms), but works on older chipsets. Also, load-based
detection is disabled, as it can be fooled by other outputs on the pipe being
active, such as LVDS.
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 aecf8dcd..2e61afce 100644 --- a/src/i830_display.h +++ b/src/i830_display.h @@ -27,7 +27,7 @@ /* i830_display.c */ Bool i830SetMode(ScrnInfoPtr pScrn, DisplayModePtr pMode); -Bool i830DetectCRT(ScrnInfoPtr pScrn); +Bool i830DetectCRT(ScrnInfoPtr pScrn, Bool allow_disturb); void i830SetLVDSPanelPower(ScrnInfoPtr pScrn, Bool on); void i830PipeSetBase(ScrnInfoPtr pScrn, int pipe, int x, int y); |