Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_ttm.h24 int nouveau_sgdma_bind(struct ttm_device *bdev, struct ttm_tt *ttm, struct ttm_resource *reg);
H A Dnouveau_sgdma.c31 nouveau_sgdma_bind(struct ttm_device *bdev, struct ttm_tt *ttm, struct ttm_resource *reg) in nouveau_sgdma_bind() function
H A Dnouveau_bo.c772 return nouveau_sgdma_bind(bdev, ttm, reg); in nouveau_ttm_tt_bind()