xf86-video-siliconmotion: Changes to 'master'

Julien Cristau jcristau at kemper.freedesktop.org
Sat May 9 07:58:30 PDT 2015


 configure.ac     |    2 +-
 src/smi.h        |    9 ++++-----
 src/smi_accel.c  |    2 +-
 src/smi_driver.c |   11 ++++++-----
 src/smi_video.c  |    8 ++++----
 5 files changed, 16 insertions(+), 16 deletions(-)

New commits:
commit 70d3d3a384651e5d22840a0de8644eb8b10c5775
Author: Julien Cristau <jcristau at debian.org>
Date:   Sat May 9 16:56:51 2015 +0200

    Bump to 1.7.8
    
    Signed-off-by: Julien Cristau <jcristau at debian.org>

commit b22c590a546b2ea5f256e7654c4a6b165b320e80
Author: Julien Cristau <jcristau at debian.org>
Date:   Fri May 8 13:40:46 2015 +0200

    Fix a couple const-ness warnings
    
    smi_accel.c: In function 'SMI_GEReset':
    smi_accel.c:51:1: warning: passing argument 4 of 'SMI_GEReset' discards 'const' qualifier from pointer target type
      WaitIdle();
     ^
    smi_accel.c:38:1: note: expected 'char *' but argument is of type 'const char *'
     SMI_GEReset(ScrnInfoPtr pScrn, int from_timeout, int line, char *file)
     ^
    [...]
    smi_driver.c: In function 'SMI_DetectPanelSize':
    smi_driver.c:1011:12: warning: assignment discards 'const' qualifier from pointer target type
         if ((s = xf86GetOptValString(pSmi->Options, OPTION_PANEL_SIZE)) != NULL) {
                ^
    
    Signed-off-by: Julien Cristau <jcristau at debian.org>

commit ca1c4c19d688d215b52f4e7e2a634c0cbcfff3c1
Author: Julien Cristau <jcristau at debian.org>
Date:   Fri May 8 13:41:01 2015 +0200

    Fix SwitchMode and AdjustFrame hooks
    
    smi_driver.c: In function 'SMI_Probe':
    smi_driver.c:360:24: warning: assignment from incompatible pointer type
       pScrn->SwitchMode    = SMI_SwitchMode;
                            ^
    smi_driver.c:361:24: warning: assignment from incompatible pointer type
       pScrn->AdjustFrame   = SMI_AdjustFrame;
                            ^
    
    Signed-off-by: Julien Cristau <jcristau at debian.org>

commit d06454e89384957fa2b77ff35b35108dc657a510
Author: Julien Cristau <jcristau at debian.org>
Date:   Fri May 8 13:27:56 2015 +0200

    Fix BlockHandler declaration
    
    smi_video.c: In function 'SMI_SetupVideo':
    smi_video.c:940:24: warning: assignment from incompatible pointer type
         pSmi->BlockHandler = pScreen->BlockHandler;
                            ^
    
    Signed-off-by: Julien Cristau <jcristau at debian.org>

commit 6073828547bdff86d147ab54accb12bc4230d6aa
Author: Julien Cristau <jcristau at debian.org>
Date:   Fri May 8 13:26:00 2015 +0200

    Fix shadow compiler warning
    
    smi_video.c: In function 'SetAttrSAA7111':
    smi_video.c:795:6: warning: declaration of 'i' shadows a parameter [-Wshadow]
      int i;
          ^
    smi_video.c:723:39: warning: shadowed declaration is here [-Wshadow]
     SetAttrSAA7111(ScrnInfoPtr pScrn, int i, int value)
                                           ^
    
    Signed-off-by: Julien Cristau <jcristau at debian.org>



More information about the xorg-commit mailing list