xf86-video-mga: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Nov 16 22:09:55 UTC 2024


 src/mga_bios.c    |   20 --------------------
 src/mga_dac3026.c |    6 +++---
 src/mga_driver.c  |    3 +--
 src/mga_exa.c     |    4 ++--
 src/mga_macros.h  |   11 ++++++-----
 src/mga_merge.c   |    8 ++++----
 6 files changed, 16 insertions(+), 36 deletions(-)

New commits:
commit 3f2000a09af7c665a451ee2b3c8669cdc4633815
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Nov 10 11:33:12 2024 -0800

    mga_bios: remove unused get_u32 inline function
    
    Clears warning from clang:
    
    mga_bios.c:77:26: warning: unused function 'get_u32' [-Wunused-function]
    static __inline__ CARD32 get_u32( const CARD8 * data )
                             ^
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Part-of: <https://gitlab.freedesktop.org/xorg/driver/xf86-video-mga/-/merge_requests/15>

commit 7012e41c651c4c163667afea39621b1692468ca7
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Nov 10 11:29:25 2024 -0800

    Remove semicolons without statements
    
    Clears 5 warnings from clang of the form:
    
    mga_driver.c:1861:13: warning: empty expression statement has no effect;
     remove unnecessary ';' to silence this warning [-Wextra-semi-stmt]
                ;
                ^
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Part-of: <https://gitlab.freedesktop.org/xorg/driver/xf86-video-mga/-/merge_requests/15>

commit b46013105085244893ea970db5d6d01f317da620
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Nov 10 11:24:26 2024 -0800

    PMGA & QUIESCE_DMA: Remove ; from end of macro definitions
    
    Clears 12 warnings from clang of the form:
    
    mga_exa.c:170:18: warning: empty expression statement has no effect;
     remove unnecessary ';' to silence this warning [-Wextra-semi-stmt]
        PMGA(pPixmap);
                     ^
    mga_exa.c:176:25: warning: empty expression statement has no effect;
     remove unnecessary ';' to silence this warning [-Wextra-semi-stmt]
        QUIESCE_DMA(pPixmap);
                            ^
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Part-of: <https://gitlab.freedesktop.org/xorg/driver/xf86-video-mga/-/merge_requests/15>

commit d55a8f77abf72bf3f971e68d319dd60bb4242b3a
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Nov 10 11:13:06 2024 -0800

    WAITFIFO: add do { ... } while (0) to avoid -Wextra-semi-stmt warnings
    
    Clears 17 warnings from clang of the form:
    
    mga_video.c:739:17: warning: empty expression statement has no effect;
     remove unnecessary ';' to silence this warning [-Wextra-semi-stmt]
        WAITFIFO(15);
                    ^
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Part-of: <https://gitlab.freedesktop.org/xorg/driver/xf86-video-mga/-/merge_requests/15>

commit 3b7e42e8b1c65fec79d68c9b6dc3b132195421d4
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Nov 10 11:03:51 2024 -0800

    CHECK_DMA_QUIESCENT: add do ... while (0) to avoid -Wextra-semi-stmt warnings
    
    Clears 8 warnings from clang of the form:
    
    mga_storm.c:269:37: warning: empty expression statement has no effect;
     remove unnecessary ';' to silence this warning [-Wextra-semi-stmt]
        CHECK_DMA_QUIESCENT(pMga, pScrn);
                                        ^
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Part-of: <https://gitlab.freedesktop.org/xorg/driver/xf86-video-mga/-/merge_requests/15>

commit f227f3bec18f18e8c99ac2fc510b3b785dc93db2
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Nov 10 10:56:01 2024 -0800

    BOUND & REBOUND: add do ... while (0) to avoid -Wextra-semi-stmt warnings
    
    Clears 22 warnings from clang of the form:
    
    mga_merge.c:738:35: warning: empty expression statement has no effect;
     remove unnecessary ';' to silence this warning [-Wextra-semi-stmt]
                REBOUND(f1.x0,f1.x1,x);
                                      ^
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Part-of: <https://gitlab.freedesktop.org/xorg/driver/xf86-video-mga/-/merge_requests/15>



More information about the xorg-commit mailing list