/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
|
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
|
hardware type. Each connected GPU is then presented to user-space via
|
||||||
a character-device that is usually available as
|
a character-device that is usually available as
|
||||||
.Pa /dev/dri/card0
|
.Pa /dev/drm0
|
||||||
and can be accessed with
|
and can be accessed with
|
||||||
.Xr open 2
|
.Xr open 2
|
||||||
and
|
and
|
||||||
|
@ -60,7 +60,7 @@
|
|||||||
<para>When a GPU is detected, the DRM system loads a driver for the detected
|
<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
|
hardware type. Each connected GPU is then presented to user-space via
|
||||||
a character-device that is usually available as
|
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>
|
<citerefentry><refentrytitle>open</refentrytitle><manvolnum>2</manvolnum></citerefentry>
|
||||||
and
|
and
|
||||||
<citerefentry><refentrytitle>close</refentrytitle><manvolnum>2</manvolnum></citerefentry>.
|
<citerefentry><refentrytitle>close</refentrytitle><manvolnum>2</manvolnum></citerefentry>.
|
||||||
|
Loading…
Reference in New Issue
Block a user