xf86-video-xgi: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Dec 15 17:51:08 UTC 2022


 .gitlab-ci.yml   |    4 ++--
 src/init.h       |    1 -
 src/vb_ext.c     |    1 -
 src/vb_i2c.c     |    1 -
 src/vb_init.c    |    1 -
 src/vb_setmode.c |    1 -
 src/xgi.h        |    2 ++
 src/xgi_accel.c  |    1 -
 src/xgi_cursor.c |    1 -
 src/xgi_dac.c    |    1 -
 src/xgi_dga.c    |    1 -
 src/xgi_dri.c    |    1 -
 src/xgi_driver.c |   10 ++++------
 src/xgi_opt.c    |    9 ++++-----
 src/xgi_setup.c  |    3 +--
 src/xgi_vb.c     |    1 -
 src/xgi_vga.c    |    1 -
 src/xgi_video.c  |    1 -
 18 files changed, 13 insertions(+), 28 deletions(-)

New commits:
commit dec0beddbe981af8bf7c0ff6ca05941916962c65
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Fri Dec 9 13:20:16 2022 -0800

    Fix -Wimplicit-function-declaration warning
    
    xgi_setup.c:637:5: warning: implicit declaration of function
      ‘XGI_New_GetVBType’; did you mean ‘XGI_GetRegByte’?
      [-Wimplicit-function-declaration]
         XGI_New_GetVBType(pXGI->XGI_Pr, pHwDevInfo); //yilin
         ^~~~~~~~~~~~~~~~~
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 360c88c0d4db4a6fd1092ff119cc4d0ee32ff67e
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Fri Dec 9 13:02:00 2022 -0800

    XGIErrorLog: add printf attribute
    
    xgi_driver.c: In function ‘XGIErrorLog’:
    xgi_driver.c:729:5: warning: function ‘XGIErrorLog’ might be a candidate
      for ‘gnu_printf’ format attribute [-Wsuggest-attribute=format]
         xf86VDrvMsgVerb(pScrn->scrnIndex, X_ERROR, 1, format, ap);
         ^~~~~~~~~~~~~~~
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit f6ffb479c3eda868f4349821502a65d0286c3e5f
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Fri Dec 9 12:55:19 2022 -0800

    Fix -Wdiscarded-qualifiers warnings
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit aa970d8d25e26116c7f87a09c0ed88e215328929
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Fri Dec 9 12:46:55 2022 -0800

    Stop including deprecated xf86PciInfo.h
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 0d35e771a443f808fd5c6a756217cd894fdd8d76
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Thu Jul 28 17:30:21 2022 -0700

    gitlab CI: stop requiring Signed-off-by in commits
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list