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

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


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

New commits:
commit 165b51447643ce37f391f25ca6aecb8d76fabaa3
Author: Michel Dänzer <michel.daenzer at amd.com>
Date:   Wed Mar 22 18:58:32 2017 +0900

    manpage: Don't put "'" at the beginning of a line
    
    It caused the whole line to be dropped.
    
    Fixes: af0b24c1aca4 ("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>

diff --git a/man/amdgpu.man b/man/amdgpu.man
index 53bd768..13ffb7a 100644
--- a/man/amdgpu.man
+++ b/man/amdgpu.man
@@ -78,8 +78,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 1b476d417f85fd1b97e813adbbf4970db07adf5c
Author: Michel Dänzer <michel.daenzer at amd.com>
Date:   Thu Mar 23 18:03:56 2017 +0900

    Post-release version bump

diff --git a/configure.ac b/configure.ac
index 8d86f52..9110f35 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@
 # Initialize Autoconf
 AC_PREREQ([2.60])
 AC_INIT([xf86-video-amdgpu],
-        [1.3.0],
+        [1.3.99],
         [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
         [xf86-video-amdgpu])
 


More information about the xorg-commit mailing list