diff options
author | Michel Dänzer <michel.daenzer@amd.com> | 2016-04-01 16:09:51 +0900 |
---|---|---|
committer | Michel Dänzer <michel@daenzer.net> | 2016-04-04 14:57:30 +0900 |
commit | faf9d720b7d650f5f1ea657a874d08eac3972e60 (patch) | |
tree | 2b505ed6453afcd28864cf3c5d6e9e57ab6a19f0 /man | |
parent | 5ba95c3abeb8df82aa8d33a47596eae6403ea7af (diff) |
Update manpage entry for Option "TearFree"
It's now effective for rotation as well.
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'man')
-rw-r--r-- | man/amdgpu.man | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/man/amdgpu.man b/man/amdgpu.man index 4e95ead..0100400 100644 --- a/man/amdgpu.man +++ b/man/amdgpu.man @@ -72,9 +72,10 @@ Enable DRI2 page flipping. The default is .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 +option currently doesn't have any effect for CRTCs using transforms other than +rotation or reflection. It requires allocating two separate scanout buffers for +each supported CRTC. Enabling this option currently disables Option +\*qEnablePageFlip\*q. The default is .B off. .TP .BI "Option \*qAccelMethod\*q \*q" string \*q |