amdgpu (4)
NAME
amdgpu - AMD RADEON GPU video driverSYNOPSIS
Section N'34'DeviceN'34' Identifier N'34'devnameN'34' Driver N'34'amdgpuN'34' ... EndSection
DESCRIPTION
amdgpu is an Xorg driver for AMD RADEON-based video cards with the following features:
- *
- Support for 24-bit pixel depth;
- *
- RandR support up to version 1.4;
- *
- 3D acceleration;
SUPPORTED HARDWARE
The amdgpu driver supports CI and newer families' video cards.CONFIGURATION DETAILS
Please refer to xorg.conf(5) for general configuration details. This section only covers configuration details specific to this driver.The following driver Options are supported:
- Option N'34'SWcursorN'34' N'34'booleanN'34'
- Selects software cursor. The default is off.
- Option N'34'AccelN'34' N'34'booleanN'34'
-
Enables or disables all hardware acceleration.
The default is on.
- Option N'34'ZaphodHeadsN'34' N'34'stringN'34'
-
Specify the RandR output(s) to use with zaphod mode for a particular driver
instance. If you use this option you must use this option for all instances
of the driver.
For example: Option N'34'ZaphodHeadsN'34' N'34'LVDS,VGA-0N'34' will assign xrandr outputs LVDS and VGA-0 to this instance of the driver. - Option N'34'DRIN'34' N'34'integerN'34'
- Define the maximum level of DRI to enable. Valid values are 2 for DRI2 or 3 for DRI3. The default is 2 for DRI2.
- Option N'34'EnablePageFlipN'34' N'34'booleanN'34'
- Enable DRI2 page flipping. The default is on.
- Option N'34'TearFreeN'34' N'34'booleanN'34'
- Enable tearing prevention using the hardware page flipping mechanism. This option currently doesn't have any effect for CRTCs using transforms other than rotation or reflection. It requires allocating two separate scanout buffers for each supported CRTC. Enabling this option currently disables Option N'34'EnablePageFlipN'34'. The default is off.
- Option N'34'AccelMethodN'34' N'34'stringN'34'
-
Setting this option to
none
disables use of the glamor acceleration architecture. In that case, all 2D
rendering is done by the CPU, but 3D and video hardware acceleration can still
work. This is mainly useful for OpenGL driver bring-up.
The default is to use glamor.
The following driver Option is supported for glamor :
- Option N'34'ShadowPrimaryN'34' N'34'booleanN'34'
-
This option enables a so-called "shadow primary" buffer for fast CPU access to
pixel data, and separate scanout buffers for each display controller (CRTC).
This may improve performance for some 2D workloads, potentially at the expense
of other (e.g. 3D, video) workloads.
Note in particular that enabling this option currently disables page flipping.
The default is
off.
SEE ALSO
Xorg(1), xorg.conf(5), Xserver(1), X(7)- 1.
- Wiki page:
- 2.
- Overview about amdgpu development code:
- 3.
- Mailing list:
- 4.
-
IRC channel:
- #radeon on irc.freenode.net
- 5.
-
Query the bugtracker for amdgpu bugs:
- bugs.freedesktop.org/query.cgi?product=xorg&component=Driver/AMDgpu
- 6.
-
Submit bugs & patches:
- bugs.freedesktop.org/enter_bug.cgi?product=xorg&component=Driver/AMDgpu
AUTHORS
Authors include: Michel D:anzer michel@daenzer.net Alex Deucher alexdeucher@gmail.com