xf86-video-xgixp: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sun Jan 30 19:31:23 UTC 2022


 .gitlab-ci.yml     |   98 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 README.md          |    2 -
 configure.ac       |    2 -
 src/xg47_accel.c   |    4 +-
 src/xg47_cmdlist.c |    6 +--
 src/xg47_i2c.c     |    2 -
 src/xg47_mode.c    |    4 +-
 src/xg47_mode.h    |    2 -
 src/xg47_regs.h    |    8 ++--
 src/xg47_tv.c      |    4 +-
 src/xg47_videohw.c |    4 +-
 src/xgi.h          |    5 --
 src/xgi_driver.c   |    4 +-
 src/xgi_hwmc.c     |    4 +-
 src/xgi_option.c   |    2 -
 15 files changed, 123 insertions(+), 28 deletions(-)

New commits:
commit 06ef7f688aa7dc17827d9f7723211acc5d7d76d8
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Jan 30 10:26:56 2022 -0800

    Replace or remove invalid characters in comments
    
    Fixes flawfinder-sast failures:
    Error: encoding error in ./src/xg47_videohw.c
    'utf-8' codec can't decode byte 0x92 in position 1980: invalid start byte
    Error: encoding error in ./src/xg47_regs.h
    'utf-8' codec can't decode byte 0xa8 in position 6460: invalid start byte
    Error: encoding error in ./src/xg47_regs.h
    'utf-8' codec can't decode byte 0xe7 in position 4716: invalid continuation byte
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 3eca91e150f9fbf4d24e7c96bd33c02fded2c149
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Jan 30 10:03:47 2022 -0800

    Stop including xf86RamDac.h
    
    xf86RamDac.h has been removed from xserver since version 21.0.99.1
    and xorg/xserver at 8f8d358b resulting in the following build failure:
    
    In file included from ../../src/xg47_accel.c:44:
    ../../src/xgi.h:53:10: fatal error: xf86RamDac.h: No such file or directory
       53 | #include "xf86RamDac.h"     /* RamDacRecPtr */
          |          ^~~~~~~~~~~~~~
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 0b67e537bf2a14d584dcfd957b0d4def848e3a6f
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Jan 30 09:55:00 2022 -0800

    gitlab CI: add a basic build test
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 962b8a15a481121ac731431b5be699588d05aa38
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Jan 30 09:54:31 2022 -0800

    Fix spelling/wording issues
    
    Found by using:
        codespell --builtin clear,rare,usage,informal,code,names
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit e4d0f5ff82b2c16fac5c763575b251a2180fcdb8
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Jan 30 09:50:33 2022 -0800

    Build xz tarballs instead of bzip2
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list