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

Kevin Brace kevinbrace at kemper.freedesktop.org
Tue Jun 28 04:08:05 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  bf22627745ff2c395ed1211ab72856fa69ec664c (commit)
       via  ed68b1e9428b96b2c3ec4dc56625579bf531bc63 (commit)
       via  6ed9ca5a32bfff8908cfa2329e09b66241e819dd (commit)
       via  676739f6335c45d06da58fc7f0ff7032bb63a00d (commit)
       via  f75872b24e9220539118d874ee5df8308b51c035 (commit)
       via  7363978f3b4f8d4771b0b27ae6bbae59387e36d4 (commit)
       via  7d8ad906d1d6ed34f09f908c46f88dcac467f179 (commit)
       via  85f99cf47ab82a941775b627a0259e89985f3b92 (commit)
       via  18bab1abef97a2aba6c97d235692e1329a11695c (commit)
      from  bbdceda662fcb245b33806514d4a3c7b565c9786 (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 bf22627745ff2c395ed1211ab72856fa69ec664c
Author: Kevin Brace <kevinbrace at gmx.com>
Date:   Mon Jun 27 23:03:15 2016 -0500

    Version bumped to 0.4.904 (Version 0.5 RC5)
    
    This fifth release candidate had lots of changes made to the analog
    VGA output control portion of the code. I sure hope there are no
    regressions.
    
    Signed-off-by: Kevin Brace <kevinbrace at gmx.com>

commit ed68b1e9428b96b2c3ec4dc56625579bf531bc63
Author: Kevin Brace <kevinbrace at gmx.com>
Date:   Mon Jun 27 22:58:54 2016 -0500

    Using SR01[5] to turn off analog VGA output rather than CR47[2]
    
    CR47[2] (3X5.47[2]) is the “back door” register to turn off analog
    VGA output. Will rather use the “front door” version of it located
    at SR01[5] (3C5.01[5]).
    
    Signed-off-by: Kevin Brace <kevinbrace at gmx.com>

commit 6ed9ca5a32bfff8908cfa2329e09b66241e819dd
Author: Kevin Brace <kevinbrace at gmx.com>
Date:   Mon Jun 27 22:51:39 2016 -0500

    Added viaAnalogInit
    
    This function initializes several analog VGA output DAC related
    registers. It is called from via_analog_mode_set callback function
    during mode setting for analog VGA output.
    
    Signed-off-by: Kevin Brace <kevinbrace at gmx.com>

commit 676739f6335c45d06da58fc7f0ff7032bb63a00d
Author: Mario J. Rugiero <mrugiero at gmail.com>
Date:   Mon Jun 27 21:21:00 2016 -0500

    Small fix to VT1632(A) detection
    
    via_vt1632_detect was checking the 0x02 flag by using the boolean
    and operator instead of the binary one, which causes any non-zero
    value to set the status as connected.
    
    Signed-off-by: Mario J. Rugiero <mrugiero at gmail.com>
    Reviewed-by: Xavier Bachelot <xavier at bachelot.org>

commit f75872b24e9220539118d874ee5df8308b51c035
Author: Kevin Brace <kevinbrace at gmx.com>
Date:   Mon Jun 27 21:13:45 2016 -0500

    Added the capability for viaAnalogOutput to log analog VGA output state
    
    Signed-off-by: Kevin Brace <kevinbrace at gmx.com>

commit 7363978f3b4f8d4771b0b27ae6bbae59387e36d4
Author: Kevin Brace <kevinbrace at gmx.com>
Date:   Mon Jun 27 18:32:04 2016 -0500

    Added viaAnalogSource
    
    This function selects IGA1 or IGA2 to feed into analog VGA output DAC.
    
    Signed-off-by: Kevin Brace <kevinbrace at gmx.com>

commit 7d8ad906d1d6ed34f09f908c46f88dcac467f179
Author: Kevin Brace <kevinbrace at gmx.com>
Date:   Mon Jun 27 13:31:16 2016 -0500

    Not turning on analog VGA output DAC within via_analog_mode_set
    
    Analog VGA output DAC should be turned on only by via_analog_dpms
    callback function, and via_analog_mode_set callback function
    should not be touching it.
    
    Signed-off-by: Kevin Brace <kevinbrace at gmx.com>

commit 85f99cf47ab82a941775b627a0259e89985f3b92
Author: Kevin Brace <kevinbrace at gmx.com>
Date:   Mon Jun 27 12:40:58 2016 -0500

    Turning off analog VGA output DAC rather than IGA1 DPMS state
    
    Previously, in order to turn off analog VGA output, the code was
    putting IGA1 to DPMS off state. The correct way to turn off analog
    VGA output is to control its DAC output state.
    
    Signed-off-by: Kevin Brace <kevinbrace at gmx.com>

commit 18bab1abef97a2aba6c97d235692e1329a11695c
Author: Kevin Brace <kevinbrace at gmx.com>
Date:   Mon Jun 27 12:11:37 2016 -0500

    Initializing CR47 within viaIGAInitCommon
    
    Some of the register bits of CR47 (3X5.47) should be initialized
    within viaIGAInitCommon function rather than viaIGA1Init function
    since viaIGA1Init function will not be called if only IGA2 is used.
    (i.e., flat panel only usage)
    
    Signed-off-by: Kevin Brace <kevinbrace at gmx.com>

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

Summary of changes:
 configure.ac      |  2 +-
 src/via_display.c | 36 +++++++++++++++++---
 src/via_outputs.c | 98 ++++++++++++++++++++++++++++++++++++++++++++-----------
 src/via_vt1632.c  |  2 +-
 4 files changed, 112 insertions(+), 26 deletions(-)


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


More information about the Openchrome-devel mailing list