Home
last modified time | relevance | path

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

/linux/include/drm/
H A Ddrm_gem_vram_helper.h49 * drm_gem_vram_vmap() and drm_gem_vram_vunmap().
97 int drm_gem_vram_vmap(struct drm_gem_vram_object *gbo, struct iosys_map *map);
/linux/drivers/gpu/drm/
H A Ddrm_gem_vram_helper.c99 * drm_gem_vram_vmap(). It maps the buffer into kernel address
333 * drm_gem_vram_vmap() - Pins and maps a GEM VRAM object into kernel address
348 int drm_gem_vram_vmap(struct drm_gem_vram_object *gbo, struct iosys_map *map) in drm_gem_vram_vmap() function
374 EXPORT_SYMBOL(drm_gem_vram_vmap);
382 * the documentation for drm_gem_vram_vmap() for more information.
670 return drm_gem_vram_vmap(gbo, map); in drm_gem_vram_object_vmap()