diff options
author | Eric Anholt <eric@anholt.net> | 2007-06-22 16:29:21 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2007-06-22 16:38:31 -0700 |
commit | f8d7cbc6e1322acad3351591336cefcfba7d9aaf (patch) | |
tree | 9dac73e62231a1c9288740caf970b18534e8e3c2 /src/i2c_vid.h | |
parent | ec236c76b93aea5f2ee1e8b8509cde4625974fcb (diff) |
Move the ivch's fixed panel mode support to i830_dvo.c for other LVDS drivers.
This also results in removal of the setup hook, which was being called
unconditionally and breaking non-ivch dvo drivers.
Diffstat (limited to 'src/i2c_vid.h')
-rw-r--r-- | src/i2c_vid.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/i2c_vid.h b/src/i2c_vid.h index 1a21fcad..6c4e95df 100644 --- a/src/i2c_vid.h +++ b/src/i2c_vid.h @@ -30,12 +30,6 @@ typedef struct _I830I2CVidOutputRec { * Returns NULL if the device does not exist. */ void *(*init)(I2CBusPtr b, I2CSlaveAddr addr); - - /** - * Setup the device for use, after the relevant output has been created - */ - Bool - (*setup) (I2CDevPtr d, xf86OutputPtr output); /** * Called to allow the output a chance to create properties after the |