-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathamdgpu.txt
More file actions
104 lines (79 loc) · 3.94 KB
/
Copy pathamdgpu.txt
File metadata and controls
104 lines (79 loc) · 3.94 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
AMDGPU(4) Kernel Interfaces Manual AMDGPU(4)
NAME
amdgpu - AMD RADEON GPU video driver
SYNOPSIS
Section "Device"
Identifier "devname"
Driver "amdgpu"
...
EndSection
DESCRIPTION
amdgpu is an Xorg driver for AMD RADEON-based video cards with the fol‐
lowing 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 "SWcursor" "boolean"
Selects software cursor. The default is off.
Option "Accel" "boolean"
Enables or disables all hardware acceleration.
The default is on.
Option "ZaphodHeads" "string"
Specify the RandR output(s) to use with zaphod mode for a par‐
ticular driver instance. If you use this option you must use
this option for all instances of the driver.
For example: Option "ZaphodHeads" "LVDS,VGA-0" will assign
xrandr outputs LVDS and VGA-0 to this instance of the driver.
Option "DRI" "integer"
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 "EnablePageFlip" "boolean"
Enable DRI2 page flipping. The default is on.
Option "TearFree" "boolean"
Enable tearing prevention using the hardware page flipping mech‐
anism. 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 "EnablePageFlip".
The default is off.
Option "AccelMethod" "string"
Setting this option to none disables use of the glamor accelera‐
tion 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 "ShadowPrimary" "boolean"
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:
http://www.x.org/wiki/radeon
2. Overview about amdgpu development code:
http://cgit.freedesktop.org/xorg/driver/xf86-video-amdgpu/
3. Mailing list:
http://lists.x.org/mailman/listinfo/xorg-driver-ati
4. IRC channel:
#radeon on irc.freenode.net
5. Query the bugtracker for amdgpu bugs:
https://bugs.freedesktop.org/query.cgi?product=xorg&compo‐
nent=Driver/AMDgpu
6. Submit bugs & patches:
https://bugs.freedesktop.org/enter_bug.cgi?product=xorg&compo‐
nent=Driver/AMDgpu
AUTHORS
Authors include:
Michel Dänzer michel@daenzer.net
Alex Deucher alexdeucher@gmail.com
X Version 11 xf86-video-amdgpu 1.1.0 AMDGPU(4)