xf86-video-apm: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Feb 7 03:15:08 UTC 2019


 src/apm_dga.c    |    1 -
 src/apm_driver.c |   16 ++++++++++++++--
 2 files changed, 14 insertions(+), 3 deletions(-)

New commits:
commit 175586a648374fbe702469f99e4fb1c5ca144e10
Author: Kevin Brace <kevinbrace at gmx.com>
Date:   Mon Dec 17 16:00:36 2018 -0600

    Use libpciaccess for newer X Servers when unmapping video RAM
    
    Commit d1e29902483a82e86b07cd30d41d411e71b776ea missed using
    XSERVER_LIBPCIACCESS conditional compilation keyword when unmapping
    video RAM. This meant that the code was not getting compiled correctly
    for newer X Servers due to the missing xf86UnMapVidMem.
    
    Signed-off-by: Kevin Brace <kevinbrace at gmx.com>

commit 1d3102739815eb0c37bd9a9134bd0eb80deb3895
Author: Kevin Brace <kevinbrace at gmx.com>
Date:   Mon Dec 17 16:00:35 2018 -0600

    Eliminate unused variable compilation warnings
    
    Signed-off-by: Kevin Brace <kevinbrace at gmx.com>

commit ced64e1325c04aa079d7cef185bb157e4975dc21
Author: Kevin Brace <kevinbrace at gmx.com>
Date:   Mon Dec 17 16:00:34 2018 -0600

    Use const char for xf86GetOptValString return type
    
    Signed-off-by: Kevin Brace <kevinbrace at gmx.com>

commit 6e780e5870282ba871e575c5a1f1337fa385df47
Author: Kevin Brace <kevinbrace at gmx.com>
Date:   Mon Dec 17 16:00:33 2018 -0600

    Remove miInitializeBackingStore
    
    Apparently, it is no longer available.
    
    Signed-off-by: Kevin Brace <kevinbrace at gmx.com>



More information about the xorg-commit mailing list