mirror of
https://github.com/X11Libre/xf86-video-ati.git
synced 2026-03-24 01:24:43 +00:00
radeon: use direct mapping for fast fb access.
Signed-off-by: Samuel Li <samuel.li@amd.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user