From dcc841756f94ef61a1f1a991949efc917378baf1 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Thu, 20 Mar 2008 13:49:47 -0700 Subject: Set the sync active bits like we're supposed to, matching the BIOS. (cherry picked from commit dc8ab9d35b261b6105a62949cfb47a3554531d0b) --- src/i810_reg.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/i810_reg.h') 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) -- cgit v1.2.3