diff options
author | Michel Dänzer <michel.daenzer@amd.com> | 2017-07-27 16:11:19 +0900 |
---|---|---|
committer | Michel Dänzer <michel@daenzer.net> | 2017-08-02 18:55:23 +0900 |
commit | 5309bde0c4e28adf2b167191c6d7011a19e31eed (patch) | |
tree | 8aef7c128f089c6e8f822f80efa47d25a665d346 /man | |
parent | 9bc3eef74452d924f9101c024f66ad9b14c404c8 (diff) |
Allow DRI page flipping when some CRTCs use separate scanout buffers
As long as the CRTC we're synchronizing to doesn't.
v2:
* Remove redundant checks from can_exchange which still prevented DRI2
page flipping
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'man')
-rw-r--r-- | man/radeon.man | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/radeon.man b/man/radeon.man index 3e1723f2..1e9a7beb 100644 --- a/man/radeon.man +++ b/man/radeon.man @@ -285,7 +285,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 |