Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/
Ddrm_gem_ttm_helper.c70 return ttm_bo_vmap(bo, map); in drm_gem_ttm_vmap()
Ddrm_gem_vram_helper.c401 ret = ttm_bo_vmap(&gbo->bo, &gbo->map); in drm_gem_vram_vmap()
/linux-6.12.1/include/drm/ttm/
Dttm_bo.h413 int ttm_bo_vmap(struct ttm_buffer_object *bo, struct iosys_map *map);
/linux-6.12.1/drivers/gpu/drm/ttm/
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);
/linux-6.12.1/drivers/gpu/drm/loongson/
Dlsdc_gem.c80 ret = ttm_bo_vmap(tbo, &lbo->map); in lsdc_gem_object_vmap()
/linux-6.12.1/drivers/gpu/drm/vmwgfx/
Dvmwgfx_gem.c96 ret = ttm_bo_vmap(bo, map); in vmw_gem_vmap()
/linux-6.12.1/drivers/gpu/drm/qxl/
Dqxl_object.c167 r = ttm_bo_vmap(&bo->tbo, &bo->map); in qxl_bo_vmap_locked()
/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_lrc.c1689 if (!ttm_bo_vmap(&bo->ttm, &src)) { in xe_lrc_snapshot_capture_delayed()
Dxe_vm.c3320 err = ttm_bo_vmap(&bo->ttm, &src); in xe_vm_snapshot_capture_delayed()