Expand description
Module for abstractions on drm device nodes.
Modules§
- constants
- OS-Specific DRM constants.
Structs§
- DrmNode
- A node which refers to a DRM device.
Enums§
- Create
DrmNode Error - An error that may occur when creating a
DrmNode
from a file descriptor. - Node
Type - A type of node
Functions§
- dev_
path - Returns the path of a specific type of node from the DRM device described by major and minor device numbers.
- is_
device_ drm - Returns if the given device by major:minor pair is a DRM device.
- node_
path - Returns the path of a specific type of node from the same DRM device as an existing
DrmNode
. - path_
to_ type - Returns the path of a specific type of node from the same DRM device as another path of the same node.