[Openchrome-devel] xf86-video-openchrome: 2 commits - configure.ac src/via_sii164.c

Kevin Brace kevinbrace at kemper.freedesktop.org
Wed Sep 28 01:05:11 UTC 2016


 configure.ac     |    2 +-
 src/via_sii164.c |    7 +++----
 2 files changed, 4 insertions(+), 5 deletions(-)

New commits:
commit 8f01595b71ffed8d528ad58bb64348e918980eb0
Author: Kevin Brace <kevinbrace at gmx.com>
Date:   Tue Sep 27 18:04:37 2016 -0700

    Version bumped to 0.5.160
    
    Signed-off-by: Kevin Brace <kevinbrace at gmx.com>

diff --git a/configure.ac b/configure.ac
index f93bb42..62e32bf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@
 # Initialize Autoconf
 AC_PREREQ(2.57)
 AC_INIT([xf86-video-openchrome],
-        [0.5.159],
+        [0.5.160],
         [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg&component=Driver/openchrome],
         [xf86-video-openchrome])
 
commit 1a0d4c733ad90e67cae44f5eca349a782047ff92
Author: Kevin Brace <kevinbrace at gmx.com>
Date:   Tue Sep 27 18:03:16 2016 -0700

    Updated SiI 164 register settings to suggested settings
    
    Changed the register settings of Silicon Image SiI 164 to follow
    the settings suggested by the datasheet.
    
    Tested-by: Justin Chevrier <jchevrier at gmail.com>
    Signed-off-by: Kevin Brace <kevinbrace at gmx.com>

diff --git a/src/via_sii164.c b/src/via_sii164.c
index 0f49258..0d1a56c 100644
--- a/src/via_sii164.c
+++ b/src/via_sii164.c
@@ -59,16 +59,15 @@ viaSiI164InitRegisters(ScrnInfoPtr pScrn, I2CDevPtr pDev)
 
     xf86I2CWriteByte(pDev, 0x08,
                         VIA_SII164_VEN | VIA_SII164_HEN |
-                        VIA_SII164_DSEL |
-                        VIA_SII164_EDGE | VIA_SII164_PDB);
+                        VIA_SII164_DSEL | VIA_SII164_EDGE | VIA_SII164_PDB);
 
     /* Route receiver detect bit (Offset 0x09[2]) as the output of
      * MSEN pin. */
     xf86I2CWriteByte(pDev, 0x09, 0x20);
 
-    xf86I2CWriteByte(pDev, 0x0A, 0x00);
+    xf86I2CWriteByte(pDev, 0x0A, 0x90);
 
-    xf86I2CWriteByte(pDev, 0x0C, 0x00);
+    xf86I2CWriteByte(pDev, 0x0C, 0x89);
 
     DEBUG(xf86DrvMsg(pScrn->scrnIndex, X_INFO,
                         "Exiting viaSiI164InitRegisters.\n"));


More information about the Openchrome-devel mailing list