Helper library implemention of the import callback
struct drm_gem_object * drm_gem_prime_import(struct drm_device * dev, struct dma_buf * dma_buf);
dev
drm_device to import into
dma_buf
dma-buf object to import
This is the implementation of the gem_prime_import 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