diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2005-09-11 20:58:53 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2005-09-11 20:58:53 +0000 |
commit | ab29663b3f9107e4affe09a7d2836097b8d61a1b (patch) | |
tree | b5dca282c61dda0f18293005767cb9a8d3e90b11 /man | |
parent | 4a61b30e85ef6ed37c54b3f41361781ffa717756 (diff) |
Add support for EXA to the radeon driver. Building EXA and XAA support is
controlled at compile time, plus the runtime option of Option
"AccelMethod" "EXA" or "XAA". The XAA support appears to remain as
before, while the EXA pieces need just a little more polishing. Notable
features:
- Render acceleration working on Radeon 100 and 200-series with DRI on.
- DRI works with EXA Notable issues:
- DGA disabled in the EXA case.
- Backbuffer moves disabled in the EXA case.
- No textured XVideo.
- MMIO render acceleration is close but still has some issues.
- Memory pressure while using Composite is really troublesome with DRI on.
This patch is based on an initial patch by Zack Rusin, with significant
work by Benjamin Herrenschmidt and myself.
Diffstat (limited to 'man')
-rw-r--r-- | man/radeon.man | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/man/radeon.man b/man/radeon.man index b08ba06..d594d5a 100644 --- a/man/radeon.man +++ b/man/radeon.man @@ -501,6 +501,17 @@ unsupported). The default is to .B enable Render acceleration. .TP +.BI "Option \*qAccelMethod\*q \*q" "string" \*q +Chooses between available acceleration architectures. Valid options are +.B XAA +and +.B EXA. +XAA is the traditional acceleration architecture and support for it is very +stable. EXA is a newer acceleration architecture with better performance for +the Render and Composite extensions, but the rendering code for it is newer and +possibly unstable. The default is +.B XAA. +.TP .BI "Option \*qDMAForXv\*q \*q" boolean \*q Try or don't try to use DMA for Xv image transfers. This will reduce CPU usage when playing big videos like DVDs, but may cause instabilities. |