Home
last modified time | relevance | path

Searched refs:ttm_tt_restore (Results 1 – 3 of 3) sorted by relevance

/linux/include/drm/ttm/
H A Dttm_tt.h298 int ttm_tt_restore(struct ttm_device *bdev, struct ttm_tt *tt,
/linux/drivers/gpu/drm/ttm/
H A Dttm_tt.c298 int ttm_tt_restore(struct ttm_device *bdev, struct ttm_tt *tt, in ttm_tt_restore() function
310 EXPORT_SYMBOL(ttm_tt_restore);
/linux/drivers/gpu/drm/xe/
H A Dxe_bo.c568 err = ttm_tt_restore(ttm_dev, tt, ctx); in xe_ttm_tt_populate()