drm_gem_prime_import(9) helper library implementation of the import callback

SYNOPSIS

struct drm_gem_object * drm_gem_prime_import(struct drm_device * dev, struct dma_buf * dma_buf);

ARGUMENTS

dev

drm_device to import into

dma_buf

dma-buf object to import

DESCRIPTION

This is the implementation of the gem_prime_import functions for GEM drivers using the PRIME helpers.

AUTHORS

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

Lukas Wunner <[email protected]>

vga_switcheroo documentation

COPYRIGHT