[Openchrome-devel] [xf86-video-openchrome]X driver for VIA IGPs branch master updated. release_0_4_0-321-g0d7ebfe

Kevin Brace kevinbrace at kemper.freedesktop.org
Sat Jul 2 10:20:44 UTC 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "X driver for VIA IGPs".

The branch, master has been updated
       via  0d7ebfe40617adba1f8564c476007c975b9f0087 (commit)
       via  60c76462b4f0f7cd515677310aa5c03f398d70a7 (commit)
       via  609ee95feeaf8d2a37536dab7fa020520c2b842b (commit)
       via  fbad6a979c5946d2479fd354ec3111f47b0e056e (commit)
       via  6c23391daeae6df66880d07b4e999535ce677ccf (commit)
       via  56ead733a7aeb0af75c36d8dec566c74dd2e5ece (commit)
       via  0cde26be181175169116ff984a8d8609a2cbe7ca (commit)
      from  52568cf3c04679684b7f62f59ae99ee2153ec8b2 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 0d7ebfe40617adba1f8564c476007c975b9f0087
Author: Kevin Brace <kevinbrace at gmx.com>
Date:   Sat Jul 2 05:16:31 2016 -0500

    Version bumped to 0.4.906 (Version 0.5 RC7)
    
    This seventh release candidate has many substantial VT1632A TMDS (DVI)
    transmitter related improvements.
    
    Signed-off-by: Kevin Brace <kevinbrace at gmx.com>

commit 60c76462b4f0f7cd515677310aa5c03f398d70a7
Author: Kevin Brace <kevinbrace at gmx.com>
Date:   Sat Jul 2 05:15:03 2016 -0500

    Using DVI presence and the assigned I2C bus to obtain EDID
    
    Since VT1632A has hardware support to sense DVI presence, this,
    along with the assigned I2C bus, should be used to obtain EDID
    from the monitor.
    
    Signed-off-by: Kevin Brace <kevinbrace at gmx.com>

commit 609ee95feeaf8d2a37536dab7fa020520c2b842b
Author: Kevin Brace <kevinbrace at gmx.com>
Date:   Sat Jul 2 02:37:01 2016 -0500

    Record a log message if VT1632A did not detect DVI presence
    
    Just to make it easier to understand, if VT1632A did not detect DVI
    presence, it will record it in the log message.
    
    Signed-off-by: Kevin Brace <kevinbrace at gmx.com>

commit fbad6a979c5946d2479fd354ec3111f47b0e056e
Author: Kevin Brace <kevinbrace at gmx.com>
Date:   Sat Jul 2 02:03:42 2016 -0500

    Using VT1632A RSEN bit to detect presence, not HTPLG bit
    
    During testing, DVI detection failure in VT1632A was observed,
    and this was due to the code using HTPLG bit to determine DVI
    presence, not RSEN bit it should have been using.
    
    Signed-off-by: Kevin Brace <kevinbrace at gmx.com>

commit 6c23391daeae6df66880d07b4e999535ce677ccf
Author: Kevin Brace <kevinbrace at gmx.com>
Date:   Sat Jul 2 02:01:13 2016 -0500

    Using VT1632A to detect DVI presence, not I2C bus
    
    Since VT1632A contains the necessary hardware to detect DVI
    presence, it is a better way to detect DVI rather than relying on
    I2C bus EDID readout.
    
    Signed-off-by: Kevin Brace <kevinbrace at gmx.com>

commit 56ead733a7aeb0af75c36d8dec566c74dd2e5ece
Author: Kevin Brace <kevinbrace at gmx.com>
Date:   Sat Jul 2 01:38:51 2016 -0500

    Fix for Wyse Vx0 DVI not working
    
    This temporary fix makes IGA2 to be the source of DVP0 (Digital
    Video Port 0). This fix is meant to get Wyse Vx0's DVI to work since
    its VT1632A TMDS (DVI) transmitter is connected to DVP0.
    
    Signed-off-by: Eric Kudzin <knoppix1337 at yahoo.com>
    Signed-off-by: Kevin Brace <kevinbrace at gmx.com>

commit 0cde26be181175169116ff984a8d8609a2cbe7ca
Author: Kevin Brace <kevinbrace at gmx.com>
Date:   Fri Jul 1 20:05:35 2016 -0500

    Not turning on and off VT1632A within via_dvi_mode_set
    
    Previously, via_dvi_mode_set callback function was turning off and
    then on during mode setting for VT1632A TMDS (DVI) transmitter.
    Turning the transmitter on and off should be handled by via_dvi_dpms
    callback function.
    
    Signed-off-by: Kevin Brace <kevinbrace at gmx.com>

-----------------------------------------------------------------------

Summary of changes:
 configure.ac      |  2 +-
 src/via_display.c | 18 ++++++++++++++++++
 src/via_outputs.c | 27 ++++++++++++++++++---------
 src/via_vt1632.c  | 26 +++++++++++++++-----------
 src/via_vt1632.h  |  6 +++---
 5 files changed, 55 insertions(+), 24 deletions(-)


hooks/post-receive
-- 
X driver for VIA IGPs


More information about the Openchrome-devel mailing list