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

Kevin Brace kevinbrace at kemper.freedesktop.org
Mon Aug 8 08:49:41 UTC 2016


 configure.ac   |    2 +-
 src/via_lvds.c |   12 ------------
 2 files changed, 1 insertion(+), 13 deletions(-)

New commits:
commit 31a855bee2d51b64de7405b95e635d8f73a6b8b3
Author: Kevin Brace <kevinbrace at gmx.com>
Date:   Mon Aug 8 01:37:42 2016 -0700

    Version bumped to 0.5.125
    
    The fixes put in for the past several patch levels should allow
    integrated TMDS (DVI) to now work simultaneously with an LVDS FP.
    
    Signed-off-by: Kevin Brace <kevinbrace at gmx.com>

diff --git a/configure.ac b/configure.ac
index 76472dd..927f081 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@
 # Initialize Autoconf
 AC_PREREQ(2.57)
 AC_INIT([xf86-video-openchrome],
-        [0.5.124],
+        [0.5.125],
         [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg&component=Driver/openchrome],
         [xf86-video-openchrome])
 
commit 1c43a0ac4a8534e217e862dc0b40d709f4a59946
Author: Kevin Brace <kevinbrace at gmx.com>
Date:   Mon Aug 8 01:34:28 2016 -0700

    Not setting display output source inside via_lvds_prepare
    
    This causes a conflict with the new integrated TMDS transmitter
    code. Now, setting display output source is done differently, so
    removing this functionality should not cause problems.
    
    Signed-off-by: Kevin Brace <kevinbrace at gmx.com>

diff --git a/src/via_lvds.c b/src/via_lvds.c
index 2aadf8f..a136e5c 100644
--- a/src/via_lvds.c
+++ b/src/via_lvds.c
@@ -750,18 +750,6 @@ static void
 via_lvds_prepare(xf86OutputPtr output)
 {
     via_lvds_dpms(output, DPMSModeOff);
-
-    if (output->crtc) {
-        drmmode_crtc_private_ptr iga = output->crtc->driver_private;
-        CARD8 value = 0x00; /* Value for IGA 1 */
-        ScrnInfoPtr pScrn = output->scrn;
-        vgaHWPtr hwp = VGAHWPTR(pScrn);
-
-        /* IGA 2 */
-        if (iga->index)
-            value = 0x10;
-        ViaCrtcMask(hwp, 0x99, value, value);
-    }
 }
 
 static void


More information about the Openchrome-devel mailing list