summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjsg <jsg@openbsd.org>2019-08-28 10:45:25 +0000
committerjsg <jsg@openbsd.org>2019-08-28 10:45:25 +0000
commit02e24d7ed137dd3c258eb509c8a947bb75b48a47 (patch)
tree238748f13fb5479532029b90ef5605968e2f1b8a
parentnew manual page AES_encrypt(3) (diff)
downloadwireguard-openbsd-02e24d7ed137dd3c258eb509c8a947bb75b48a47.tar.xz
wireguard-openbsd-02e24d7ed137dd3c258eb509c8a947bb75b48a47.zip
add config lines for amdgpu on arm64
-rw-r--r--share/man/man4/drm.410
1 files changed, 8 insertions, 2 deletions
diff --git a/share/man/man4/drm.4 b/share/man/man4/drm.4
index f8de56d70f9..08963427cbf 100644
--- a/share/man/man4/drm.4
+++ b/share/man/man4/drm.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: drm.4,v 1.10 2019/05/21 23:57:10 jsg Exp $
+.\" $OpenBSD: drm.4,v 1.11 2019/08/28 10:45:25 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 21 2019 $
+.Dd $Mdocdate: August 28 2019 $
.Dt DRM 4
.Os
.Sh NAME
@@ -29,6 +29,11 @@
.Cd "wsdisplay0 at amdgpu? primary 1"
.Cd "wsdisplay* at amdgpu? mux -1"
.Pp
+.Cd "# arm64"
+.Cd "amdgpu* at pci?"
+.Cd "drm* at amdgpu?"
+.Cd "wsdisplay* at amdgpu?"
+.Pp
.Cd "# amd64, i386"
.Cd "inteldrm* at pci?"
.Cd "intagp* at inteldrm?"
@@ -48,6 +53,7 @@
.Cd "# arm64, loongson, macppc, sparc64"
.Cd "radeondrm* at pci?"
.Cd "drm* at radeondrm?"
+.Cd "wsdisplay* at radeondrm?"
.Sh DESCRIPTION
The
.Nm