Skip to main content

Module device

Module device 

Source
Expand description

DRM device.

C header: include/drm/drm_device.h

Structs§

Device
A typed DRM device with a specific drm::Driver implementation and DeviceContext.
Ioctl
The DeviceContext of a Device that has been registered with userspace previously.
Normal
The general-purpose, reference-counted DeviceContext.
Registered
The DeviceContext of a Device that is currently registered with userspace.
RegistrationGuard
A guard proving the DRM device is registered and the parent bus device is bound.
UnregisteredDevice
A Device which is known at compile-time to be unregistered with userspace.

Traits§

DeviceContext
A trait implemented by all possible contexts a Device can be used in.