Searched refs:drm_gem_vmap (Results 1 – 4 of 4) sorted by relevance
349 ret = drm_gem_vmap(gem, map); in drm_client_buffer_vmap_local()413 ret = drm_gem_vmap(gem, map); in drm_client_buffer_vmap()
204 int drm_gem_vmap(struct drm_gem_object *obj, struct iosys_map *map);
1501 int drm_gem_vmap(struct drm_gem_object *obj, struct iosys_map *map) in drm_gem_vmap() function1518 EXPORT_SYMBOL(drm_gem_vmap);1552 ret = drm_gem_vmap(obj, map); in drm_gem_vmap_unlocked()
728 return drm_gem_vmap(obj, map); in drm_gem_dmabuf_vmap()