xf86-video-ati: Branch 'kms-pflip'

Alex Deucher agd5f at kemper.freedesktop.org
Wed Dec 1 23:13:08 PST 2010


 man/radeon.man |   28 ++++++++++++++++------------
 1 file changed, 16 insertions(+), 12 deletions(-)

New commits:
commit 69639ef377a9d6701cdef902f8a1c5e0b58cf833
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Thu Dec 2 02:12:24 2010 -0500

    radeon/kms: pageflipping man page updates

diff --git a/man/radeon.man b/man/radeon.man
index 103b465..499b1e5 100644
--- a/man/radeon.man
+++ b/man/radeon.man
@@ -259,7 +259,22 @@ to use VRAM for non-essential pixmaps.  This option allows us to override the
 heuristic.  The default is
 .B on
 with > 32MB VRAM, off with < 32MB.
-
+.TP
+.BI "Option \*qSwapbuffersWait\*q \*q" boolean \*q
+This option controls the behavior of glXSwapBuffers and glXCopySubBufferMESA
+calls by GL applications.  If enabled, the calls will avoid tearing by making
+sure the display scanline is outside of the area to be copied before the copy
+occurs.  If disabled, no scanline synchronization is performed, meaning tearing
+will likely occur.  Note that when enabled, this option can adversely affect
+the framerate of applications that render frames at less than refresh rate.
+.IP
+The default value is
+.B on.
+.TP
+.BI "Option \*qEnablePageFlip\*q \*q" boolean \*q
+Enable DRI2 page flipping.  The default is
+.B on.
+Pageflipping is supported on all radeon hardware.
 .PP
 The following driver
 .B Options
@@ -364,17 +379,6 @@ Color tiling will be automatically disabled in interlaced or doublescan screen m
 .br
 The default value is
 .B on.
-.TP
-.BI "Option \*qSwapbuffersWait\*q \*q" boolean \*q
-This option controls the behavior of glXSwapBuffers and glXCopySubBufferMESA
-calls by GL applications.  If enabled, the calls will avoid tearing by making
-sure the display scanline is outside of the area to be copied before the copy
-occurs.  If disabled, no scanline synchronization is performed, meaning tearing
-will likely occur.  Note that when enabled, this option can adversely affect
-the framerate of applications that render frames at less than refresh rate.
-.IP
-The default value is
-.B on.
 .TP 
 .BI "Option \*qIgnoreEDID\*q \*q" boolean \*q
 Do not use EDID data for mode validation.  DDC is still used


More information about the xorg-commit mailing list