xf86-video-siliconmotion: Changes to 'master'

Paulo Cesar Pereira de Andrade pcpa at kemper.freedesktop.org
Fri Aug 29 16:18:56 PDT 2008


 configure.ac     |    2 
 src/Makefile.am  |    2 
 src/regsmi.h     |  164 ++++
 src/smi.h        |    5 
 src/smi_501.c    |  906 ++++++++++++++++++++++++
 src/smi_501.h    | 1315 +++++++++++++++++++++++++++++++++++
 src/smi_accel.c  |   42 +
 src/smi_driver.c | 2063 ++++++++++++++++++++++++++++++++-----------------------
 src/smi_hwcurs.c |  491 ++++++++++---
 src/smi_video.c  |  219 ++++-
 src/smi_xaa.c    |   76 ++
 11 files changed, 4291 insertions(+), 994 deletions(-)

New commits:
commit c45ef4676812f72dcff53ba85e9fa95836704c75
Author: Paulo Cesar Pereira de Andrade <pcpa at mandriva.com.br>
Date:   Fri Aug 29 19:33:31 2008 -0300

    Bump version to 1.6.1.

commit 4eee032811d1487df9dcf94708b1bcafc7e63392
Author: Arnaud Patard <apatard at mandriva.com>
Date:   Fri Aug 29 19:33:31 2008 -0300

    Correct a problem when handling i420 format.
    
    The problem was that the driver was converting i420->YV12 2 times
    instead of only once.

commit 76c931e149917563485ae6ad2950aa28a531b0d1
Author: Paulo Cesar Pereira de Andrade <pcpa at mandriva.com.br>
Date:   Fri Aug 29 19:31:57 2008 -0300

    Update MSOC video interface.
    
      This synchronizes smi_video.c with smi 2.2.5 sources.

commit 0eb35f2065314807a604a44e571bbb898db23543
Author: Paulo Cesar Pereira de Andrade <pcpa at mandriva.com.br>
Date:   Fri Aug 29 19:20:54 2008 -0300

    Update xaa and generic acceleration code for the MSOC.
    
      Currently, the support for EXA is not functional, neither is
    ShadowFB or bpp/depth other than 16.

commit 375e35fc7df4a21c2e0bc933774cc2f5f29b89d1
Author: Paulo Cesar Pereira de Andrade <pcpa at mandriva.com.br>
Date:   Fri Aug 29 19:36:35 2008 -0300

    MSOC doesn't access VGA registers or VBE/INT10
    
      This should be the biggest patch in the "merge". Done in a single chunk
    to have it compilable at all stages.

commit 164d921465ae7b3a0fa2551358f7c0b5a18a425a
Author: Paulo Cesar Pereira de Andrade <pcpa at mandriva.com.br>
Date:   Fri Aug 29 18:47:14 2008 -0300

    Add code to probe and recognize the SMI501 chipset

commit db330497c3b757361ac9c3602b3a4ece0a401dd3
Author: Paulo Cesar Pereira de Andrade <pcpa at mandriva.com.br>
Date:   Fri Aug 29 15:58:16 2008 -0300

    Change SILICONMOTION_NAME value
    
      xf86VDrvMsgVerb prints up to 14 characters prefix, where prefix has the
    format "%s(%d): " so, use name "SMI" instead of "Silicon Motion"

commit 36309132aef067822a8901ce24fda817be58546d
Author: Paulo Cesar Pereira de Andrade <pcpa at mandriva.com.br>
Date:   Fri Aug 29 15:52:36 2008 -0300

    Add initial support and macros for the MSOC.
    
    This patch add the new files and basic required definitions.

commit 96166eafc2b0e5db627aa4f8b0422f953837772b
Author: Paulo Cesar Pereira de Andrade <pcpa at mandriva.com.br>
Date:   Fri Aug 29 14:48:44 2008 -0300

    Fix build for removal of xf86Version.h
    
      This is the first patch of series to merge code from the version 2.2.5
    from SiliconMotion and code from
    http://cgit.freedesktop.org/~agd5f/xf86-video-smi501
    
      After the merge, work will continue, to correct some extra problems,
    and make it work with EXA at least (as only the Xorg version has
    EXA support).



More information about the xorg-commit mailing list