Go to file
Eric Anholt 2631014e9d Clean up the SDVO code.
The main change is to send SDVO commands using data passed into the send
command function, and receive responses into memory passed into the read
response function, rather than stuff things in/out through dev_priv->sdvo_regs.
This lets us use structures to represent some arguments, which results in a
nice cleanup (and 100% fewer arguments named magicN as a side effect).

Also, the mode set path is changed to not do any preferred input timing
work.  We weren't doing anything legitimate with the results, since we didn't
modify the CRTC timing appropriately, so now we just stuff the CRTC timing into
both and hope for the best.  This should probably be revisited later.
2006-10-25 12:21:57 -07:00
man Merge branch 'master' into modesetting 2006-09-27 16:38:01 -07:00
src Clean up the SDVO code. 2006-10-25 12:21:57 -07:00
.gitignore Merge branch 'master' into modesetting 2006-05-22 10:42:24 -07:00
COPYING Stub COPYING files 2005-12-19 16:25:53 +00:00
ChangeLog Fix non-dri build. 2006-05-01 10:47:09 +02:00
Makefile.am - For all drivers that have a <driver>.sgml file, add code in their build 2005-10-03 21:22:07 +00:00
README Fix README typos from in the generated file. 2006-08-10 15:38:14 -07:00
README.sgml Correct typos in README source. 2006-08-09 16:11:30 -07:00
TODO Remove some dead VBE code. 2006-04-06 15:57:41 -07:00
autogen.sh Update autogen.sh to one that does objdir != srcdir. 2005-08-18 09:03:47 +00:00
configure.ac Merge branch 'master' into modesetting 2006-09-27 16:38:01 -07:00

README