diff options
author | Mario Kleiner <mario.kleiner.de@gmail.com> | 2015-08-10 23:34:40 +0200 |
---|---|---|
committer | Michel Dänzer <michel.daenzer@amd.com> | 2015-08-11 10:04:50 +0900 |
commit | ebe2c020fbf2ef8de01fc50b201ab23ddb9fb13b (patch) | |
tree | 1be68ba1e8d44fc62122b1aaa05f433b7c0bddf0 /man | |
parent | c9611a2aa0f8d3bb55c552353740d60f6e4f63a0 (diff) |
Make selection between DRI2 and DRI3 consistent with other drivers. (v2)
Add Option "DRI" to allow selection of maximum DRI level.
This allows the user to select the maximum level of DRI
implementation to use, DRI2 or DRI3. It replaces the old
option "DRI3" which had exactly the same purpose, but
differs from the method used in both intel ddx and nouveau ddx.
Make this consistent before a new stable driver is released.
v2: Retain handling of old Option "DRI3" for backwards
compatibility, but Option "DRI" will take precedence
over "DRI3" if both are provided.
Signed-off-by: Mario Kleiner <mario.kleiner.de@gmail.com>
Reviewed-by: Michel Dänzer <michel.daenzer@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 d280197..0233445 100644 --- a/man/amdgpu.man +++ b/man/amdgpu.man @@ -62,9 +62,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. +.BI "Option \*qDRI\*q \*q" integer \*q +Define the maximum level of DRI to enable. Valid values are 2 for DRI2 or 3 for DRI3. +The default is +.B 2 for DRI2. .TP .BI "Option \*qEnablePageFlip\*q \*q" boolean \*q Enable DRI2 page flipping. The default is |