diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2006-03-23 09:48:18 -0800 |
---|---|---|
committer | Eric Anholt <anholt@leguin.anholt.net> | 2006-04-06 15:58:47 -0700 |
commit | 6414ad89b9d368a032adf2358a65404f5443ef35 (patch) | |
tree | d4911f2481052e27a8798af2c6d2fc0cc5cd6d92 /src/i810_driver.c | |
parent | 5215e19af58f5c2746c8d281e33ecee86e55f0a5 (diff) |
Add enough of airlied's DDC/I2C work to pull EDID info from my CRT.
Diffstat (limited to 'src/i810_driver.c')
-rw-r--r-- | src/i810_driver.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/i810_driver.c b/src/i810_driver.c index 54395a78..f7247f4b 100644 --- a/src/i810_driver.c +++ b/src/i810_driver.c @@ -332,6 +332,12 @@ const char *I810shadowSymbols[] = { NULL }; +const char *I810i2cSymbols[] = { + "xf86CreateI2CBusRec", + "xf86I2CBusInit", + NULL +}; + #ifndef I810_DEBUG int I810_DEBUG = (0 /* | DEBUG_ALWAYS_SYNC */ |