/dev/dri/card0 -> /dev/drm0

This commit is contained in:
jsg 2019-04-29 04:30:15 +00:00
parent 720bb93c2f
commit 36eaba8cd8
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ simplify the API.
When a GPU is detected, the DRM system loads a driver for the detected
hardware type. Each connected GPU is then presented to user-space via
a character-device that is usually available as
.Pa /dev/dri/card0
.Pa /dev/drm0
and can be accessed with
.Xr open 2
and

View File

@ -60,7 +60,7 @@
<para>When a GPU is detected, the DRM system loads a driver for the detected
hardware type. Each connected GPU is then presented to user-space via
a character-device that is usually available as
<filename>/dev/dri/card0</filename> and can be accessed with
<filename>/dev/drm0</filename> and can be accessed with
<citerefentry><refentrytitle>open</refentrytitle><manvolnum>2</manvolnum></citerefentry>
and
<citerefentry><refentrytitle>close</refentrytitle><manvolnum>2</manvolnum></citerefentry>.