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.
Registered
The DeviceContext of a Device that was registered with userspace at some point.
Uninit
The DeviceContext of a Device that may be unregistered and partly uninitialized.
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.