mirror of
https://github.com/X11Libre/xf86-video-ati.git
synced 2026-03-24 01:24:43 +00:00
radeon/exa: change option to determine exa pixmap usage.
This moves to a boolean instead of using VRAM sizing. as per Michel's suggestions on list. Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
@@ -607,14 +607,13 @@ This option enables modesetting on R/RV4xx chips using atombios.
|
||||
The default is
|
||||
.B off.
|
||||
.TP
|
||||
.BI "Option \*qEXALowVRAM\*q \*q" integer \*q
|
||||
.BI "Option \*qEXAPixmaps\*q \*q" boolean \*q
|
||||
(KMS Only) Under kernel modesetting to avoid thrashing pixmaps in/out
|
||||
of VRAM on low memory cards, we set a threshhold for the amount of VRAM
|
||||
a GPU should have before we start using VRAM to accelerate pixmaps that
|
||||
aren't required to be used by the GPU. Value is in MB. This shouldn't
|
||||
really be changed apart from testing.
|
||||
of VRAM on low memory cards, 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 heurisitc.
|
||||
The default is
|
||||
.B 32.
|
||||
.B on with > 32MB VRAM, off with < 32MB.
|
||||
|
||||
.SH TEXTURED VIDEO ATTRIBUTES
|
||||
The driver supports the following X11 Xv attributes for Textured Video.
|
||||
|
||||
Reference in New Issue
Block a user