diff options
author | Darren Powell <darren.powell@amd.com> | 2015-10-20 16:56:54 -0400 |
---|---|---|
committer | Michel Dänzer <michel.daenzer@amd.com> | 2015-10-21 16:06:42 +0900 |
commit | 0a6ba4bf50128464a30951721b0c72e748fb89bc (patch) | |
tree | 81a3b577e557f72d9944e6037eed62704d1b50d7 /man | |
parent | 175251645fec1a3d19f498e1cd1e655374c67801 (diff) |
Add Option "TearFree" to manpage
This was missed in commit c57da33308a81fa575179238a0415abcb8b34908.
Signed-off-by: Darren Powell <darren.powell@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>
Diffstat (limited to 'man')
-rw-r--r-- | man/amdgpu.man | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/man/amdgpu.man b/man/amdgpu.man index 0233445..3373b63 100644 --- a/man/amdgpu.man +++ b/man/amdgpu.man @@ -71,6 +71,13 @@ The default is Enable DRI2 page flipping. The default is .B on. .TP +.BI "Option \*qTearFree\*q \*q" boolean \*q +Enable tearing prevention using the hardware page flipping mechanism. This +option currently doesn't have any effect for rotated CRTCs. It requires +allocating two separate scanout buffers for each non-rotated CRTC. Enabling +this option currently disables Option \*qEnablePageFlip\*q. The default is +.B off. +.TP .BI "Option \*qAccelMethod\*q \*q" string \*q Setting this option to .B none |