summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2009-10-13 12:27:52 -0400
committerAlex Deucher <alexdeucher@gmail.com>2009-10-13 12:27:52 -0400
commit255ac8d54e3dc12e579e05edb41b40946a00eab8 (patch)
treeaccd1c1b5252943680a1958374901e8c2a366da9 /man
parent801d900add4731f3c424ebb780ad2dbd7a1c6a25 (diff)
radeon: add XV_CRTC attribute for textured video
This attribute allows the user to override which crtc is synced with when XV_VSYNC is enabled. This is useful for clone modes where the user can might want to override the default.
Diffstat (limited to 'man')
-rw-r--r--man/radeon.man10
1 files changed, 10 insertions, 0 deletions
diff --git a/man/radeon.man b/man/radeon.man
index 62270fb9..8514c1cc 100644
--- a/man/radeon.man
+++ b/man/radeon.man
@@ -616,6 +616,16 @@ It has two values: 'off'(0) and 'on'(1). The default is
.B 'on'(1).
.TP
+.BI "XV_CRTC"
+XV_CRTC is used to control which display controller (crtc) the textured
+adapter synchronizes the screen update with when XV_VSYNC is enabled.
+The default, 'auto'(-1), will sync to the display controller that more
+of the video is on. This attribute is useful for things like clone mode
+where the user can best decide which display should be synced.
+The default is
+.B 'auto'(-1).
+
+.TP
.BI "XV_BICUBIC"
XV_BICUBIC is used to control whether textured adapter should apply
a bicubic filter to smooth the output. It has three values: 'off'(0), 'on'(1)