diff options
author | Eric Anholt <eric@anholt.net> | 2008-03-20 13:49:47 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2008-06-26 09:29:11 -0700 |
commit | dcc841756f94ef61a1f1a991949efc917378baf1 (patch) | |
tree | de2ff712fdd1b8dfa8ff94993c4c73165c32e705 /src/i810_reg.h | |
parent | a927099505391efff6ef64d299ccbf14c28f7b5f (diff) |
Set the sync active bits like we're supposed to, matching the BIOS.
(cherry picked from commit dc8ab9d35b261b6105a62949cfb47a3554531d0b)
Diffstat (limited to 'src/i810_reg.h')
-rw-r--r-- | src/i810_reg.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/i810_reg.h b/src/i810_reg.h index ecc26867..515e73d1 100644 --- a/src/i810_reg.h +++ b/src/i810_reg.h @@ -1262,8 +1262,9 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. /** Requird for HDMI operation */ #define SDVO_NULL_PACKETS_DURING_VSYNC (1 << 9) #define SDVO_BORDER_ENABLE (1 << 7) -/** new with 965, default is to be set */ +/** New with 965, default is to be set */ #define SDVO_VSYNC_ACTIVE_HIGH (1 << 4) +/** New with 965, default is to be set */ #define SDVO_HSYNC_ACTIVE_HIGH (1 << 3) /** 915/945 only, read-only bit */ #define SDVOB_PCIE_CONCURRENCY (1 << 3) |