Skip to main content

Module shmem

Module shmem 

Source
Expand description

DRM GEM shmem helper objects

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

Structs§

Object
A shmem-backed GEM object.
ObjectConfig
A struct for controlling the creation of shmem-backed GEM objects.
SGTableMap
A reference to a GEM object that is known to have a mapped SGTable.
VMap
A reference to a virtual mapping for an shmem-based GEM object in kernel address space.

Type Aliases§

VMapOwned
An alias type for an owned reference to a shmem-based GEM object’s VMap.
VMapRef
An alias type for a reference to a shmem-based GEM object’s VMap.