Helper library implemention of the export callback
struct dma_buf * drm_gem_prime_export(struct drm_device * dev, struct drm_gem_object * obj, int flags);
dev
drm_device to export from
obj
GEM object to export
flags
flags like DRM_CLOEXEC
This is the implementation of the gem_prime_export functions for GEM drivers using the PRIME helpers.
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