Searched refs:drm_gem_mmap (Results 1 – 6 of 6) sorted by relevance
269 .mmap = drm_gem_mmap,\
266 The GEM core provides a helper method drm_gem_mmap() to270 <drm_driver>` gem_vm_ops field. Note that drm_gem_mmap() doesn't map memory to274 To use drm_gem_mmap(), drivers must fill the struct :c:type:`struct drm_driver
1205 int drm_gem_mmap(struct file *filp, struct vm_area_struct *vma) in drm_gem_mmap() function1252 EXPORT_SYMBOL(drm_gem_mmap);
355 return drm_gem_mmap(filp, vma); in xe_mmap()
1320 .mmap = drm_gem_mmap,
3039 .mmap = drm_gem_mmap,