Commit Graph

4 Commits

Author SHA1 Message Date
Eric Anholt eedef7adc5 Add a detect() function for DVO chips, and implement it on sil164. 2006-12-18 15:57:44 -08:00
Eric Anholt fa4642048b Clean up i2c_vid interface, including de-StudlyCapsing and removing dead code.
The old Init() function is removed and the previous Detect() function is now
init().  This leaves us room in the namespace for a detect() like other
outputs have ("is the monitor connected?").  Also, Power() became dpms(),
taking a DPMSMode*.  In general, the mode setting path now matches the intel
internal path, except for the lack of mode_fixup().
2006-12-18 15:39:30 -08:00
Eric Anholt 426d26ea44 Fix prototype for SaveRegs. 2006-07-10 18:19:51 -07:00
Eric Anholt df333cc9a8 Initial add of DVO support code. Probes my sil164.
This is a mostly-untested merge of airlied's work.  The I2C modules are intended
to be moved into the core server or a separate driver module when they're
functional and we're happy with the API.
2006-07-07 13:41:33 -07:00