Expand description
DRM GEM API
C header: include/drm/drm_gem.h
Modules§
- DRM GEM shmem helper objects
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 the current
AllocImplfor a givenDriverObject. - A type alias for retrieving a
DriversDriverFileimplementation from itsDriverObjectimplementation.