diff options
author | Michel Dänzer <michel.daenzer@amd.com> | 2017-08-02 19:07:40 +0900 |
---|---|---|
committer | Michel Dänzer <michel@daenzer.net> | 2017-08-03 17:11:39 +0900 |
commit | 9caa9dd9cc5eb9882c4bb85275bc318948dab71f (patch) | |
tree | 45b414c02900e157b7d1732274cf2186656a0f0c /man | |
parent | 4441c7c6dde2d71bd44c3031c5679ee3186ea8f9 (diff) |
Allow DRI page flipping when some CRTCs use separate scanout buffers
As long as the CRTC we're synchronizing to doesn't.
(Ported from radeon commit 5309bde0c4e28adf2b167191c6d7011a19e31eed)
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'man')
-rw-r--r-- | man/amdgpu.man | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/amdgpu.man b/man/amdgpu.man index d6904b8..ebb472a 100644 --- a/man/amdgpu.man +++ b/man/amdgpu.man @@ -77,7 +77,7 @@ Set the default value of the per-output 'TearFree' property, which controls 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 +on. While TearFree is on for any CRTC, it may prevent 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 property is |