/dev/dri/card0 -> /dev/drm0
This commit is contained in:
parent
720bb93c2f
commit
36eaba8cd8
@ -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
|
||||
|
@ -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>.
|
||||
|
Loading…
Reference in New Issue
Block a user