diff options
author | Samuel Li <samuel.li@amd.com> | 2013-03-20 11:59:58 -0400 |
---|---|---|
committer | Michel Dänzer <michel.daenzer@amd.com> | 2013-06-03 17:27:17 +0200 |
commit | 365e571d9de0b5979425c34210789afca4ea5f68 (patch) | |
tree | b34431646130bce9de8131b45631a286179b26be /man | |
parent | bd2557ea5ef84b975060e929d5ece53ec464336f (diff) |
radeon: use direct mapping for fast fb access.
Signed-off-by: Samuel Li <samuel.li@amd.com>
Diffstat (limited to 'man')
-rw-r--r-- | man/radeon.man | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/radeon.man b/man/radeon.man index e608b1ee..0cbbcf83 100644 --- a/man/radeon.man +++ b/man/radeon.man @@ -232,7 +232,7 @@ The default value is for R/RV3XX, R/RV4XX, R/RV5XX, RS6XX, RS740, R/RV6XX, R/RV7XX, RS780, RS880, EVERGREEN, CAYMAN, and ARUBA and .B off -for R/RV/RS1XX, R/RV/RS2XX, and RS3XX. +for R/RV/RS1XX, R/RV/RS2XX, RS3XX, and RS690/RS780/RS880 when fast fb feature is enabled. .TP .BI "Option \*qColorTiling2D\*q \*q" "boolean" \*q The framebuffer can be addressed either in linear, 1D, or 2D tiled modes. 2D tiled mode can @@ -280,7 +280,7 @@ we use a heuristic based on VRAM amount to determine whether to allow EXA to use VRAM for non-essential pixmaps. This option allows us to override the heuristic. The default is .B on -with > 32MB VRAM, off with < 32MB. +with > 32MB VRAM, off with < 32MB or when fast fb feature is enabled for RS690/RS780/RS880. .TP .BI "Option \*qSwapbuffersWait\*q \*q" boolean \*q This option controls the behavior of glXSwapBuffers and glXCopySubBufferMESA |