Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/tests/
H A Dxe_bo.c388 int ret = ttm_bo_vmap(&bo->ttm, &map); in shrink_test_fill_random()
411 int ret = ttm_bo_vmap(&bo->ttm, &map); in shrink_test_verify()
/linux/drivers/gpu/drm/qxl/
H A Dqxl_object.c167 r = ttm_bo_vmap(&bo->tbo, &bo->map); in qxl_bo_vmap_locked()
/linux/drivers/gpu/drm/ttm/
H A Dttm_bo_util.c500 int ttm_bo_vmap(struct ttm_buffer_object *bo, struct iosys_map *map) in ttm_bo_vmap() function
559 EXPORT_SYMBOL(ttm_bo_vmap);
/linux/drivers/gpu/drm/xe/
H A Dxe_lrc.c2263 if (!ttm_bo_vmap(&bo->ttm, &src)) { in xe_lrc_snapshot_capture_delayed()