drm_gem_prime_export — helper library implementation of the export callback
struct dma_buf * drm_gem_prime_export (
)
dev
drm_device to export from
obj
GEM object to export
flags
flags like DRM_CLOEXEC and DRM_RDWR
This is the implementation of the gem_prime_export functions for GEM drivers using the PRIME helpers.