xf86-video-i128: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Apr 21 18:52:24 UTC 2023


 .gitlab-ci.yml    |    4 ++--
 src/i128_driver.c |    2 +-
 src/i128accel.c   |    2 ++
 src/i128exa.c     |    4 ++--
 4 files changed, 7 insertions(+), 5 deletions(-)

New commits:
commit 2a0606ca9d7984815c5dd5f087f7735819e7e8d1
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Apr 9 10:25:11 2023 -0700

    Handle -Wempty-body warnings
    
    Repeated for each call of the CACHED_UPDATE macro:
    
    i128exa.c: In function ‘i128SetBufCtrl’:
    i128exa.c:66:74: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
             if (CACHE_DEBUG) I128_EXA_DEBUG(("Updated cache for " #reg "\n")); \
                                                                              ^
    i128exa.c:89:5: note: in expansion of macro ‘CACHED_UPDATE’
         CACHED_UPDATE(buf_ctrl, BUF_CTRL);
         ^~~~~~~~~~~~~
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 4e5a23aa55e5a85ae816616283e79c777d5a29fa
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Apr 9 10:21:56 2023 -0700

    Handle -Wdiscarded-qualifiers warnings
    
    i128_driver.c: In function ‘I128PreInit’:
    i128_driver.c:857:18: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
               ramdac = "TI3025";
                      ^
    i128_driver.c:894:18: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
               ramdac = "IBM526";
                      ^
    i128_driver.c:928:18: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
               ramdac = "IBM528";
                      ^
    i128_driver.c:962:18: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
               ramdac = "SilverHammer";
                      ^
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit fc8f4fd967ffab492dfa23e3f71c3cb8d2cbc145
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Apr 9 10:19:46 2023 -0700

    Handle -Wunused-const-variable warnings
    
    i128accel.c:95:18: warning: ‘split_size’ defined but not used [-Wunused-const-variable=]
     static const int split_size[] = { 0x20,  0x10,  0x08, 0x00 };
                      ^~~~~~~~~~
    i128accel.c:94:18: warning: ‘max_size’ defined but not used [-Wunused-const-variable=]
     static const int max_size[]   = { 0x80,  0x40,  0x20, 0x00 };
                      ^~~~~~~~
    i128accel.c:93:18: warning: ‘min_size’ defined but not used [-Wunused-const-variable=]
     static const int min_size[]   = { 0x62,  0x32,  0x1A, 0x00 };
                      ^~~~~~~~
    i128accel.c:73:21: warning: ‘i128alu’ defined but not used [-Wunused-const-variable=]
     static const CARD32 i128alu[16] =
                         ^~~~~~~
    i128exa.c:450:33: warning: ‘dest_formats’ defined but not used [-Wunused-const-variable=]
     static const struct dest_format dest_formats[] = {
                                     ^~~~~~~~~~~~
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit cfbbdffde628c762c5bb355f1871ce503c5d09f9
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