HomeSort by: relevance | last modified time | path
    Searched defs:drm_gem_mmap_obj (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/
drm_gem.c 1195 * drm_gem_mmap_obj - memory map a GEM object
1205 * synchronously after calling drm_gem_mmap_obj.
1211 * drm_gem_mmap_obj() assumes the user is granted access to the buffer while
1218 int drm_gem_mmap_obj(struct drm_gem_object *obj, unsigned long obj_size, function in typeref:typename:int
1262 EXPORT_SYMBOL(drm_gem_mmap_obj);
1274 * the object) and map it with a call to drm_gem_mmap_obj().
1328 ret = drm_gem_mmap_obj(obj, drm_vma_node_size(node) << PAGE_SHIFT,
drm_gem.c 1195 * drm_gem_mmap_obj - memory map a GEM object
1205 * synchronously after calling drm_gem_mmap_obj.
1211 * drm_gem_mmap_obj() assumes the user is granted access to the buffer while
1218 int drm_gem_mmap_obj(struct drm_gem_object *obj, unsigned long obj_size, function in typeref:typename:int
1262 EXPORT_SYMBOL(drm_gem_mmap_obj);
1274 * the object) and map it with a call to drm_gem_mmap_obj().
1328 ret = drm_gem_mmap_obj(obj, drm_vma_node_size(node) << PAGE_SHIFT,

Completed in 22 milliseconds