diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2006-06-21 17:11:54 -0700 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2006-06-21 17:11:54 -0700 |
commit | 66d9a1be302ad34573de98de21cbdf6419592092 (patch) | |
tree | 4eec7edb5342d03eadbfea1a34e26fead9d25f6d /src/i830_sdvo.h | |
parent | 72e25a7488c2eabcc92e9e0769a89dee687f52fd (diff) |
Detect SDVO display presence at startup and default to displaying to it, too.
Diffstat (limited to 'src/i830_sdvo.h')
-rw-r--r-- | src/i830_sdvo.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/i830_sdvo.h b/src/i830_sdvo.h index 6b77c97a..d52eb607 100644 --- a/src/i830_sdvo.h +++ b/src/i830_sdvo.h @@ -63,3 +63,6 @@ i830SDVOPreRestore(ScrnInfoPtr pScrn, int output_index); void i830SDVOPostRestore(ScrnInfoPtr pScrn, int output_index); + +Bool +I830DetectSDVODisplays(ScrnInfoPtr pScrn, int output_index); |