Name

drm_gem_prime_import — helper library implemention 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.