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

Michel Dänzer daenzer at kemper.freedesktop.org
Thu Oct 5 09:16:33 UTC 2017


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

New commits:
commit 2f72be038d22c54620e436af30121dd89f79a003
Author: Darren Salt <devspam at moreofthesa.me.uk>
Date:   Wed Sep 13 03:22:19 2017 +0100

    Clarify when TearFree is automatically enabled.
    
    Reviewed-by: Michel Dänzer <michel.daenzer at amd.com>

diff --git a/man/amdgpu.man b/man/amdgpu.man
index c38defe..0d9dd93 100644
--- a/man/amdgpu.man
+++ b/man/amdgpu.man
@@ -80,8 +80,8 @@ separate scanout buffers need to be allocated for each CRTC with TearFree
 on. 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
-transforms, and for RandR 1.4 slave outputs, otherwise off.
+which means that TearFree is on for rotated outputs, outputs with RandR
+transforms applied and for RandR 1.4 slave outputs, otherwise off.
 .TP
 .BI "Option \*qAccelMethod\*q \*q" string \*q
 Setting this option to
commit 2ce59dfa1c57655137fcc7ccdf15a341e51383ff
Author: Michel Dänzer <michel.daenzer at amd.com>
Date:   Thu Oct 5 11:15:34 2017 +0200

    Post-release version bump

diff --git a/configure.ac b/configure.ac
index 0896fb0..02e19aa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@
 # Initialize Autoconf
 AC_PREREQ([2.60])
 AC_INIT([xf86-video-amdgpu],
-        [1.4.0],
+        [1.4.99],
         [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg&component=Driver/AMDgpu],
         [xf86-video-amdgpu])
 


More information about the xorg-commit mailing list