Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/
H A Ddrm_gem_ttm_helper.c70 return ttm_bo_vmap(bo, map); in drm_gem_ttm_vmap()
H A Ddrm_gem_vram_helper.c383 ret = ttm_bo_vmap(&gbo->bo, &gbo->map); in drm_gem_vram_kmap_locked()
/openbmc/linux/drivers/gpu/drm/ttm/
H A Dttm_bo_util.c469 int ttm_bo_vmap(struct ttm_buffer_object *bo, struct iosys_map *map) in ttm_bo_vmap() function
528 EXPORT_SYMBOL(ttm_bo_vmap);
/openbmc/linux/include/drm/ttm/
H A Dttm_bo.h373 int ttm_bo_vmap(struct ttm_buffer_object *bo, struct iosys_map *map);
/openbmc/linux/drivers/gpu/drm/loongson/
H A Dlsdc_gem.c89 ret = ttm_bo_vmap(tbo, &lbo->map); in lsdc_gem_object_vmap()
/openbmc/linux/drivers/gpu/drm/qxl/
H A Dqxl_object.c176 r = ttm_bo_vmap(&bo->tbo, &bo->map); in qxl_bo_vmap_locked()