[go: nahoru, domu]

Searched defs:drm_gem_mmap_obj (Results 1 - 1 of 1) sorted by relevance

/drivers/gpu/drm/
H A Ddrm_gem.c802 * drm_gem_mmap_obj - memory map a GEM object
812 * synchronously after calling drm_gem_mmap_obj.
818 * drm_gem_mmap_obj() assumes the user is granted access to the buffer while
827 int drm_gem_mmap_obj(struct drm_gem_object *obj, unsigned long obj_size, function
857 EXPORT_SYMBOL(drm_gem_mmap_obj); variable
869 * the object) and map it with a call to drm_gem_mmap_obj().
899 ret = drm_gem_mmap_obj(obj, drm_vma_node_size(node) << PAGE_SHIFT, vma);

Completed in 74 milliseconds