Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_mmio_gem.c34 static int xe_mmio_gem_mmap(struct drm_gem_object *, struct vm_area_struct *);
50 .mmap = xe_mmio_gem_mmap,
142 static int xe_mmio_gem_mmap(struct drm_gem_object *base, struct vm_area_struct *vma) in xe_mmio_gem_mmap() function