diff options
Diffstat (limited to 'man/savage.man')
-rw-r--r-- | man/savage.man | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/man/savage.man b/man/savage.man index 822a233..a1cbb1e 100644 --- a/man/savage.man +++ b/man/savage.man @@ -180,7 +180,7 @@ and twister (use BCI for Xv); off for savage4 (do not use the BCI for Xv). Instructs the BCI Xv pixel formatter to use AGP memory as a scratch buffer. Ordinarily the BCI formatter uses a an area in framebuffer memory to hold YV12 planar data to be converted for display. This requires a somewhat expensive -upload of YV12 data to framebuffer memory. The \*qAGPforXv\*q causes the BCI +upload of YV12 data to framebuffer memory. The \*qAGPforXv\*q option causes the BCI formatter to place the YV12 data in AGP memory instead, which can be uploaded faster than the framebuffer. Use of this option cuts upload overhead by 25% according to benchmarks. This option also smooths out most of the shearing @@ -189,6 +189,10 @@ present when using BCI for pixel conversion. Currently this option is and is disabled by default. Video width restrictions that apply to \*qBCIforXv\*q also apply here. Only valid when \*qDRI\*q and \*qBCIforXv\*q are both active, and only on AGP chipsets. Default: \*qoff\*q. +.br +If \*qAccelMethod\*q is set to \*qEXA\*q and \*qAGPforXv\*q is enabled, then the +driver will also attempt to reuse the AGP scratch buffer for UploadToScreen +acceleration. .TP .BI "Option \*qAGPMode\*q \*q" integer \*q Set AGP data transfer rate. |