189 Commits

Author SHA1 Message Date
Michel Dänzer
9151f3b1c2 Prefer the CRTC of the primary output for synchronization.
See https://bugs.freedesktop.org/show_bug.cgi?id=39696 .

Signed-off-by: Michel Dänzer <michel.daenzer@amd.com>
2011-08-09 19:13:26 +02:00
Alex Deucher
41eb1fbb3d kms/man: update ColorTiling info
Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
2011-06-13 12:50:39 -04:00
Nicolas Kaiser
f83d58cf5b man: fix typos
Signed-off-by: Nicolas Kaiser <nikai@nikai.net>
2011-05-12 19:07:23 -04:00
Alex Deucher
8f8bbf628c man: add cayman to man page
Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
2011-05-01 13:19:15 -04:00
Alex Deucher
d7c2ba4286 man: add btc chips to the list
Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
2011-02-16 18:30:34 -05:00
Alex Deucher
e5d0a400d0 Merge branch 'kms-pflip' of git+ssh://git.freedesktop.org/git/xorg/driver/xf86-video-ati 2011-01-10 18:16:49 -05:00
Alex Deucher
3b1fb12dec man: minor formatting fixes 2010-12-12 19:16:47 -05:00
Alex Deucher
b1af52e522 man: add rs880 info 2010-12-07 19:17:09 -05:00
Nicolas Joly
774b114baa ati: remove leftover word in ati.man
fixes:
https://bugs.freedesktop.org/show_bug.cgi?id=28297
2010-12-02 16:02:44 -05:00
Alex Deucher
69639ef377 radeon/kms: pageflipping man page updates 2010-12-02 02:12:24 -05:00
Mario Kleiner
122536ee0a ddx/ati: Add option "SwapbuffersWait" to control vsync of DRI2 swaps.
A new optional kms driver option "SwapbuffersWait" is defined
for xorg.conf, which defaults to "on". If "on", DRI2 bufferswaps
will be synchronized to vsync, otherwise not.

This currently only affects copy-swaps, not pageflipped swaps.
It also requires a swap_interval setting of zero by the OpenGL
client.

Ideally, we'd provide a way for dri2 to pass the current swap
interval to the ddx so we could change this dynamically.

Signed-off-by: Mario Kleiner <mario.kleiner@tuebingen.mpg.de>
2010-12-01 20:30:36 -05:00
Alex Deucher
dc470b5382 radeon/man: divide driver options into UMS and KMS 2010-11-23 01:46:15 -05:00
Alex Deucher
4cbb7100df update man page to include ontario 2010-11-23 01:22:04 -05:00
Mark Schreiber
51f26a7f01 Correct spelling and grammar 2010-10-19 22:36:09 -04:00
Jesse Adkins
adee138f00 Purge cvs tags.
Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com>
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-10-06 20:42:30 -07:00
Alex Deucher
f1bf9cbb47 radeon: man page updates
- tv-out is not supported on carding using
the rage theatre chip for tv-out
- add evergreen cards to the list
2010-10-06 11:44:42 -04:00
Gaetan Nadon
c2ab6ffc25 config: upgrade to util-macros 1.8 for additional man page support
Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
The value of MAN_SUBST is the same for all X.Org packages.
2010-07-20 17:40:17 -04:00
Alex Deucher
1e1d6a5154 r3xx-r5xx Xv: disable bicubic filtering by default
- makes Xv more consistent with r1xx/r2xx/r6xx/r7xx
- Xv attributes like brightness, contrast, hue, etc. only work
when bicubic is disabled.
- avoids performance issues on some systems when sampling from textures
in GART with kms.
- It can be re-enabled with using xvattr

Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
2010-06-16 12:20:03 -04:00
Alex Deucher
433c861734 update ZaphodHeads option
Now that the screen section mapping is fixed,
Make the option per-instance and allow multiple
outputs to be specified; e.g., DVI-0 and HDMI-0
associated with instance 0 and LVDS and VGA-0
associated with instance 1.
2010-02-25 21:03:13 -05:00
Alex Deucher
579cdcf9b4 radeon: add ZaphodHeads option
Allows users that want to use zaphod mode to select
which xrandr outputs are assigned to which head.  E.g.,

Option "ZaphodHeads" "LVDS,VGA-0"
will assign LVDS to the first zaphod driver instance
and VGA-0 to the second instance.
2010-02-17 12:34:53 -05:00
Alan Coopersmith
bbaf71fb46 Update Sun license notices to current X.Org standard form
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2010-01-15 15:09:27 -08:00
Dave Airlie
8b28534bcf 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>
2009-11-25 13:24:44 +10:00
Dave Airlie
e20af9c949 radeon: avoid using hw pixmaps when we have little VRAM.
This patch returns NULL for pixmap creation when we are using
mixed pixmaps and the pixmap has a size.

The size check is necessary for the front buffer.

We add a flag to force pixmap creation for certain pixmaps
that need to be hw, like the DRI2 and Xv ones.

Idea from Michel and workarounds from Ben Skeggs.

v2: add Option "EXALowVRAM" to allow configuring this, value in MBs.

Signed-off-by: Dave Airlie <airlied@redhat.com>
2009-11-23 13:04:44 +10:00
Alex Deucher
0c4710c67a radeon: man page updates 2009-11-12 11:11:17 -05:00
Alex Deucher
bd89b7501f radeon: fixup CustomEDID option
- add support for analog option to force edid to analog
mode
- fix compilation on older xservers
- updated man page
2009-10-18 16:21:36 -04:00
Alex Deucher
255ac8d54e 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.
2009-10-13 12:27:52 -04:00
Csillag Kristof
f8471512ea radeon: add support for Custom EDID
Allows you to specify an edid per output from a file
to override what is detected by DDC.  Useful for
problematic monitors or KVM switches that block
DDC.  Specifying an EDID that is not compatible with
your monitor could damage your monitor so use with
caution.

agd5f: cache the custom edid at startup so we don't
have to read it from file every time the output is
queried.
2009-10-04 23:48:14 -04:00
Alex Deucher
2c8e130f73 radeon: switch to EXA by default 2009-05-04 13:40:17 -04:00
Alex Deucher
db177c70ce Update Xv info in man page 2009-04-17 10:25:00 -04:00
Alex Deucher
bae88f81e2 man page: fix missing break 2009-04-15 14:38:35 -04:00
Alex Deucher
63cb57c5eb Add DynamicPM Option
Dyanmically switch between power states. Switch to a low
power state when the system is idle (DPMS off).
2009-04-15 11:45:52 -04:00
Alex Deucher
7e10b6222e Add ForceLowPowerMode Option
Force the chip to a low power mode at the expense
of performance.
2009-04-15 11:45:52 -04:00
Alex Deucher
68e2a959cc Add unified ClockGating Option
- replaces DynamicClocks Option as the name was misleading
- unified interface for atom and com based bioses
- fix up clock gating code for newer r3xx asics
2009-04-15 11:45:51 -04:00
Fabio
e3e1f0c7b8 man page update 2009-03-18 12:13:53 -04:00
Fabio
04e36b794c man page updates
from bug 20648
2009-03-17 11:29:26 -04:00
Alex Deucher
28d9d699dc radeon: man page updates 2009-03-13 18:24:21 -04:00
Alex Deucher
60dac878cc R4xx: add R4xxATOM option
If set, enables the use of atombios for modesetting
on r4xx cards.
2009-03-09 20:49:49 -04:00
Fabio
13ab61d90b man page updates
bug 20030
2009-02-10 10:50:30 -05:00
Alan Coopersmith
3d106b990f Remove xorgconfig & xorgcfg from See Also list in man page 2009-01-09 16:26:04 -08:00
Fabio
877be1b268 man page updates
bug 19329
2008-12-29 18:11:10 -05:00
Dave Airlie
4e96278b58 atombios/tv: add an option to enable atom tv-out for users.
This code is still experimental but we will allow users to enable it for experimental reasons
2008-12-22 15:58:35 +10:00
Alex Deucher
62344e460f Remove remnants of unused DDCMode option 2008-12-15 11:30:42 -05:00
Fabio
94bffac696 man page updates
from bug 19098 with some minor fixes from me
2008-12-15 11:22:56 -05:00
Fabio
4ce255a9db Fix formatting in man page
fixes bug 19039
2008-12-12 09:53:33 -05:00
Alex Deucher
fb46c30d31 Add support for Apple eMacs
Thanks to Joseph Adams for helping me sort this out.
Verified on eMac G4/1.0 with radeon 7500
Later eMacs with radeon 9200 or 9600 chips may have
different ddc setups.  Need to verify.
2008-12-10 17:16:56 -05:00
Alex Deucher
979ad04d90 Add missing .TP in man page 2008-12-05 17:53:57 -05:00
Alex Deucher
bae30856f2 Make VSync for EXA and Xv configurable 2008-12-05 08:15:59 +01:00
Julien Cristau
67bc2ae7f2 Bug#7148: Fix manpage formatting 2008-10-26 16:07:28 +01:00
Alex Deucher
23c17c0121 man page updates
Update render accel and page flipping information.
fixes bug 17887.
2008-10-03 14:30:33 -04:00
Alex Deucher
b416e97a1f RADEON: man page updates 2008-06-13 02:21:31 -04:00