Home
last modified time | relevance | path

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

/freebsd/sys/dev/drm2/ttm/
H A Dttm_bo_util.c321 ret = ttm->bdev->driver->ttm_tt_populate(ttm); in ttm_bo_move_memcpy()
489 ret = ttm->bdev->driver->ttm_tt_populate(ttm); in ttm_bo_kmap_ttm()
H A Dttm_bo_driver.h344 int (*ttm_tt_populate)(struct ttm_tt *ttm); member
H A Dttm_tt.c265 ret = ttm->bdev->driver->ttm_tt_populate(ttm); in ttm_tt_bind()
H A Dttm_bo_vm.c205 if (ttm->bdev->driver->ttm_tt_populate(ttm)) { in ttm_bo_vm_fault()