Expand description
DRM GEM API
C header: include/drm/drm_gem.h
Structs§
- A base GEM object.
Traits§
- Base operations shared by all GEM object classes
- GEM object functions, which must be implemented by drivers.
- Trait that represents a GEM object subtype
Type Aliases§
- A type alias for retrieving a
DriversDriverFileimplementation from itsDriverObjectimplementation.