diff options
author | Michel Dänzer <michel.daenzer@amd.com> | 2015-06-02 17:04:21 +0900 |
---|---|---|
committer | Michel Dänzer <michel@daenzer.net> | 2015-06-08 17:59:55 +0900 |
commit | edfff6b1a3a19953644b8052b30076f76f7dc337 (patch) | |
tree | c7309040a1f5d3657c88b40b6948cbaa55567837 /man | |
parent | d295b5b3310bc5c23d232c4be4170165a057c090 (diff) |
Add DRI3 support
Must be enabled with
Option "DRI3"
in xorg.conf.
(Cherry picked from radeon commits 64e1e4dbdd3caee6f5d8f6b6c094b4533fa94953,
694e04720b886060fe3eefdce59741f218c8269f,
f940fd741b15f03393037c5bb904cd74f012de9d,
fcd37f65f485291084c174666bd605e215bf1398,
4b0997e56dec0053cb2cb793e0f4ae35055ff7e6,
f68d9b5ba0c91a725b5eec9386c61bea8824c299 and
98fb4199e63fedd4607cddee64bf602d6398df81)
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'man')
-rw-r--r-- | man/amdgpu.man | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/man/amdgpu.man b/man/amdgpu.man index 64633b3..bc7bf30 100644 --- a/man/amdgpu.man +++ b/man/amdgpu.man @@ -70,6 +70,10 @@ For example: Option \*qZaphodHeads\*q \*qLVDS,VGA-0\*q will assign xrandr outputs LVDS and VGA-0 to this instance of the driver. .TP +.BI "Option \*qDRI3\*q \*q" boolean \*q +Enable the DRI3 extension. The default is +.B off. +.TP .BI "Option \*qEnablePageFlip\*q \*q" boolean \*q Enable DRI2 page flipping. The default is .B on. |