Module driver

Source
Expand description

DRM driver core.

C header: include/linux/drm/drm_drv.h

Structs§

AllocOps
Internal memory management operation set, normally created by memory managers (e.g. GEM).
DriverInfo
Information data for a DRM Driver.
Registration
The registration type of a drm::Device.

Traits§

AllocImpl
Trait for memory manager implementations. Implemented internally.
Driver
The DRM Driver trait.