Home
last modified time | relevance | path

Searched refs:drm_gem_mmap (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/include/drm/
H A Ddrm_gem.h441 .mmap = drm_gem_mmap
473 int drm_gem_mmap(struct file *filp, struct vm_area_struct *vma);
H A Ddrm_accel.h31 .mmap = drm_gem_mmap
H A Ddrm_gem_dma_helper.h269 .mmap = drm_gem_mmap,\
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_gem.c1099 int drm_gem_mmap(struct file *filp, struct vm_area_struct *vma) in drm_gem_mmap() function
1146 EXPORT_SYMBOL(drm_gem_mmap);
/openbmc/linux/Documentation/gpu/
H A Ddrm-mm.rst266 The GEM core provides a helper method drm_gem_mmap() to
270 <drm_driver>` gem_vm_ops field. Note that drm_gem_mmap() doesn't map memory to
274 To use drm_gem_mmap(), drivers must fill the struct :c:type:`struct drm_driver
/openbmc/linux/drivers/gpu/drm/gma500/
H A Dpsb_drv.c498 .mmap = drm_gem_mmap,
/openbmc/linux/drivers/gpu/drm/radeon/
H A Dradeon_drv.c517 .mmap = drm_gem_mmap,
/openbmc/linux/drivers/gpu/drm/tegra/
H A Dgem.c605 err = drm_gem_mmap(file, vma); in tegra_drm_mmap()
/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_drm.c1256 .mmap = drm_gem_mmap,
/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_drv.c1597 .mmap = drm_gem_mmap,
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_drv.c2755 .mmap = drm_gem_mmap,