xf86-video-ati: Branch 'master' - 2 commits

Michel Dänzer daenzer at kemper.freedesktop.org
Thu Mar 23 09:10:38 UTC 2017


 configure.ac   |    2 +-
 man/radeon.man |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 23985d3ef3150ef8cad30b92ef0cd8ba6cfa1f4d
Author: Michel Dänzer <michel.daenzer at amd.com>
Date:   Thu Mar 23 18:06:45 2017 +0900

    manpage: Don't put "'" at the beginning of a line
    
    It caused the whole line to be dropped.
    
    Fixes: 58cd1600057e ("Allow toggling TearFree at runtime via output
                          property")
    Reported-by: Andy Furniss <adf.lists at gmail.com>
    Reviewed-by: Alex Deucher <alexander.deucher at amd.com> (amdgpu commit)
    (Ported from amdgpu commit 165b51447643ce37f391f25ca6aecb8d76fabaa3)

diff --git a/man/radeon.man b/man/radeon.man
index 5301dd7f..9334d9e8 100644
--- a/man/radeon.man
+++ b/man/radeon.man
@@ -286,8 +286,8 @@ tearing prevention using the hardware page flipping mechanism. TearFree is
 on for any CRTC associated with one or more outputs with TearFree on. Two
 separate scanout buffers need to be allocated for each CRTC with TearFree
 on. While TearFree is on for any CRTC, it currently prevents clients from using
-DRI page flipping. If this option is set, the default value of the property is
-'on' or 'off' accordingly. If this option isn't set, the default value of the
+DRI page flipping. If this option is set, the default value of the property
+is 'on' or 'off' accordingly. If this option isn't set, the default value of the
 property is
 .B auto,
 which means that TearFree is on for outputs with rotation or other RandR
commit dc30f5e27ef8a8e980adb21c1fea7c4f60c7e896
Author: Michel Dänzer <michel.daenzer at amd.com>
Date:   Thu Mar 23 18:06:23 2017 +0900

    Post-release version bump

diff --git a/configure.ac b/configure.ac
index b83b18f3..c9ccfb3d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@
 # Initialize Autoconf
 AC_PREREQ([2.60])
 AC_INIT([xf86-video-ati],
-        [7.9.0],
+        [7.9.99],
         [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
         [xf86-video-ati])
 


More information about the xorg-commit mailing list