Initialize an allocated private gem object
void drm_gem_private_object_init(struct drm_device * dev, struct drm_gem_object * obj, size_t size);
dev
drm_device the object should be initialized for
obj
drm_gem_object to initialize
size
object size
Initialize an already allocated GEM object of the specified size with no GEM provided backing store. Instead the caller is responsible for backing the object and handling it.
Jesse Barnes <[email protected]>
Intel Corporation,
Initial version
Laurent Pinchart <[email protected]>
Ideas on board SPRL,
Driver internals
Daniel Vetter <[email protected]>
Intel Corporation,
Contributions all over the place