Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/nouveau/
Dnouveau_ttm.h24 int nouveau_sgdma_bind(struct ttm_device *bdev, struct ttm_tt *ttm, struct ttm_resource *reg);
Dnouveau_sgdma.c30 nouveau_sgdma_bind(struct ttm_device *bdev, struct ttm_tt *ttm, struct ttm_resource *reg) in nouveau_sgdma_bind() function
Dnouveau_bo.c727 return nouveau_sgdma_bind(bdev, ttm, reg); in nouveau_ttm_tt_bind()