Name
drm_gem_prime_export —
helper library implementation of the export callback
Synopsis
struct dma_buf * drm_gem_prime_export ( | struct drm_device * dev, |
| struct drm_gem_object * obj, |
| int flags) ; |
Arguments
dev
drm_device to export from
obj
GEM object to export
flags
flags like DRM_CLOEXEC
Description
This is the implementation of the gem_prime_export functions for GEM drivers
using the PRIME helpers.