Searched refs:drm_gem_vmap (Results 1 – 4 of 4) sorted by relevance
255 ret = drm_gem_vmap(gem, map); in drm_client_buffer_vmap_local()319 ret = drm_gem_vmap(gem, map); in drm_client_buffer_vmap()
1219 int drm_gem_vmap(struct drm_gem_object *obj, struct iosys_map *map) in drm_gem_vmap() function1236 EXPORT_SYMBOL(drm_gem_vmap);1270 ret = drm_gem_vmap(obj, map); in drm_gem_vmap_unlocked()
182 int drm_gem_vmap(struct drm_gem_object *obj, struct iosys_map *map);
716 return drm_gem_vmap(obj, map); in drm_gem_dmabuf_vmap()