diff options
author | 2019-05-21 22:55:20 +0000 | |
---|---|---|
committer | 2019-05-21 22:55:20 +0000 | |
commit | c182f7bdd5bd47b11a6bb430adb36dc4de88cbe4 (patch) | |
tree | f5754fed2a3899c0f77740ab99fcdc47a4e630ca | |
parent | add amdgpu from linux 4.19.44 for recent AMD Radeon parts (diff) | |
download | wireguard-openbsd-c182f7bdd5bd47b11a6bb430adb36dc4de88cbe4.tar.xz wireguard-openbsd-c182f7bdd5bd47b11a6bb430adb36dc4de88cbe4.zip |
Mention amdgpu. Purposefully leave out an amdgpu .Nm as the xenocara
driver has a manual page with the same name.
-rw-r--r-- | share/man/man4/drm.4 | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/share/man/man4/drm.4 b/share/man/man4/drm.4 index 11489c0bd7b..c4c9d4967b4 100644 --- a/share/man/man4/drm.4 +++ b/share/man/man4/drm.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: drm.4,v 1.8 2019/05/12 17:08:14 jsg Exp $ +.\" $OpenBSD: drm.4,v 1.9 2019/05/21 22:55:20 jsg Exp $ .\" .\" Copyright (c) 2008 Jason McIntyre <jmc@openbsd.org> .\" @@ -13,7 +13,7 @@ .\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.Dd $Mdocdate: May 12 2019 $ +.Dd $Mdocdate: May 21 2019 $ .Dt DRM 4 .Os .Sh NAME @@ -22,6 +22,8 @@ .Nm radeondrm .Nd Direct Rendering Manager device .Sh SYNOPSIS +.Cd "amdgpu* at pci?" +.Cd "drm* at amdgpu?" .Cd "inteldrm* at vga?" .Cd "drm* at inteldrm?" .Cd "radeondrm* at pci?" @@ -40,10 +42,12 @@ DRI module. Support is currently available for the following graphics cards: .Pp .Bl -tag -width "radeon(4)XXX" -offset indent -compact +.It Xr amdgpu 4 +AMD Radeon GPUs using the amdgpu kernel driver .It Xr intel 4 Intel integrated graphics chipsets .It Xr radeon 4 -ATI RADEON video driver +ATI/AMD Radeon video driver .El .Sh FILES .Bl -tag -width "/usr/X11R6/lib/modules/dri/X_dri.so" -compact |