Module kernel::drm::driver

source ·
Expand description

DRM driver core.

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

Structs§

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

Traits§

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