xf86-video-ast: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Oct 24 21:49:00 UTC 2022


 .gitlab-ci.yml    |    4 ++--
 configure.ac      |    2 +-
 src/ast_mode.c    |    2 ++
 src/ast_vgatool.c |   30 +++++++++++++++---------------
 src/ast_vgatool.h |    2 +-
 5 files changed, 21 insertions(+), 19 deletions(-)

New commits:
commit 773f703d92714edb80458693bf9bf42fc0b77db4
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Mon Oct 17 10:50:11 2022 -0700

    ast_vgatool: Fix indentation in ASTGetScratchOptions()
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 19cf45e2a4699c950d08cc7aa3e4ccfe76e276d6
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Mon Oct 17 10:42:37 2022 -0700

    ast_vgatool: Fix -Wold-style-declaration warning
    
    ast_vgatool.c:3400:1: warning: ‘static’ is not at beginning of declaration [-Wold-style-declaration]
     void static vGetDefaultSettings(ScrnInfoPtr pScrn)
     ^~~~
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 065ed43c44b50231fa2ac9d406727d5149cac27f
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Mon Oct 17 10:39:08 2022 -0700

    ast_mode: Eliminate unused DAC_TEXT & DAC_EGA arrays
    
    At top level:
    ast_mode.c:389:23: warning: ‘DAC_EGA’ defined but not used [-Wunused-variable]
     static VBIOS_DAC_INFO DAC_EGA[] = {
                           ^~~~~~~
    ast_mode.c:370:23: warning: ‘DAC_TEXT’ defined but not used [-Wunused-variable]
     static VBIOS_DAC_INFO DAC_TEXT[] = {
                           ^~~~~~~~
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit f9dcbd53e7c63918b4798d961b56d28e55c9787f
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Mon Oct 17 10:25:25 2022 -0700

    WriteAST1180SOC: Add _X_UNUSED attribute to temp variable
    
    Clears 67 out of 84 warnings of the form:
    
    In file included from ast_cursor.c:53:0:
    ast_cursor.c: In function ‘ASTLoadCursorImage’:
    ast_vgatool.h:149:15: warning: variable ‘temp’ set but not used [-Wunused-but-set-variable]
             ULONG temp; \
                   ^
    ast_cursor.c:293:9: note: in expansion of macro ‘WriteAST1180SOC’
             WriteAST1180SOC(AST1180_GFX_BASE+AST1180_HWC1_PATTERNADDR, ulPatternAddr);
             ^~~~~~~~~~~~~~~
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 8026dbf57d657a2ff1d6bd6037082c11682f49bb
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