Module gem

Source
Expand description

DRM GEM API

C header: include/drm/drm_gem.h

Structs§

Object
A base GEM object.

Traits§

BaseObject
Base operations shared by all GEM object classes
DriverObject
GEM object functions, which must be implemented by drivers.
IntoGEMObject
Trait that represents a GEM object subtype

Type Aliases§

DriverFile
A type alias for retrieving a Drivers DriverFile implementation from its DriverObject implementation.