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

/freebsd-13-stable/sys/dev/drm2/ttm/
H A Dttm_bo_driver.h337 * ttm_tt_populate
345 int (*ttm_tt_populate)(struct ttm_tt *ttm); member in struct:ttm_bo_driver
H A Dttm_bo_util.c323 ret = ttm->bdev->driver->ttm_tt_populate(ttm);
491 ret = ttm->bdev->driver->ttm_tt_populate(ttm);
H A Dttm_tt.c267 ret = ttm->bdev->driver->ttm_tt_populate(ttm);
H A Dttm_bo_vm.c207 if (ttm->bdev->driver->ttm_tt_populate(ttm)) {

Completed in 105 milliseconds