xf86-video-siliconmotion: Changes to 'master'

Paulo Cesar Pereira de Andrade pcpa at kemper.freedesktop.org
Tue Sep 2 15:34:39 PDT 2008


 src/smi.h           |    8 -
 src/smi_501.c       |  340 +++++++++++++++++++++++++++++-----------------------
 src/smi_501.h       |   57 +-------
 src/smi_accel.c     |    2 
 src/smi_driver.c    |  282 ++++++++++++++++++++-----------------------
 src/smi_exa.c       |    7 -
 src/smi_hwcurs.c    |    4 
 src/smi_pcirename.h |    6 
 src/smi_video.c     |   53 ++++----
 9 files changed, 374 insertions(+), 385 deletions(-)

New commits:
commit cf5132907e4709c872089fe2d79837b2de4e45b7
Author: Paulo Cesar Pereira de Andrade <pcpa at mandriva.com.br>
Date:   Tue Sep 2 18:16:41 2008 -0300

    Rename global smi501 functions to have SMI501 prefix.
    
      Functions renamed were setDPMS -> SMI501_SetDPMS,
    regRead32 -> SMI501_Read32 and regWrite32 -> SMI501_Write32.
      Also moved SMI_SetDPMS to start of smi_501.c to have extern
    functions at start of the file.

commit a2a090e10f031aed6dbf6d143d6ce8abdf7a2392
Author: Paulo Cesar Pereira de Andrade <pcpa at mandriva.com.br>
Date:   Tue Sep 2 17:55:16 2008 -0300

    Correct all compiler warning messages.
    
      Code compiled with:
    gcc -Wall -Wbad-function-cast -Wdeclaration-after-statement \
        -Wmissing-prototypes -Wmissing-declarations -Wnested-externs \
        -fno-strict-aliasing -Wold-style-definition -Wpointer-arith \
        -Wstrict-prototypes
    
      This patch also makes most smi_501.c functions static, as they are not
    called from anywhere else.
      Also removed prototypes for non existent functions in smi_501.h.

commit 2d5ba5f7310fa8e11f7349d116aa871a239ac35f
Author: Paulo Cesar Pereira de Andrade <pcpa at mandriva.com.br>
Date:   Tue Sep 2 16:32:31 2008 -0300

    Correct xv video problems on MSOC.
    
      Set VIDEO_CLIP_TO_VIEWPORT as it is used in MSI sources, and also add
    proper code to detect panel size, as this information is used to manage
    offscreen memory (but shouldn't it be using pScrn->virtualY, etc?)

commit e111c85d6cca3f2206b6bce119b284edccf0cd4f
Author: Paulo Cesar Pereira de Andrade <pcpa at mandriva.com.br>
Date:   Mon Sep 1 18:41:43 2008 -0300

    Don't pretend this driver compiles on XFree86.
    
      Either remove check for XF86_VERSION_CURRENT or at least add the
    implementation of RegionsEqual() to smi_video.c.



More information about the xorg-commit mailing list